CircleCI-Public / cimg-openjdk

The CircleCI OpenJDK (Java) Docker Convenience Image.
https://circleci.com/developer/images/image/cimg/openjdk
MIT License
18 stars 25 forks source link

Feature Request: Support Java 21 #161

Closed adambom closed 12 months ago

adambom commented 1 year ago

Describe the Feature Request Java 21 became GA yesterday. Could you please add support for Java 21?

Is your feature request related to a particular problem? Unable to easily build Java 21 projects using convenence images

How will this feature request benefit CircleCI jobs using this image? Will allow Java 21 builds without the overhead of manually installing Java

Describe the solution you would like to see A convenience image for OpenJDK 21

Describe alternatives you have considered Manual installation in each job.

bc-tayvs commented 1 year ago

There is no stable java 21 version from Temurin but there are some nightly beta versions. Based on the latest nightly version and already existing java 20 Dockerfiles I have created a fork with implementation for java 21.

Fork: https://github.com/CircleCI-Public/cimg-openjdk/compare/main...bc-tayvs:cimg-openjdk:jdk21

Terium binaries: https://github.com/adoptium/temurin21-binaries/releases

adambom commented 1 year ago

Oh I see. "GA" really is depending on which distribution you're looking at. I'll wait patiently until temurin gets a release out.

In the meantime, we are able to make use of this orb to install the 21-open version in our jobs.

exoego commented 1 year ago

Official Release of jdk-21+35 is out: https://github.com/adoptium/temurin21-binaries/releases/tag/jdk-21%2B35

dylanbaroody commented 1 year ago

Would also appreciate this!

xbrett commented 1 year ago

This would really help out!

adambom commented 1 year ago

Official PR now open: https://github.com/CircleCI-Public/cimg-openjdk/pull/167