graalvm-maven-docker icon indicating copy to clipboard operation
graalvm-maven-docker copied to clipboard

Support for the latest JDK22

Open KafkaProServerless opened this issue 1 year ago • 2 comments

Hello team,

This is a great image I am using every day. Thank you so much for the work.

Would it be possible to support the latest JDK22 which is now released?

Thank you

KafkaProServerless avatar Apr 19 '24 01:04 KafkaProServerless

Hi @KafkaProServerless

we just updated GraalVM to v21.0.2-graalce. We stick at java v21 for now since it is a LTS release.

However if you need GraalVM v22 just fork this repo and set in the Dockerfile

ARG JAVA_VERSION="22-graalce"

ujibang avatar Apr 19 '24 10:04 ujibang

Will this model of "follow the LTS" works as Java transitions to the 6 months release cadence?

KafkaProServerless avatar Apr 22 '24 11:04 KafkaProServerless

Image 22.0.2-graalce is now available.

docker pull softinstigate/graalvm-maven:22.0.2-graalce

mkjsix avatar Sep 04 '24 12:09 mkjsix