Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not support Java 8 #35

Closed
Pyrolistical opened this issue Mar 4, 2015 · 3 comments
Closed

Does not support Java 8 #35

Pyrolistical opened this issue Mar 4, 2015 · 3 comments

Comments

@Pyrolistical
Copy link

This project embeds 4.2 of ow2 asm, but that only supports Java 7:

http://websvn.ow2.org/filedetails.php?repname=asm&path=%2Ftags%2FASM_4_2%2Fsrc%2Forg%2Fobjectweb%2Fasm%2FClassReader.java
if (readShort(off + 6) > Opcodes.V1_7) {

An upgrade to 5.0 or greater will solve this problem. This also implies Apache Spark does not support Java 8 as it depends on this project.

@Pyrolistical
Copy link
Author

Back link to the Spark issue https://issues.apache.org/jira/browse/SPARK-6152

@jhaber
Copy link

jhaber commented Mar 17, 2015

Should be fixed by #33, not sure when that will be relased though

@magro
Copy link
Collaborator

magro commented Mar 20, 2015

I just pushed this with reflectasm-1.10.1 to maven central.

@magro magro closed this as completed Mar 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants