Skip to content

Releases: atbashEE/atbash-config

v1.0.0

24 May 18:14
Compare
Choose a tag to compare

. Compiled for and requires Java 8.
. Dropped Java 7 port of MicroProfile API and Geronimo Configuration Implementation. (Method signature changes around Optional)
. Updated to Java EE 8 versions

. Using JUnit 5 for testing

v0.9.3

09 Jan 06:59
Compare
Choose a tag to compare
  • Support for alternative configuration keys.

v0.9.2

05 Aug 07:03
Compare
Choose a tag to compare
  • 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

01 May 09:43
Compare
Choose a tag to compare
  • Exposed be.atbash.config.util.ResourceUtils#getInputStreamForPath()
  • Better integration with Atbash Utils SE

v0.9.1

15 Feb 18:56
Compare
Choose a tag to compare
  • 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