MicroProfile 5.0
This feature combines the Liberty features that support MicroProfile 5.0 for Cloud Native Java.
Enable this feature
To enable the MicroProfile 5.0 feature, add the following element declaration into the server.xml file, inside the featureManager element:
<feature>microProfile-5.0</feature>
Features that this feature enables
- cdi-3.0
- jsonb-2.0
- jsonp-2.0
- mpConfig-3.0
- mpFaultTolerance-4.0
- mpHealth-4.0
- mpJwt-2.0
- mpMetrics-4.0
- mpOpenAPI-3.0
- mpOpenTracing-3.0
- mpRestClient-3.0
- restfulWS-3.0
- restfulWSClient-3.0
- servlet-5.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.microProfile-5.0; type="osgi.subsystem.feature"