microBean™ MicroProfile Configuration Implementation
Last Published: 2021-10-10
Version: 0.4.2
Documentation
Overview
JavaDocs
Github Repository
Examples
Project Documentation
Project Information
Dependencies
Dependency Information
Dependency Management
Distribution Management
About
Issue Management
Licenses
Plugin Management
Plugins
Source Code Management
Summary
Team
Project Reports
microBean™ MicroProfile Config
An implementation of version 1.4 of the
MicroProfile Config specification
.
Features
Fully MicroProfile Config 1.4 compliant (honors the specification and passes the
TCK
)
Thread safe
Conversion can work on
Type
s, not just
Class
es
PropertyEditor
s are used as lowest priority
Converter
s when available
Config
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