---
title: "OpenJDK JDK 28 Early-Access Builds"
url: https://daily.dev/posts/openjdk-jdk-28-early-access-builds-jnillkba8
source_url: https://jdk.java.net/28
type: article
source: "Awesome Java Newsletter"
published: 2026-08-13T20:45:50.748Z
updated: 2026-08-13T21:09:16.357Z
tags: ["java"]
reading_time: 2
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenJDK JDK 28 Early-Access Builds

**[Awesome Java Newsletter](https://daily.dev/sources/java_libhunt)** · 2 min read · 1 upvotes · 0 comments

## Summary

Build 11 of the JDK 28 early-access program is available for Linux (AArch64/x64), macOS (AArch64), and Windows (x64) under the GPLv2 with Classpath Exception. As with all early-access builds, features may be added, changed, or removed before general availability, and the builds may lack security fixes present in GA releases. Feedback can be submitted through Java's bug-reporting channel, and source distribution is subject to export restrictions for certain countries.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://jdk.java.net/28>

## Questions this post answers

### What license are the JDK 28 early-access builds released under?

They are released under the GNU General Public License, version 2, with the Classpath Exception (GPLv2+CE). This is the standard OpenJDK licensing model, and build 11 of the JDK 28 early-access program is distributed under these terms for Linux (AArch64, x64), macOS (AArch64), and Windows (x64).

_Track OpenJDK licensing and release details for JDK 28 alongside other dev updates on daily.dev._

### Are JDK early-access builds safe to use in production?

No, early-access (EA) builds like JDK 28 build 11 are not tested to the same level as general-availability builds and Oracle provides no support for them. They may be missing security-vulnerability fixes available in GA builds, and any feature present in an EA build might be changed, removed, or never make it into the final GA release.

_Developers evaluating JDK 28 features before GA can follow OpenJDK progress on daily.dev._

## Similar posts on daily.dev

- [Java OpenJDK April 2026 Patch & Security Update](https://daily.dev/posts/java-openjdk-april-2026-patch-security-update-rwyhq9tuc) · Microsoft for Java Developers · 1 upvotes · 0 comments
- [Microsoft’s OpenJDK builds now ready for Java 25](https://daily.dev/posts/microsoft-s-openjdk-builds-now-ready-for-java-25-mz6qin6rb) · DevBlogs · 3 upvotes · 0 comments

---

Tags: [#java](https://daily.dev/tags/java)

[View this post on daily.dev](https://daily.dev/posts/openjdk-jdk-28-early-access-builds-jnillkba8)
