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
Date: 2019-04-30 13:35:25 -0400
From: Robert Scholte <[email protected]>
According to https://issues.apache.org/jira/browse/MNG-6580 Sisu is not capable in scanning Java class files with target/release 9+ due to an old version of ASM.
I've marked it as critical since there's no workaround (other than staying on a n older Java version).
Comment 3093146
Date: 2019-11-05 19:10:55 -0500
From: Stuart McCulloch <[email protected]>
I've put a small workaround in the 0.3.4 release which means the scanner now attempts to scan bytecode up to and including the Java 14 level. This was possible because the scanner only does a light scan of the class file and isn't affected by recent bytecode additions.
I'll leave this ticket open as I still want to get master onto the latest ASM release.
The text was updated successfully, but these errors were encountered:
This issue was created automatically with bugzilla2github
Bugzilla Bug 546874
Date: 2019-04-30 13:35:25 -0400
From: Robert Scholte <[email protected]>
To: Stuart McCulloch <[email protected]>
CC: [email protected]
Last updated: 2019-11-05 19:10:55 -0500
Comment 3034851
Date: 2019-04-30 13:35:25 -0400
From: Robert Scholte <[email protected]>
According to https://issues.apache.org/jira/browse/MNG-6580 Sisu is not capable in scanning Java class files with target/release 9+ due to an old version of ASM.
I've marked it as critical since there's no workaround (other than staying on a n older Java version).
Comment 3093146
Date: 2019-11-05 19:10:55 -0500
From: Stuart McCulloch <[email protected]>
I've put a small workaround in the 0.3.4 release which means the scanner now attempts to scan bytecode up to and including the Java 14 level. This was possible because the scanner only does a light scan of the class file and isn't affected by recent bytecode additions.
I'll leave this ticket open as I still want to get master onto the latest ASM release.
The text was updated successfully, but these errors were encountered: