prometheus / jmx_exporter

A process for exposing JMX Beans via HTTP for Prometheus consumption
Apache License 2.0
3.06k stars 1.2k forks source link

Is this compatible/working on Java 21? #987

Closed andreasarf closed 3 months ago

andreasarf commented 3 months ago

Got issue when booting up my Java 21 app. But it's fine on Java 17.

dhoard commented 3 months ago

@andreasarf What is the specific issue you are seeing?

We test on these Java 21 versions ...

alibabadragonwell/dragonwell:21
amazoncorretto:21
antublue/openlogic-openjdk:21
azul/zulu-openjdk:21
azul/prime:21
bellsoft/liberica-openjdk-debian:21
bitnami/java:21
eclipse-temurin:21
eclipse-temurin:21-alpine
ghcr.io/graalvm/jdk:21
ibm-semeru-runtimes:open-21-jdk-focal
mcr.microsoft.com/openjdk/jdk:21-mariner
mcr.microsoft.com/openjdk/jdk:21-mariner-cm1
mcr.microsoft.com/openjdk/jdk:21-ubuntu
openjdk:21
registry.access.redhat.com/ubi8/openjdk-21-runtime:latest
registry.access.redhat.com/ubi9/openjdk-21-runtime:latest
sapmachine:21

Here is the file containing all of the versions tested:

https://github.com/prometheus/jmx_exporter/blob/main/integration_test_suite/integration_tests/src/test/resources/docker-image-names.all.txt

andreasarf commented 3 months ago

Thanks