Skip to content

Releases: zeldigas/spring-hocon-property-source

0.4.0

29 Jun 06:15
Compare
Choose a tag to compare

Added

  • @HoconPropertySource annotation. You can use it to load HOCON files to env,
    just like you load *.properties files with Spring's @PropertySource

Changed

  • 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

Fixed

  • 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!

1. bumped version to 0.3.0

25 May 07:22
Compare
Choose a tag to compare

Added

Support for org.springframework.boot.origin.TextResourceOrigin

Fixed

Closing input stream after reading HOCON file

0.2.2

26 Apr 12:53
Compare
Choose a tag to compare

Explicitly specifying UTF-8 encoding for input stream

0.2.1

17 Apr 20:11
Compare
Choose a tag to compare

Spring Boot 2 as a target version to support.

Jar is published in central