Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 11:07

4.0.0 (2022-01-24)

We have had some issues cutting releases; pardon the confusion.

Bug Fixes

  • ci: refactor workflow

BREAKING CHANGES

  • core: More idiomatic Kotlin (#77) (d8d1c63)\
    • Use Kotlin lambda instead of Runnable for Prop.addCallback, and instead of Function for PropFactory.parse.
  • core: Move to Kotlin (#76) (f506e740)
    • JacksonParserFactory had mistakenly been given the class io.pleo.prop.guice; it has been corrected to io.pleo.prop.jackson.
    • minimum JDK version has been bumped to JDK11.