SmallRye Config
SmallRye Config is an implementation of Eclipse MicroProfile Config.
Instructions
Compile and test the project:
mvn verify 
    Generate the documentation (from the doc folder):
antora generate antora-playbook.yml 
    Project structure
-  
common - A set of reusable components to extend SmallRye Config
 -  
doc - Project documentation.
 -  
implementation - Implementation of the Eclipse MicroProfile Config API.
 -  
sources - Implementation of different Eclipse MicroProfile ConfigSources
 -  
testsuite - Test suite to run the implementation against the Eclipse MicroProfile Config TCK.
 -  
utils - A set of additional extensions to enhance MicroProfile Config
 
Contributing
Please refer to our Wiki for the Contribution Guidelines.