惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog RSS Feed
有赞技术团队
有赞技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
Y
Y Combinator Blog
Jina AI
Jina AI
G
Google Developers Blog
Last Week in AI
Last Week in AI
博客园 - 叶小钗
H
Hackread – Cybersecurity News, Data Breaches, AI and More
L
LangChain Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
Visual Studio Blog
aimingoo的专栏
aimingoo的专栏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
IT之家
IT之家
The GitHub Blog
The GitHub Blog
D
Docker
量子位
罗磊的独立博客
腾讯CDC

Adoptium Blog

JDK 27 Will No Longer Be Built for macOS x64 Eclipse Temurin 8u504, 11.0.32.1, 17.0.20.1, 21.0.12.1, 25.0.4.1 and 26.0.2.1 Available Eclipse Temurin Reproducible Verification Builds — August 2026 Update Eclipse Temurin 8u502, 11.0.32, 17.0.20, 21.0.12, 25.0.4 and 26.0.2 Available Eclipse Temurin 8u492, 11.0.31, 17.0.19, 21.0.11, 25.0.3 and 26.0.1 Available Exploring Packaging Changes to Temurin JDK on AIX, Linux ppc64le and Linux s390x Eclipse Temurin 26 Available Celebrating Technical Achievements: 2025 Q4 Engineering milestones and community contributions Eclipse Temurin 8u482, 11.0.30, 17.0.18, 21.0.10 and 25.0.2 Available Adoptium's Plan to End Support for Solaris and Windows 32-bit Platforms Eclipse Temurin 8u472, 11.0.29, 17.0.17, 21.0.9 and 25.0.1 Available Eclipse Temurin 25 Available Eclipse Temurin JDK 24 enables JEP 493 Eclipse Temurin 8u462, 11.0.28, 17.0.16, 21.0.8 and 24.0.2 Available AQAvit in 2025 Eclipse Temurin 8u452, 11.0.27, 17.0.15, 21.0.7 and 24.0.1 Available Eclipse Temurin 8u442, 11.0.26, 17.0.14, 21.0.6 and 23.0.2 Available Eclipse Temurin 8u432, 11.0.25, 17.0.13, 21.0.5 and 23.0.1 Available Eclipse Temurin 23 Available Eclipse Temurin Reproducible Verification Builds for Secure Supply Chain Validation Eclipse Temurin 8u422, 11.0.24, 17.0.12, 21.0.4 and 22.0.2 Available Important Update: Removal of CentOS 7 Eclipse Temurin Images External audit of Temurin build and distribution processes The Scope of AQAvit Eclipse Temurin 8u412, 11.0.23, 17.0.11, 21.0.3 and 22.0.1 Available Eclipse Temurin 21 and 22 Available on RISC-V Eclipse Temurin 22 Available AQAvit Graduation Ceremony Tagged early access builds for all releases Eclipse Temurin 8u402, 11.0.22, 17.0.10 and 21.0.2 Available
Eclipse Temurin 24 Available
Adoptium PMC · 2025-03-26 · via Adoptium Blog

Adoptium is happy to announce the immediate availability of Eclipse Temurin 24+36. As always, all binaries are thoroughly tested and available free of charge without usage restrictions on a wide range of platforms. Binaries, installers, and source code are available from the Temurin download page, official container images are available at DockerHub, and installable packages are available for various operating systems.

Fixes and Updates

Overview of Java 24 Features

As mentioned in this Adoptium blog post Eclipse Temurin JDK 24.0.0+36 enables JEP 493,

is available in this release. Some other features available in this release include the following:

For a complete list of the enhancements (including ones that only impact developers of OpenJDK), see the JDK 24 overview over at OpenJDK.

New and Noteworthy

ppc64 AIX unavailable for JDK 24

Temurin jdk-24+36 for the AIX platform is currently unavailable. A small number of test failures indicated that there is need to investigate and update the upstream codebase. We hope that this platform on JDK 24 will be ready for release for the April CPU.

Linux installation packages changes

For JDK 24 onwards, a change has been made for the RPM distribution filenames uploaded to packages.adoptium.net, to align with other JDK vendors RPM file naming. Adoptium will now use the

<java>-<feature version><-vendor>

naming convention designed by http://www.jpackage.org/.

e.g, following the previous conventions for Temurin, the release RPM would have looked like the below:

temurin-24-jdk-24.0.0.0.0.36-0.x86_64.rpm

Whereas from JDK24 onwards, the package filenames will look like this:

java-24-temurin-jdk-24.0.0.0.0.36-0.x86_64.rpm

This change is only being made for the currently supported RPM based distributions available via the package repositories listed below.

DistributionVersions
CentOS7, 9, 10
Rocky8
RHEL7, 8, 9
Fedora40, 41, 42
OracleLinux7, 8
Amazon Linux2
openSUSE15.3, 15.4, 15.5
SLES12, 15

It is also worth noting, that the existing installation instructions do not require updating, and that both dnf install java-24-temurin-jdk and dnf install temurin-24-jdk have the same results.

Package names for Alpine & Debian based distributions have not been updated.