Skip to content

MicroProfile Config 3.1

Latest
Compare
Choose a tag to compare
@Emily-Jiang Emily-Jiang released this 13 Oct 09:04
· 3 commits to main since this release

Javadocs | Spec PDF | Spec html

This release includes the following issues

https://github.com/eclipse/microprofile-config/milestone/11?closed=1

More info on the changelog

To get started with MicroProfile Config 3.1, add the following dependency to your pom:

<dependency>
  <groupId>org.eclipse.microprofile.config</groupId>
  <artifactId>microprofile-config-api</artifactId>
  <version>3.1</version>
</dependency>