Skip to content

Commit

Permalink
Add page for Java 25
Browse files Browse the repository at this point in the history
  • Loading branch information
marchof committed Dec 8, 2024
1 parent f65553f commit 375f61c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
11 changes: 11 additions & 0 deletions site/content/jdk/25/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Java 25
description: Information about Java 25 including documentation links, new APIs, added features and download options.
---

{{< jdkdetails "25" >}}

Java 25 will be the next long term support (LTS) release after [Java 21](../21).

{{< /jdkdetails >}}

21 changes: 21 additions & 0 deletions site/data/jdk/versions/25.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"version": "25",
"name": "Java 25",
"ga": "2025-09",
"eol": "2030-09",
"status": "DEV",
"bytecode": "69.0",
"unicode": "16.0.0",
"documentation": {
"notes": "http://jdk.java.net/25/release-notes",
"api": "https://download.java.net/java/early_access/jdk25/docs/api/"
},
"scm": [
{
"type": "git",
"url": "https://github.com/openjdk/jdk"
}
],
"features": [
]
}

0 comments on commit 375f61c

Please sign in to comment.