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

feat: add support for JDK 17 and JDK 21 #119

Merged
merged 5 commits into from
Aug 21, 2024

Conversation

tbouffard
Copy link
Member

@tbouffard tbouffard commented Aug 21, 2024

Build and run previously failed with JDK 17+. This is fixed by bumping lombok from 1.18.12 to 1.18.34
We are no longer running the build with the old JDK 8 and JDK 11 versions.

Notes

Closes #113

@tbouffard tbouffard added the enhancement New feature or request label Aug 21, 2024
@tbouffard tbouffard marked this pull request as ready for review August 21, 2024 15:47
@tbouffard tbouffard merged commit a78726f into master Aug 21, 2024
4 checks passed
@tbouffard tbouffard deleted the feat/support_java_17_and_21 branch August 21, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Incompatibility with OpenJDK 21: NoSuchMethodException for sun.misc.Unsafe.defineClass
1 participant