All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.0 - 2020-05-25
@HoconPropertySource
annotation. You can use it to load HOCON files to env, just like you load*.properties
files with Spring's@PropertySource
- Project is built against SpringBoot 2.2. Dependency still uses
provided
scope so it should not be a problem to use any version you prefer though, as Spring's API is stable - Hocon dependency bumped to 1.4.0
- Empty lists now added to processed properties, so you can override non-empty list with empty.
Kudos to FingolfinTEK for empty list fix and @HoconPropertySource
feature!
0.3.0 - 2020-05-25
- Support for org.springframework.boot.origin.TextResourceOrigin
- Closing input stream after reading HOCON file
0.2.2 - 2020-04-26
- Changelog file added to repo
- License file (years interval fixed)
- Specifying file encoding explicitly to adhere to HOCON spec (#2)
0.2.1 - 2019-03-18
- Spring Boot 2 as a target version to support.
- Java 8 used as a compilation target
0.1 - 2016-06-23
- Initial support for hocon config files as spring property source