Releases: eclipse/microprofile-config
MicroProfile Config 3.1
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>
3.1-RC2
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-RC2</version>
</dependency>
Config 3.1-RC1
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-RC1</version>
</dependency>
3.0.3
Javadocs | Spec PDF | Spec html
This release includes the following changes:
To get started with MicroProfile Config 3.0, add the following dependency to your pom:
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>3.0.3</version>
</dependency>
3.0.2
Javadocs | Spec PDF | Spec html
This release includes the following changes
- Use the parent pom.xml version 2.6
- Enable TCKs running on both CDI 3.0 and CDI 4.0 (Lite)
To get started with MicroProfile Config 3.0, add the following dependency to your pom:
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>3.0.2</version>
</dependency>
MicroProfile Config 3.0.1
Javadocs | Spec PDF | Spec html
This release includes the following issue to fix the copyright year for the spec.
#728
To get started with MicroProfile Config 3.0, add the following dependency to your pom:
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>3.0.1</version>
</dependency>
MicroProfile Config 3.0
Javadocs | Spec PDF | Spec html
This release includes the following issues
https://github.com/eclipse/microprofile-config/milestone/10?closed=1
More info on the changelog
To get started with MicroProfile Config 3.0, add the following dependency to your pom:
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>3.0</version>
</dependency>
3.0-RC5
Javadocs | Spec PDF | Spec html
This release includes the following issues
https://github.com/eclipse/microprofile-config/milestone/10?closed=1
More info on the changelog
To get started with MicroProfile Config 3.0, add the following dependency to your pom:
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>3.0-RC5</version>
</dependency>
MicroProfile Config 3.0-RC4
Javadocs | Spec PDF | Spec html
This release includes the following issues
https://github.com/eclipse/microprofile-config/milestone/10?closed=1
More info on the changelog
To get started with MicroProfile Config 3.0, add the following dependency to your pom:
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>3.0-RC4</version>
</dependency>
MicroProfile Config 3.0-RC3
Javadocs | Spec PDF | Spec html
This release includes the following issues
https://github.com/eclipse/microprofile-config/milestone/10?closed=1
More info on the changelog
To get started with MicroProfile Config 3.0, add the following dependency to your pom:
<dependency>
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
<version>3.0-RC3</version>
</dependency>