You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate to the latest Jakarta EE 9 and Microprofile v5 and Java 17 based.
Analysis
Spring 6 will align with Jakarta EE 9 and introduce built-in native features, and Micornaut 3 already support both Jakarta EE 8 and Jakarta EE 9 API(I have tried jakarta.inject, jakarta.annoations, etc).
Quarkus has any plan of upgrading to the latest Jakarta EE 9 and Microprofile v5?
The text was updated successfully, but these errors were encountered:
Quarkus has any plan of upgrading to the latest Jakarta EE 9 and Microprofile v5?
MP 5.0 only provided Jakarta compatible binaries in December. We now need to move all of the SmallRye implementations to use Jakarta (and this is only covering the MP side).
Unfortunately, this is not an easy thing to do, especially since it requires that dependencies are ready to support Jakarta.
Description
Migrate to the latest Jakarta EE 9 and Microprofile v5 and Java 17 based.
Analysis
Spring 6 will align with Jakarta EE 9 and introduce built-in native features, and Micornaut 3 already support both Jakarta EE 8 and Jakarta EE 9 API(I have tried
jakarta.inject
,jakarta.annoations
, etc).Quarkus has any plan of upgrading to the latest Jakarta EE 9 and Microprofile v5?
The text was updated successfully, but these errors were encountered: