Closed meiao closed 1 month ago
Make the agent compatible with Java 23.
The java-23 branch contains most of the changes needed for Java 23 compatibility. But it is using early access releases of Java 23 to run the tests.
So before merging this branch, the references to early access (ea) must be removed and the tests must be run with the GA release of Java 23.
https://new-relic.atlassian.net/browse/NR-302652
Java 23 GA was released yesterday (9/17). https://openjdk.org/projects/jdk/23/#
Feature Description
Make the agent compatible with Java 23.
Additional context
The java-23 branch contains most of the changes needed for Java 23 compatibility. But it is using early access releases of Java 23 to run the tests.
So before merging this branch, the references to early access (ea) must be removed and the tests must be run with the GA release of Java 23.