Skip to content

Releases: eclipse/microprofile-config

MicroProfile Config 2.0

04 Dec 22:29
Compare
Choose a tag to compare

Javadocs | Spec PDF | Spec html

This release includes the following issues

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

More info on the changelog

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

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

MicroProfile 2.0-RC12

13 Nov 15:43
Compare
Choose a tag to compare
MicroProfile 2.0-RC12 Pre-release
Pre-release

Javadocs | Spec PDF |Spec html

This release includes the following issues

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

More info on the changelog

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

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

MicroProfile Config 2.0-RC5

03 Nov 18:09
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/8?closed=1

More info on the changelog

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

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

MicroProfile Config 2.0-RC3

02 Nov 15:08
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/8?closed=1

More info on the changelog

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

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

MicroProfile Config 2.0-RC2

29 Oct 16:32
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/8?closed=1

More info on the changelog

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

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

MicroProfile Config 2.0-RC1

29 Sep 09:40
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/8?closed=1

More info on the changelog

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

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

MicroProfile Config 2.0-M1

27 Jul 17:27
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/8?closed=1

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

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

MicroProfile Config 1.4 Final Release

05 Feb 15:11
Compare
Choose a tag to compare

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, add the following dependency to your pom:

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

MicroProfile Config 1.4-RC3

30 Jan 23:50
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/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>

MicroProfile Config 1.4-RC2

24 Jan 18:24
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/7?closed=1

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

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