This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 0859d4ec62 Add OpenJDK 25 to supported JDK versions (#2495)
0859d4ec62 is described below
commit 0859d4ec621f85eee8d8eb9046162a784c724bc3
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Nov 15 14:06:17 2025 +0100
Add OpenJDK 25 to supported JDK versions (#2495)
---
project/project-info.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/project-info.conf b/project/project-info.conf
index 5e5898082c..377970a0a9 100644
--- a/project/project-info.conf
+++ b/project/project-info.conf
@@ -5,7 +5,7 @@ project-info {
scaladoc:
"https://pekko.apache.org/api/pekko/"${project-info.version}"/org/apache/pekko/"
javadoc:
"https://pekko.apache.org/japi/pekko/"${project-info.version}"/org/apache/pekko/"
shared-info {
- jdk-versions: ["OpenJDK 17", "OpenJDK 21"]
+ jdk-versions: ["OpenJDK 17", "OpenJDK 21", "OpenJDK 25"]
snapshots: {
url:
"https://pekko.apache.org/docs/pekko/current/project/links.html#snapshots-repository"
text: "Snapshots are available"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]