You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2016/02/29 18:05:18 UTC

[jira] [Created] (WEAVER-11) bytecode generated with java 7 or 8 is different and can break on earlier versions

Romain Manni-Bucau created WEAVER-11:
----------------------------------------

             Summary: bytecode generated with java 7 or 8 is different and can break on earlier versions
                 Key: WEAVER-11
                 URL: https://issues.apache.org/jira/browse/WEAVER-11
             Project: Commons Weaver
          Issue Type: Bug
            Reporter: Romain Manni-Bucau


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)