Search code examples
jakarta-eeopen-libertymicroprofile

Is it possible to use Jakarta ee 9 in OpenLiberty 20.0.0.2-beta and any version of MicroProfile?


Is there a way in OpenLiberty (v20.0.0.2-beta or other version) to use jakarta ee 9 (either viawebProfile-9.0orjakartaee-9.0or any jakarta ee only packages) with MicroProfile, preferably v4.0 but v3.0 would be OK too

Currently using jakarta + MP generates version conflicts for lots of features (CDI 3.0 vs 2.0, Servlet v5.0 vs 4.0 ..)
MP v4.0 is not based on jakarta ee and there no sign it will be soon

If so, how to use MP with jakarta ee 9 ?

If it is not possible, is there a timeframe when it will be possible?

My feeling is that we will have to wait months to be able to use MP with jakarta ee 9...Am I wrong?


Solution

  • No it is not possible to use MicroProfile with Jakarta EE 9. A spec update would likely be required due to the package rename in Jakarta EE 9.