ApplicationInsights-Java icon indicating copy to clipboard operation
ApplicationInsights-Java copied to clipboard

Update Java versions for tests

Open trask opened this issue 1 year ago • 1 comments

Currently blocked on test failures in VariousCollectorsTest

cc @jeanbisutti

trask avatar Sep 24 '24 14:09 trask

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

jeanbisutti avatar Oct 23 '24 12:10 jeanbisutti

@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

trask avatar Oct 23 '24 19:10 trask