Jakarta EE Platform 9.1
This feature combines the Liberty features that support the Jakarta EE 9.1 Platform.
Enable this feature
To enable the Jakarta EE Platform 9.1 feature, add the following element declaration into the server.xml file, inside the featureManager element:
<feature>jakartaee-9.1</feature>
Feature configuration elements
Features that this feature enables
- appAuthorization-2.0
- appClientSupport-2.0
- batch-2.0
- concurrent-2.0
- connectors-2.0
- connectorsInboundSecurity-2.0
- enterpriseBeans-4.0
- jdbc-4.2
- jdbc-4.3
- mail-2.0
- messaging-3.0
- messagingClient-3.0
- messagingSecurity-3.0
- messagingServer-3.0
- restConnector-2.0
- servlet-5.0
- webProfile-9.1
- xmlBinding-3.0
- xmlWS-3.0
Supported Java versions
- JavaSE-1.8
- 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-9.1; type="osgi.subsystem.feature"