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

推荐订阅源

V
V2EX
C
Check Point Blog
博客园_首页
B
Blog
D
Docker
U
Unit 42
量子位
I
InfoQ
有赞技术团队
有赞技术团队
Martin Fowler
Martin Fowler
GbyAI
GbyAI
L
LangChain Blog
云风的 BLOG
云风的 BLOG
博客园 - Franky
美团技术团队
T
The Blog of Author Tim Ferriss
阮一峰的网络日志
阮一峰的网络日志
月光博客
月光博客
Vercel News
Vercel News
Recent Announcements
Recent Announcements
雷峰网
雷峰网
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
Google DeepMind News
Google DeepMind News

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 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 24 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 8u502, 11.0.32, 17.0.20, 21.0.12, 25.0.4 ...
Adoptium PMC · 2026-08-04 · via Adoptium Blog

Adoptium is happy to announce the immediate availability of Eclipse Temurin 8u502-b07, 11.0.32+9, 17.0.20+8, 21.0.12+8, 25.0.4+7 and 26.0.2+10. 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

This release contains the following fixes and updates.

New and Noteworthy

Windows aarch64 Not Included for JDK 25 and JDK 26

Eclipse Temurin does not currently ship Windows aarch64 binaries for JDK 25 or JDK 26. Work to deliver these builds is ongoing; users who require Windows aarch64 support for those versions should watch the Adoptium blog for announcements when availability changes.

Ubuntu 26.04 LTS Package Support

Native installable packages (.deb) for Ubuntu 26.04 LTS (Resolute Ringtail) are now available for all supported JDK versions (8, 11, 17, 21, 25, 26). Ubuntu 26.04 packages can be installed through the Adoptium package repositories in the usual way. Users running Ubuntu 24.04 (Noble Numbat) or earlier are unaffected; their packages continue to be provided as before.

Updated CA Certificates

The CA certificate bundle bundled with Eclipse Temurin has been refreshed to incorporate the latest Mozilla root-certificate updates. This ensures that TLS connections made with the built-in cacerts truststore remain valid against current certificate authorities without requiring any manual intervention.

Reproducible Build Improvements

Several improvements have been made to the reproducible-build verification tooling in this release cycle:

  • Windows aarch64 cross-compiled targets are now handled by windows_repro_build_compare.sh, extending reproducibility verification to that platform combination.
  • The Linux and macOS repro_build_compare.sh script now correctly clones the upstream OpenJDK GA tag, fixing a regression that caused incorrect source checkouts in comparison runs.
  • Pandoc version validation in the SBOM reproducibility check for JDK 25+ has been tightened, allowing the check to pass with a broader range of compatible Pandoc versions while still enforcing correctness.

Build Reliability: Boot JDK Download Retry Logic

The build tooling now retries failed curl commands when downloading the boot JDK. This reduces transient build failures caused by temporary network issues in CI environments, improving overall release reliability.