-
-
Notifications
You must be signed in to change notification settings - Fork 480
Closed
Description
We can finally upgrade to java 25! For this we need to:
- Upgrade pom.xml to java25
- upgrade syntax to use java25 everywhere
- upgrade installation instructions in readme.md and CONTRIBUTING.md
- upgrade github actions to use java25
- upgrade docker containers to use java25
- do perf tests to see if we are still ok
Copilot