-
-
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 support for Java 23 #27345
Add support for Java 23 #27345
Conversation
WebFlux tests are failing because of Byte Buddy:
|
When using JDK 23 and starting the default generated app, there are stack traces, but everything starts up OK.
I'm using |
This stack trace is printed with JDK 22 as well, but not with JDK 17. |
@mshima The ng-default job is failing with the following error:
Do you know why this happens? |
https://jdk.java.net/23/release-notes
Please make sure the below checklist is followed for Pull Requests.
When you are still working on the PR, consider converting it to Draft (below reviewers) and adding
skip-ci
label, you can still see CI build result at your branch.