-
Notifications
You must be signed in to change notification settings - Fork 150
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
[EXPERIMENT] test with java 23 #1534
base: main
Are you sure you want to change the base?
Conversation
running into Java deprecations for methods on 'Unsafe' class
|
We need later move to Java 11 and migrate some code to VarHandle I think, as Java 25 is coming next year, which is a LTS version. |
The biggest issue is having our builds fail if we use any deprecated code. Scala 2.13.15 upgrade is blocked for similar reasons. |
How about add |
We have to support 3 Scala versions and the deprecation warnings are different on them. Add extra nowarn annotations and they can fix one build but break another. |
temporary test run but may be refactored later to run nightly