Changelog

Added

  • Introduced illegal-access property to control the value of the --illegal-access Java flag when running tests on JDKs >= 9. Default value is deny, causing builds to fail when an illegal reflexive access operations is detected. Such access operations need to be removed for Java 17 compatibility. Use the value warn to permit illegal reflexive access operations but log a warning. Use debug to log stack traces along with the warnings. [BUILD-948]

  • Added the Groovy Maven plugin to the plugin management section. [BUILD-957]


Upgrading

Upgrading should be straightforward. Core artifacts will start being updated with Magnolia 6.2.27 release.

  • No labels