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

推荐订阅源

云风的 BLOG
云风的 BLOG
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
F
Fortinet All Blogs
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 叶小钗
爱范儿
爱范儿
美团技术团队
H
Hackread – Cybersecurity News, Data Breaches, AI and More
有赞技术团队
有赞技术团队
博客园_首页
T
The Blog of Author Tim Ferriss
T
Tailwind CSS Blog
V
Visual Studio Blog
Jina AI
Jina AI
博客园 - Franky
量子位
MongoDB | Blog
MongoDB | Blog
L
LangChain Blog
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
aimingoo的专栏
aimingoo的专栏
M
MIT News - Artificial intelligence

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 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 8u482, 11.0.30, 17.0.18, 21.0.10 and 25.0...
Adoptium PMC · 2026-02-05 · via Adoptium Blog

Adoptium is happy to announce the immediate availability of Eclipse Temurin 8u482-b08, 11.0.30+7, 17.0.18+8, 21.0.10+7 and 25.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

Removal of x32 Windows, sparcv9 Solaris, and x64 Solaris

For various reasons explained in detail in this blog post, Adoptium's Plan to End Support for Solaris and Windows 32-bit Platforms, we have removed 3 platforms from our delivery plan, 32-bit Windows, Solaris/SPARC, and Solaris/x64.

JDK8 Mac compiler options changes

To align with an upstream OpenJDK change which sets -mmacosx-version-min=11.00.00, we have modified our build scripts to no longer override that value, but rather to use the upstream value instead. The implication of this is that the JDK 8 Temurin x64 Mac builds we produce will no longer run on very old macOS versions. We do not expect this change to impact many consumers, as our binaries continue to run well on macOS 12+ as listed in our Supported Platforms documentation.

Linux installer updates

In recent JDK releases, the project moved from relying on the systems own FreeType library to using a bundled, in-tree copy to improve consistency, security, and build reproducibility across all platforms and versions. Shipping a known, vetted FreeType version within the JDK avoids subtle rendering differences and breakages caused by distro-specific patches or version mismatches, while also allowing timely fixes for font-related vulnerabilities. This change helps ensure predictable text rendering and more reliable cross-platform behavior for Java applications. As such, the linux installer packages for RPM based distros have been updated to remove this dependency. Debian based packages will follow suit in future releases.

Introduction of new system and security property (com.sun.security.allowedAIALocations)

The introduction of com.sun.security.allowedAIALocations allows users to apply filtering rules against URIs obtained from the authority info access extension on X.509 certificates. More details of this new and noteworthy change can be found in the upstream OpenJDK release notes for JDK 25. It may impact those using certificates that lack a proper SAN extension.

To address the java.lang.management system tests that were failing in our verification runs, we mitigated by adding a JVM option, -Djdk.rmi.ssl.client.enableEndpointIdentification=false to our test client. The correct fix going forward will be to reissue the certificates with the proper SAN extension.

Update GCC DevKits with --enable-linker-build-id option

We have updated our GCC DevKits used to create our JDK 21 and later JDK versions on Linux with the --enable-linker-build-id option. This change enables additional debugging information because with that option GCC with ELF and Binutils supports generation of "build-id" sections when using separate debuginfo. By adding build-id to libjvm.so it's now possible to use perf probes on the JVM, including HotSpot SDT events. See the tracking issue for details.

Windows aarch64 unavailable for JDK25

Once again, Temurin jdk-25.0.2 for the Windows on Aarch64 platform is currently unavailable. We expect that fixes to the issues will be rectified upstream and we will plan to include this platform as part of our the April 2026 release period.