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 preventingSystem.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