Changelog
Added
Introduced
illegal-access
property to control the value of the--illegal-access
Java flag when running tests on JDKs >= 9. Default value isdeny
, 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 valuewarn
to permit illegal reflexive access operations but log a warning. Usedebug
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.