Skip to content

SmallRye implementation of Eclipse MicroProfile Config

License

Notifications You must be signed in to change notification settings

radcortez/smallrye-config

 
 

Repository files navigation

badge Quality Gate Status License Maven

SmallRye Config

SmallRye Config is an implementation of Eclipse MicroProfile Config.

Instructions

Compile and test the project:

mvn verify

Generate the documentation (from the documentation folder):

mvn package
mkdocs serve

Project structure

  • 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

Contributing

Please refer to our Wiki for the Contribution Guidelines.

About

SmallRye implementation of Eclipse MicroProfile Config

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Kotlin 0.1%