Moving to Java 25
We are going to do this move in two PRs. The first part will change the libraries and underlying code that needs to be changed to be compatible with Java 25 without moving to Java 25.
The second PR will move us to Java 25, both compile and runtime.
Moving to Java 25
We are going to do this move in two PRs. The first part will change the libraries and underlying code that needs to be changed to be compatible with Java 25 without moving to Java 25.
The second PR will move us to Java 25, both compile and runtime.
Draft of the whole kit and caboodle that would move us to Java25.
feat(java): java 25 Runtime #33866
Step 1: Update libs, code and arguments in preparation for the move to Java25.
Move to java 25 part I (pre-work) #34264
Step 2: Set java 25 as our compile and release target.
Move to java 25 part II #34269