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 11 support? #75

Open
spudone opened this issue Feb 13, 2019 · 1 comment
Open

Java 11 support? #75

spudone opened this issue Feb 13, 2019 · 1 comment

Comments

@spudone
Copy link

spudone commented Feb 13, 2019

Are there plans to pick this up again and support Java 11 + newer versions of Jersey?

Java 11 compiler target currently fails due to the Jersey 2.25.1 using an older asm version - see ClassReader.java:

// checks the class version
// added "support" for java 9 compiled classes
if (readShort(off + 6) > Opcodes.V9) {
   throw new IllegalArgumentException();
}
@adrianluisgonzalez
Copy link
Member

Yes, but afraid I don't have a time frame I can share.

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