https://github.com/atbashee/atbash-config
MicroProfile Config extensions
https://github.com/atbashee/atbash-config
cdi configuration java7 javaee microprofile
Last synced: 2 months ago
JSON representation
MicroProfile Config extensions
- Host: GitHub
- URL: https://github.com/atbashee/atbash-config
- Owner: atbashEE
- License: apache-2.0
- Created: 2017-11-26T20:16:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T14:24:02.000Z (over 2 years ago)
- Last Synced: 2025-01-18T12:26:04.795Z (4 months ago)
- Topics: cdi, configuration, java7, javaee, microprofile
- Language: Java
- Homepage:
- Size: 636 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.apache.org/licenses/LICENSE-2.0)
[](https://travis-ci.org/atbashEE/atbash-config)
[](https://maven-badges.herokuapp.com/maven-central/be.atbash.config/atbash-config)# atbash-config
Additional functionality on top of MicroProfile Config 1.x - 3.xIf you still need support for Java 7, please use version v0.9.3
## Atbash configuration extension
By adding the Atbash configuration Maven artifact, you add some additional features as described in the _introduction_ section.
This artifact can be used in combination with the Java 7 ported code but also works with any other MP Config 1.1 compliant implementation.
be.atbash.config
atbash-config
${atbash.config.version}
The list of features is described in the _Atbash configuration features_ section.
When using The Atbash configuration extension with a 'real' implementation, it is advised to exclude the _be.atbash.config:microprofile-config-api_ since these classes are already present (through the dependency on the MP API from the 'real' configuration implementation)
be.atbash.config
atbash-config
${atbash.config.version}
be.atbash.config
microprofile-config-api
## User manual
See [here](https://github.com/atbashEE/atbash-config/blob/master/impl/src/main/doc/manual.pdf)