Skip to content

Releases: eclipse/microprofile-config

MicroProfile Config 3.1

13 Oct 09:04
Compare
Choose a tag to compare

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

05 Sep 18:25
Compare
Choose a tag to compare
3.1-RC2 Pre-release
Pre-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-RC2</version>
</dependency>

Config 3.1-RC1

18 Jul 08:10
Compare
Choose a tag to compare
Config 3.1-RC1 Pre-release
Pre-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-RC1</version>
</dependency>

3.0.3

12 Apr 09:52
Compare
Choose a tag to compare

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

03 Oct 11:29
Compare
Choose a tag to compare

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

25 Nov 10:58
Compare
Choose a tag to compare

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

17 Nov 22:53
Compare
Choose a tag to compare

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

16 Sep 13:37
Compare
Choose a tag to compare
3.0-RC5 Pre-release
Pre-release

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

01 Sep 12:01
Compare
Choose a tag to compare
Pre-release

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

31 Aug 15:18
Compare
Choose a tag to compare
Pre-release

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>