MicroProfile Config
3.1
3.0
2.0
1.4
1.3
1.2
1.1

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

You can use MicroProfile Config properties to provide configuration values for other MicroProfile APIs. For more information about MicroProfile Config properties that are available for different MicroProfile APIs, see MicroProfile Config Properties.

Enabling this feature

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

<feature>mpConfig-1.3</feature>

Stable API packages provided by this feature

  • org.eclipse.microprofile.config

  • org.eclipse.microprofile.config.inject

  • org.eclipse.microprofile.config.spi

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.mpConfig-1.3; type="osgi.subsystem.feature"