RE: https://mastodon.world/@marcel_jomasoft/116171835779371852

Interesting - I wasn't actually aware that there was a #Solaris CBE with an up to date compiler. While I haven't tried it, this might be useful for anyone who wants to build their own OpenJDK from source on that platform now that #Temurin doesn't produce one.

How To Configure Dependabot To Automatically Upgrade OpenJDK In Docker Images

A common issue you may want to automate as part of your CI/CD pipelines is the upgrading of your JDK in Docker images. Similar to how you…

Medium

RE: https://fosstodon.org/@eclipseadoptium/115661689325770554

A reminder that @eclipseadoptium will not be publishing bulds for some platforms in the January set of releases which are being prepared at the moment.
#adoptium #temurin #java #openjdk #solaris #win32

Where do you get your java? And what components go into a JDK that you download?
An analysis by Mark Stoodley covering the different java offerings available today (some of them - including #Temurin by @eclipseadoptium - are easily available from https://adoptium.net/marketplace)
https://developer.ibm.com/articles/awb-where-do-you-get-your-java/
Adoptium

Eclipse Adoptium provides prebuilt OpenJDK binaries from a fully open source set of build scripts and infrastructure.

Adoptium

The Adoptium community is planning to end #EclipseTemurin support for Solaris/x64 and Solaris/SPARC and Windows 32-bit builds (JDK 8, 11, and 17) in 2026.

This change allows us to focus resources on the most widely used, actively maintained platforms, ensuring Temurin remains secure, reliable, and high-quality.

📣 Share your feedback by 20 January:
Solaris ➡️ https://github.com/adoptium/temurin-build/issues/4318
Win32 ➡️ https://github.com/adoptium/temurin-build/issues/4319

🔗 Read the full announcement: https://adoptium.net/es/news/2025/12/solaris-win32-removal

#Temurin #Adoptium

Congratulations to Stewart Addison, a top Q3 committer with the #EclipseAdoptium project!

🙌 Stewart’s exceptional efforts in infrastructure work and #Temurin builds continue to strengthen Adoptium’s impact across the open source ecosystem. Thank you for your contributions.

@sdkman any idea why 25-tem is the suggested default for macOS ARM but isn't included in the canidate list?

https://api.sdkman.io/2/candidates/java/darwinarm64/versions/list?installed=

The darwinx64 release is included. Both releases exist on the adoptium website.

#Temurin #JDK25 #sdkman

Nice how the @EclipseFdn Adoptium Group tracks the Temurin JDK 25 LTS build status here. Will probably save a lot of questions. 😁

https://github.com/adoptium/temurin/issues/96

#Java #Java25 #Adoptium #Temurin

September 2025 Release Status per Platform, Version & Binary Type · Issue #96 · adoptium/temurin

Sharing information in this issue since the TCK work is being tracked in temurin-compliance private repo not visible to the community (as per the OCTLA). Risks and expectations for timing on the re...

GitHub

Looks like @opensuse [1] are the next company evaluating whether to retain 32-bit Arm support.
Both of the main projects I work in - @nodejs [2] and #Temurin by @eclipseadoptium [3] have stopped building for it in recent releases.

How much use are you making of 32-bit Arm systems these days? Is 32-bit still relevant anywhere in 2025? #WorksOnArm

[1] - https://fosstodon.org/@opensuse/114941202303864101
[2] - Stopped at v24: https://github.com/nodejs/node/issues/58071
[3] - Discontinued since last Java LTS (v21): https://github.com/adoptium/adoptium-support/issues/962

openSUSE Linux (@[email protected])

Last chance to express your voice about 32-bit #ARM on #openSUSE? Take the survey now https://survey.opensuse.org #ARMv7 #RaspberryPi #BeagleBone

Fosstodon

Also #java users out there should be aware that @fedora 42+ and EL10 based distributions such as @centos Stream 10 and RHEL10 no longer have "non-system" (21) versions of java. But the good news is you can now easily install @eclipseadoptium #Temurin via #EPEL e.g. to install Temurin JDK8:

# For CS10/Fedora # dnf install epel-release
# RHEL10 # rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
dnf install -y adoptium-temurin-java-repository
dnf --enablerepo=adoptium-temurin-java-repository install temurin-8-jdk