newrelic / newrelic-java-agent

The New Relic Java agent
Apache License 2.0
202 stars 143 forks source link

Add support for Java 22 #1805

Closed jasonjkeller closed 6 months ago

jasonjkeller commented 7 months ago

Java 22 was released on March 19th, 2024. We should add OOTB support for it.

The full process for supporting a new Java runtime is detailed here: https://docs.google.com/document/d/1HNY01nQOoVrz45u6pa2Ky1B48m4g0Upr/edit#heading=h.gjdgxs

Here's an example of the work that was done to add support for Java 21: https://github.com/newrelic/newrelic-java-agent/pull/1546

workato-integration[bot] commented 7 months ago

https://new-relic.atlassian.net/browse/NR-251337

SentryMan commented 7 months ago

I also require this