An implementation of version 1.4 of the MicroProfile Config specification.
- Fully MicroProfile Config 1.4 compliant (honors the specification and passes the TCK)
- Thread safe
- Conversion can work on
Type
s, not justClass
es PropertyEditor
s are used as lowest priorityConverter
s when availableConfig
instances may be built without registration- CDI support works with CDI alternatives and permits alternative
means of production and multiple injected
Config
s based on qualifier sets - Observer method injected
ConfigProperty
-annotated parameters are validated, not just field injection points - Potential resource leaks easily permitted by the specification are handled properly, as much as possible
- No unnecessary dependencies
- Fully documented