Jetty 12.x onwards support various versions of Jakarta EE, by adapting the JettyPropertySet.MODULES
and JettyPropertySet.DEPLOYER_EE_VERSION
configuration properties accordingly.
Users of the Jakarta EE 9 and above versions should be aware that, as a result of the move from Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse Foundation, the primary package for all implemented APIs has changed from javax.*
to jakarta.*
. This will almost certainly require code changes to enable applications to migrate to EE 9 and later.