MicroProfile Config 1.1 RC1
Pre-release
Pre-release
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.