MicroProfile
6.1
6.0
5.0
4.1
4.0
3.3
3.2
3.0
2.2
2.1
2.0
1.4
1.3
1.2
1.0

This feature combines the Liberty features that support MicroProfile 4.1 for Cloud Native Java.

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 4.1 feature, add the following element declaration into your server.xml file, inside the featureManager element:

<feature>microProfile-4.1</feature>

Supported Java versions

  • JavaSE-1.8

  • JavaSE-11.0

  • JavaSE-17.0

  • JavaSE-21.0

Developing a feature that depends on this feature

If you are developing a feature that depends on this feature, include the following item in the Subsystem-Content header in your feature manifest file.

com.ibm.websphere.appserver.microProfile-4.1; type="osgi.subsystem.feature"