Releases: eclipse/microprofile-config
Releases · eclipse/microprofile-config
MicroProfile Config 1.1
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
From RC1, the following changes occurred:
- Clarified how empty values should be treated.
- Minor text fixes.
MicroProfile Config 1.1 RC1
The first release candidate for 1.1 includes the following changes:
- Support for
URL
s 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
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
This is Config API RC3.
1.0-RC2
[maven-release-plugin] copy for tag 1.0-RC2