-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Add Java 22 support #25645
Add Java 22 support #25645
Conversation
I think it'd be good to change our build process to test Java 17 and 22. Not sure how to do that. |
It looks like Gradle 8.7 only supports building with Java 22, not running with it. From https://docs.gradle.org/current/release-notes.html#support-for-building-projects-with-java-22:
|
generators/server/templates/src/test/java/_package_/config/CRLFLogConverterTest.java.ejs
Outdated
Show resolved
Hide resolved
generators/server/templates/src/test/java/_package_/config/CRLFLogConverterTest.java.ejs
Outdated
Show resolved
Hide resolved
generators/server/templates/src/test/java/_package_/config/CRLFLogConverterTest.java.ejs
Outdated
Show resolved
Hide resolved
I can confirm the issue on Java 21 also, have tried on different gradle versions -current 8.8-, and I'm at 8.6.0 on jhipster. I thought it was related somehow to sonarqube, though removing the plugin was not helpful. |
Fixes #25562.
Please make sure the below checklist is followed for Pull Requests.