SmallRye Config is an implementation of Eclipse MicroProfile Config.
Compile and test the project:
mvn verify
Generate the documentation (from the documentation
folder):
mvn package
mkdocs serve
-
cdi - CDI Extension
-
common - A set of reusable components to extend SmallRye Config
-
converters - Additional Converters
-
documentation - Project documentation
-
examples - Examples projects to demonstrate SmallRye Config features
-
implementation - Implementation of the MicroProfile Config API
-
sources - Implementation of custom Config Sources
-
testsuite - Test suite to run the implementation against the MicroProfile Config TCK
-
utils - A set of additional extensions to enhance MicroProfile Config
-
validator - Bean Validation integration
Please refer to our Wiki for the Contribution Guidelines.