v4.0.0
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 classio.pleo.prop.guice
; it has been corrected toio.pleo.prop.jackson
.- minimum JDK version has been bumped to JDK11.