Skip Top Navigation Bar

Java News

Java 25 is ALSO no LTS Version - Inside Java Newscast #94

By Nicolai Parlog on July 3, 2025

Java 25, much like Java 21, will be described as a "long-term-support version" despite the fact that that's categorically wrong. Neither the JCP, which governs the Java standard, nor OpenJDK, which develops the reference implementation, know of the concept of "support". Here's where it comes from and why it matters.

Read More
Best of Java Feature Face-Off - Celebrating 30 Years of Java: The Programming Language That Changed the World

By Sharat Chander on July 2, 2025

As we celebrate Java's 30th birthday, we look back at its remarkable journey—one that reshaped the internet, transformed enterprise computing, and cultivated a global developer community that continues to push the boundaries of innovation.

Read More
2025 JVM Language Summit - Where Languages Meet the Virtual Machine

By Sharat Chander on July 1, 2025

Each summer, OpenJDK engineers, JVM architects, language designers, compiler writers, runtime experts, and Java luminaries gather at the JVM Language Summit, a small but powerhouse conference focused entirely on the Java Virtual Machine and the rich ecosystem of languages and tools that target it.

Read More
Inside Java’s Language Renaissance

By Chad Arimura on June 30, 2025

The path to making Java simpler, more expressive and more data-oriented.

Read More
Project Leyden’s AOT - Shifting Java Startup into High Gear

By Dan Heidinga on June 29, 2025

Project Leyden aims to improve startup time, time to peak performance, and the footprint of Java programs by selectively shifting work out of the startup phase of the program. Join us as we explore how Leyden shifts work ahead of time based on speculating that future executions will be similar to previous executions of your program.

Read More
JEP targeted to JDK 25: 514: Ahead-of-Time Command-Line Ergonomics

By John Rose on June 26, 2025

The following JEP is targeted to JDK 25: 514: Ahead-of-Time Command-Line Ergonomics

Read More
Getting the Most of Your Java Applications - The Value of Java for Enterprises

By Aurelio Garcia Ribeyro on June 25, 2025

Managing multiple versions, updating third-party components, and addressing cryptographic changes can be challenging. Corporate policies, like mandating a single version, often create inefficiencies. In this session, we will learn how companies can maximize the long-term value of their Java applications and showcase tools like Java Management Service to simplify these challenges for corporate users.

Read More
Episode 38 “Integrity by Default” with Ron Pressler

By Ron Pressler, Nicolai Parlog on June 24, 2025

Nicolai Parlog talks with Ron Pressler, Java Architect at Oracle and lead of Project Loom, about the ongoing efforts around Integrity by Default.

Read More
Stack Overflow Podcast Celebrating 30 Years of Java

By Georges Saab on June 21, 2025

It’s Java’s 30th anniversary! Ryan welcomes back Georges Saab, Senior VP of Development for the Java Platform Group and Chair of the OpenJDK Governing Board, to reflect on Java’s changes over the last five years.

Read More
Java 25 Encodes PEM - Inside Java Newscast #93

By Nicolai Parlog on June 19, 2025

Java 25 previews an API that transforms PEM (Privacy-Enhanced Mail) texts into cryptographic objects like public or private keys, certificates, and certification lists and vice versa. We're exploring JEP 470: From why this is important to how the API works for basic and advanced use cases like encrypting private keys.

Read More


Sourced from https://inside.java via RSS.