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
With the upgrade to Java 21, we have to also upgrade the Spring Framework to version 6.x and Java EE to Jakarta EE 9.1+ to maintain compatibility. These updates all have to happen simultaneously, as they depend on each other.
Since Java EE has been transferred to the eclipse foundation and renamed to Jakarta EE, it now uses a different namespace: javax->jakarta.
The text was updated successfully, but these errors were encountered:
With the upgrade to Java 21, we have to also upgrade the Spring Framework to version 6.x and Java EE to Jakarta EE 9.1+ to maintain compatibility. These updates all have to happen simultaneously, as they depend on each other.
Since Java EE has been transferred to the eclipse foundation and renamed to Jakarta EE, it now uses a different namespace:
javax
->jakarta
.The text was updated successfully, but these errors were encountered: