Jakarta EE Web Profile 10.0
This feature combines the Liberty features that support the Jakarta EE 10.0 Web Profile.
Enable this feature
To enable the Jakarta EE Web Profile 10.0 feature, add the following element declaration into server.xml, inside the featureManager element:
<feature>webProfile-10.0</feature>
Feature configuration elements
Features that this feature enables
- appAuthentication-3.0
- appSecurity-5.0
- beanValidation-3.0
- cdi-4.0
- concurrent-3.0
- enterpriseBeansLite-4.0
- expressionLanguage-5.0
- faces-4.0
- jdbc-4.2
- jdbc-4.3
- jndi-1.0
- jsonb-3.0
- jsonp-2.1
- managedBeans-2.0
- pages-3.1
- persistence-3.1
- restfulWS-3.1
- servlet-6.0
- websocket-2.1
Supported Java versions
- JavaSE-11.0
- JavaSE-17.0
- JavaSE-21.0
- JavaSE-24.0
Features that enable this feature
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.webProfile-10.0; type="osgi.subsystem.feature"