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

Upgrade Jersey to 2.34+ for Java 17 support? #4347

Closed
noobgramming opened this issue Oct 13, 2021 · 1 comment · Fixed by #4240
Closed

Upgrade Jersey to 2.34+ for Java 17 support? #4347

noobgramming opened this issue Oct 13, 2021 · 1 comment · Fixed by #4240
Milestone

Comments

@noobgramming
Copy link

Hello! Trying to migrate our projects to Java 17. Our DropWizard apps compile fine, but fail to run because version of ASM packaged with Jersey 2.33 doesn't support Java 17.
jersey.repackaged.org.objectweb.asm.ClassReader: Unsupported class file major version 61

@joschi
Copy link
Member

joschi commented Oct 14, 2021

@noobgramming Thanks for reporting this!

Unfortunately we're currently blocked in upgrading to Jersey 2.34 or 2.35 because the providers for Optional<T> are botched.

See also #3969 (comment).

@joschi joschi added this to the 2.1.0 milestone Oct 24, 2021
@joschi joschi linked a pull request Oct 24, 2021 that will close this issue
1 task
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

Successfully merging a pull request may close this issue.

2 participants