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 17 compatibility #146

Closed
nacron opened this issue Jul 18, 2022 · 1 comment · Fixed by #148
Closed

Java 17 compatibility #146

nacron opened this issue Jul 18, 2022 · 1 comment · Fixed by #148
Milestone

Comments

@nacron
Copy link

nacron commented Jul 18, 2022

Hello Remondis Team,

we are using your mapper and are very happy with it.
Now we wanted to upgrade to Java 17 and found out that the underlying library cglib (https://github.com/cglib/cglib) no longer supports Java 17. They have this paragraph on their github page:

IMPORTANT NOTE: cglib is unmaintained and does not work well (or possibly at all?) in newer JDKs, particularly JDK17+. If you need to support newer JDKs, we will accept well-tested well-thought-out patches... but you'll probably have better luck migrating to something like ByteBuddy.

Are there any plans to move the underlying library to something like byte buddy?

Cheers
Benedikt

@schuettec schuettec added this to the 4.3.0 milestone Sep 1, 2022
@schuettec
Copy link
Contributor

Thanks for feedback. We will migrate to Byte Buddy soon.

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