Skip to content

Releases: eclipse/microprofile-config

MicroProfile Config 1.1

07 Sep 21:44
Compare
Choose a tag to compare

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

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

MicroProfile Config 1.1 RC2

28 Aug 11:42
Compare
Choose a tag to compare
Pre-release

From RC1, the following changes occurred:

  • Clarified how empty values should be treated.
  • Minor text fixes.

MicroProfile Config 1.1 RC1

16 Aug 10:42
Compare
Choose a tag to compare
Pre-release

The first release candidate for 1.1 includes the following changes:

  • Support for URLs as a native converter.
  • Added a method to retrieve property names from a ConfigSource.
  • Adding support for primitive types (long,float,boolean,int,double).
  • Added a TCK test for the default named @ConfigProperty field when no name is specified, as well as clarified the value.
  • Minor text fixes.

1.0

25 Jul 14:43
Compare
Choose a tag to compare
1.0

Javadocs | Spec PDF |Spec html

Browse Javadoc: microprofile-config-api

Javadoc for download: microprofile-config-api-1.0-javadoc.jar

Information about API maven artifact

Information about running the TCK

Artifacts released to Maven Central.

1.0-RC3

14 Jul 14:06
Compare
Choose a tag to compare
1.0-RC3 Pre-release
Pre-release

This is Config API RC3.

1.0-RC2

07 Jul 21:38
Compare
Choose a tag to compare
1.0-RC2 Pre-release
Pre-release
[maven-release-plugin] copy for tag 1.0-RC2

1.0-RC1

04 Jul 23:40
Compare
Choose a tag to compare
1.0-RC1 Pre-release
Pre-release
[maven-release-plugin] copy for tag 1.0-RC1