Jakarta EE Platform 10.0
This feature combines the Liberty features that support the Jakarta EE 10.0 Platform.
Enable this feature
To enable the Jakarta EE Platform 10.0 feature, add the following element declaration into server.xml, inside the featureManager element:
<feature>jakartaee-10.0</feature>
Feature configuration elements
Features that this feature enables
- appAuthorization-2.1
- appClientSupport-2.0
- batch-2.1
- connectors-2.1
- enterpriseBeans-4.0
- jdbc-4.2
- jdbc-4.3
- mail-2.1
- messaging-3.1
- messagingClient-3.0
- messagingSecurity-3.0
- messagingServer-3.0
- webProfile-10.0
- xmlBinding-4.0
- xmlWS-4.0
Supported Java versions
- JavaSE-11.0
- JavaSE-17.0
- JavaSE-21.0
- JavaSE-24.0
Develop a feature that depends on this feature
If we are developing a feature that depends on this feature, include the following item in the Subsystem-Content header in your feature manifest file.
io.openliberty.jakartaee-10.0; type="osgi.subsystem.feature"