Java JDK 25 Reaches General Availability with 18 New Features
By
mkurz
Not artisan, but a perfectly fine bagel. Hits the spot.
Summary
JDK 25, the reference implementation of Java 25, has reached General Availability status. The release includes build 36 as the GA build, which was previously the second Release Candidate with no P1 bugs reported since August 15th. The release features eighteen JEPs (Java Enhancement Proposals) including cryptographic improvements. GPL-licensed OpenJDK builds are available from Oracle, with other vendor builds expected soon.
Key quotes
· 4 pulledJDK 25, the reference implementation of Java 25, is now Generally Available
Build 36 is therefore now the GA build, ready for production use
GPL-licensed OpenJDK builds from Oracle are available here
This release includes eighteen JEPs
Article URL: https://mail.openjdk.org/pipermail/announce/2025-September/000360.html
Comments URL: https://news.ycombinator.com/item?id=45261946
Points: 32
# Comments: 4
You might also wanna read
Java 25 Introduces New CPU-Time Profiler for Enhanced Performance Analysis
The article introduces a new CPU-time profiler that has been added to Java with OpenJDK 25 after more than three years of development. This
mostlynerdless.de·8mo agoWhy Average LLM Use Is Likely Destroying Value in Software Development
The author argues that, contrary to prevailing hype, the average use of Large Language Models (LLMs) is likely destroying value rather than
How AI Accelerated Prototyping: From Idea to Tangible in Record Time
The author reflects on how AI has transformed their prototyping workflow. Previously, the biggest bottleneck was the time needed to scaffold
GitLab 19.0 launches with Secrets Manager, agentic workflows, and self-hosted AI models
GitLab 19.0 has been released, positioning itself as an intelligent orchestration platform for DevSecOps. The release includes expanded secr
bit.ly·1d agoCentralizing Error Handling in Rust with Custom AppError Enums
This article discusses the importance of centralizing error handling in Rust applications using a custom AppError enum combined with map_err
Zig Devlog: Build System Rework Separates Maker and Configurer Processes
This devlog entry from the Zig programming language project announces a major rework of the build system, separating the maker process from
