MicroProfile6.05.04.14.03.33.23.02.22.12.01.41.31.21.0
This feature combines the Liberty features that support MicroProfile 5.0 for Cloud Native Java.
If you are updating your application from using MicroProfile 5.0 features to using MicroProfile 6.0 features, changes in API behavior might require you to update your application code. For more information, see Differences between MicroProfile 6.0 and 5.0.
MicroProfile 5.0 aligns with Jakarta EE 9.1. With this release, applications can use MicroProfile APIs together with Jakarta EE 9.1 APIs. MicroProfile 5.0 has the same functions as MicroProfile 4.1 except for dependency updates that account for changes in Jakarta API package names from javax.*
to jakarta.*
.
If you are updating your application from using MicroProfile 4.1 features to using MicroProfile 5.0 features, changes in API behavior might require you to update your application code. For more information, see Differences between MicroProfile 5.0 and 4.1.
Enabling this feature
To enable the MicroProfile 5.0 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>microProfile-5.0</feature>