-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
Milestone
Description
Overview of the issue
JHipster 8 doesn't work with Java 22. If you're using Gradle, you get an error:
BUG! exception in phase 'semantic analysis' in source unit 'precompiled_…' Unsupported class file major version 66
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
sdk install java open-22
jhipster --defaults
Suggest a Fix
Upgrade to Gradle 8.7 and fix the test.
JHipster Version(s)
8.2.0