Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 03:54
· 6 commits to develop since this release

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 and lib packages.
  • The artifacts published to Maven have changed to reflect the new structure:
    • nz.co.jedsimson.lgp:LGP is now nz.co.jedsimson.lgp:core
    • nz.co.jedsimson.lgp:LGP-lib is now nz.co.jedsimson.lgp:lib

Fixes:

  • Maven publication POM did not declare dependencies in the 5.2 release. This has been resolved.