info required for compatible version with openjdk21
sahil3390 opened this issue · 2 comments
sahil3390 commented
Hello team,
Which version of Prometheus JVM Client is compatible with openjdk21?
Regards,
Sahil
dhoard commented
The latest 1.x.x versions have been tested with Java 21.
fstab commented
Thanks Doug. I also think the older 0.x versions are compatible. Java is very good with maintaining backwards compatibility. If you take a library that was compiled for Java 6 it should run with Java 21 without any issues.