Releases: atbashEE/atbash-config
Releases · atbashEE/atbash-config
v1.0.0
v0.9.3
- Support for alternative configuration keys.
v0.9.2
- Defining base name with config is now optional for Config extensions (ServiceLoader config not required) Only date format can be used on default microprofile-config.properties file for the moment.
- Added missing ClassConverter for TestConfig
- Updated to MicroProfile Config 1.3 (integrated updates from Apache Geronimo Config 1.2)
v0.9.1.1
- Exposed be.atbash.config.util.ResourceUtils#getInputStreamForPath()
- Better integration with Atbash Utils SE
v0.9.1
- Upgrade to MicroProfile Config 1.2 compatible (Class converter and implicit converters)
- atbash-config-test artifact containing a Map based Config implementation for Unit testing.
- AbstractConfiguration containing some helper methods to retrieve optional values programmatically.
- @ModuleConfigName to define the name of the logging instead of the class name.
- Logging in Java SE.
- Parameter atbash.config.log.disabled to completely disable logging.
- Logging no longer contain class name when it contains no @ConfigEntry entries.
- Fix issue retrieving optional configuration parameter using 'real' MP Config implementation