-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
JHipster 8 doesn't work with Java 22 #25562
Comments
Do we have already update to spring boot 3.2.4? The class file error comes from the gradle boot plugin which need to be updated to 3.2.4 for java 22 as far as I can tell. EDIT: nevermind, it should be 3.2.4 already 🤔 |
v8.2.1 was released with spring-boot 3.2.3. |
On master we have 3.2.4 right? At least thats what I see in a generated application. Didn't check yet if that version is really used eventually. |
Seems like jhipster's reactive stack will have to wait until byte-buddy && BlockHound are resolved... |
Overview of the issue
JHipster 8 doesn't work with Java 22. If you're using Gradle, you get an error:
If you're using Maven,
CRLFLogConverterTest
doesn't pass.Motivation for or Use Case
We should support the latest release of Java.
Reproduce the error
Suggest a Fix
Upgrade to Gradle 8.7 and fix the test.
JHipster Version(s)
8.2.0
The text was updated successfully, but these errors were encountered: