-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Jdk11 compatibility #1203
Jdk11 compatibility #1203
Conversation
This release fixed numer of smalle issues: [1]. [1] https://asm.ow2.io/versions.html
Latest asm release added experimental support for JDK11 features: * nest mates * ConstantDynamic Consume this new features through ASM7_EXPERIMENTAL API.
What are the compatibility implications of this? The docs [1] for
So there's going to be a source compatibility issue, but I'm not sure if it's also a binary compatibility issue: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got ya
@mkurz, Ah thanks for pointing this out. Apparently Guice is supporting both build tools Apache Ant and Apache Maven? I tested this PR with Maven and it worked for Gerrit Code Review purpose (Build and run with JDK11). |
OpenJDK 11 has now been released... any ETA on when we might expect this to be addressed? |
@frankgrimes97 See these comments here: #1198 (comment) - Seems like we get an updated Guice very soon. |
Switch to experimental asm API that supports JDK11.