Skip to content

MicroProfile Config 1.4-RC3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Emily-Jiang Emily-Jiang released this 30 Jan 23:50

Javadocs | Spec PDF |Spec html

This release includes the following issues

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

To get started with MicroProfile Config 1.4-RC3, add the following dependency to your pom:

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