View the full changelog here.
Additions:
- Add logging abstractions. Logging can now be configured using SLF4J to gain deeper introspection into the system.
Breaking Changes:
- Move to multi-module project structure. The main repository now includes the
core
andlib
packages. - The artifacts published to Maven have changed to reflect the new structure:
nz.co.jedsimson.lgp:LGP
is nownz.co.jedsimson.lgp:core
nz.co.jedsimson.lgp:LGP-lib
is nownz.co.jedsimson.lgp:lib
Fixes:
- Maven publication POM did not declare dependencies in the 5.2 release. This has been resolved.