Skip to content

MicroProfile Config 1.1 RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@johnament johnament released this 16 Aug 10:42
· 654 commits to main since this 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.