client_java icon indicating copy to clipboard operation
client_java copied to clipboard

info required for compatible version with openjdk21

Open sahil3390 opened this issue 1 year ago • 2 comments
trafficstars

Hello team,

Which version of Prometheus JVM Client is compatible with openjdk21?

Regards, Sahil

sahil3390 avatar Jun 10 '24 10:06 sahil3390

The latest 1.x.x versions have been tested with Java 21.

dhoard avatar Jun 10 '24 12:06 dhoard

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.

fstab avatar Jun 10 '24 12:06 fstab