Skip to content

4.0.0

Compare
Choose a tag to compare
@keeganwitt keeganwitt released this 02 Oct 13:33
· 12 commits to master since this release

Bugs

None

Enhancements

  • Support Java 22 and 23 (#302)
  • Multiple dependency upgrades, including some that fixed CVEs
  • Added a warning about using SecurityManager to prevent System.exit() calls. JEP 411 deprecated SecurityManager in Java 17, for future removal. It is unclear what it will be replaced with for the use case of preventing System.exit() usages. JDK-8199704 is one possibility.

Potentially breaking changes

  • Updated the required Maven version to 3.6.3 to conform to the compatibility plan (#309)

Notes

None