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

Java 14 Support? #52

Open
gary-archer opened this issue Sep 7, 2020 · 1 comment
Open

Java 14 Support? #52

gary-archer opened this issue Sep 7, 2020 · 1 comment

Comments

@gary-archer
Copy link

Nice library guys - have been using it for a while - makes non blocking Rest API code much easier to write reliably.

Just wondered if it could be updated to support the latest Java, which I was trying to use?
I believe the below issue is related to the version of ASM dependencies.

Not massively urgent, but nice to keep your library working with latest versions.

Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 58
at com.ea.async.shaded.org.objectweb.asm.ClassReader.(ClassReader.java:195)
at com.ea.async.shaded.org.objectweb.asm.ClassReader.(ClassReader.java:176)
at com.ea.async.shaded.org.objectweb.asm.ClassReader.(ClassReader.java:162)
at com.ea.async.instrumentation.Transformer.transform(Transformer.java:150)

@Mart-Bogdan
Copy link

Looks like it could be tended with this PR #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants