ApplicationInsights-Java
ApplicationInsights-Java copied to clipboard
Update Java versions for tests
Currently blocked on test failures in VariousCollectorsTest
cc @jeanbisutti
VariousCollectorsTest fails with a JDK 23 because a new GarbageCollectorMXBean, the G1 Concurrent GC, was introduced in the JDK 20 and is not managed by the code.
cc @johnoliver
@johnoliver @dsgrieve I disabled the G1 test on Java 21+ so that we can merge this and make sure at least our other tests are passing on 21 and 23