MicroProfile Config 1.1

The MicroProfile Config specification provides a unified mechanism to access configuration, providing a single view of multiple sources.

Enabling this feature

To enable the MicroProfile Config 1.1 feature, add the following element declaration inside the featureManager element in your server.xml file:

<feature>mpConfig-1.1</feature>

Supported Java versions

Developing a feature that depends on this feature

If you are developing a feature that depends on the MicroProfile Config 1.1 feature, include the following item in the Subsystem-Content header in the feature manifest file for your new feature:

com.ibm.websphere.appserver.mpConfig-1.1; type="osgi.subsystem.feature"

Features that enable this feature