You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-------------------------------------------------------------------------------
Test set: org.codehaus.plexus.util.ReflectionUtilsTest
-------------------------------------------------------------------------------
Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 s <<< FAILURE! - in org.codehaus.plexus.util.ReflectionUtilsTest
testComplexVariableAccess(org.codehaus.plexus.util.ReflectionUtilsTest) Time elapsed: 0.003 s <<< ERROR!
java.lang.reflect.InaccessibleObjectException: Unable to make field private static final int java.lang.Class.ANNOTATION accessible: module java.base does not "opens java.lang" to unnamed module @461c1eab
at org.codehaus.plexus.util.ReflectionUtilsTest.testComplexVariableAccess(ReflectionUtilsTest.java:49)
The text was updated successfully, but these errors were encountered:
The question is whether this can work at all on Java 16. We recently had similar issues on Tomcat and disabled the test. Please search the Tomcat dev mailing list.
The text was updated successfully, but these errors were encountered: