Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blog: Update EA blog to include JDK22 as well as 21 #2176

Merged
merged 1 commit into from
Aug 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions content/blog/early-access-builds/index.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
---
title: Early access builds for JDK21
title: Early access builds for JDK21+
date: "2023-08-14T14:00:00+00:00"
author: sxa
description: Adoptium are publishing early access "tagged" builds instead of nightlies for JDK21
description: Adoptium are publishing early access "tagged" builds instead of nightlies for JDK21+
tags:
- temurin
---
In addition to the generally available release builds of all currently supported
versions of openjdk (Currently 8, 11, 17 and 20) Temurin also publishes "nightly"
development builds of all of those streams as well as the upcoming release (JDK21
development builds of all of those streams as well as the upcoming releases (JDK21/22
at the moment) as "nightly" or "early access" builds. You can get these from
[the nightly downloads page](https://adoptium.net/temurin/nightly/?version=21)
or from the API. Note that while these are
not intended for production use they can be used to test a build containing any
new fixes which have been put into openjdk along with any new features that
will be coming in the next release.

## Early access (ea) tagged builds of JDK21
## Early access (ea) tagged builds of JDK21+

We have recently changed the way we do the regular nightly builds of JDK21.
We have recently changed the way we do the regular nightly builds of JDK21+.
Instead of producing regular builds of the latest development code, we are
building explicitly from the early access tags when they come out. This is
consistent with what OpenJDK does with the builds at
https://jdk.java.net/21/ but on a wider range of platforms. Similar to the
nightly builds mentioned in the introduction, these are not for production
use but may be useful for testing new features as they go into the JDK21
use but may be useful for testing new features as they go into the new
codebase. By using the specific early access tags you can also report
issues upstream more easily by knowing exactly which tagged level you have
discovered any problems with.
Expand Down
Loading