Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2
-
None
Description
Encountered on bval where building with java 8 makes the bytecode java 8 compliant and breaks under java 7.
See org.apache.bval.util.reflection.Reflection#setAccessible where Utf8 java/lang/reflect/Executable is injected with java 8 and Executable is a java 8 class only.