-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Add CI for Java 23 #41698
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
Comments
So if we want to test, we need to downgrade to Awaitility 4.2.0 again. There is a PR but the project owners haven't reviewed it in months unfortunately. I've downgraded locally and we're getting more Java Security Manager problem:
Courtesy of @mhalbritter, this seems to be due to https://bugs.openjdk.org/browse/JDK-8327134. We could either disable those tests or use the This |
3.3.x is breaking pretty much any use of Mockito on Java 23 due to |
Awaitility 4.2.2 has been released with a fix 🥳 |
This commit is similar to what we had to do for Java 22-ea. Given our actions have changed quite a bit, this commit replaces the "java-distribution" parameter by a "java-early-access" parameter. When set, it automatically switches the distribution to temurin as well as applying the same handling of the Java version as in b8a6cab. See gh-41698
This commit is similar to what we had to do for Java 22-ea. Given our actions have changed quite a bit, this commit replaces the "java-distribution" parameter by a "java-early-access" parameter. When set, it automatically switches the distribution to temurin as well as applying the same handling of the Java version as in b8a6cab. See gh-41698
With Java 23 in its RC phase this week and GA in September, we should add CI for it. Framework supports Java 23 in 6.1+, limiting our Java 23 support to Boot 3.2+.
The text was updated successfully, but these errors were encountered: