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-http.git


The following commit(s) were added to refs/heads/main by this push:
     new d7badb97e java 17 needed for main branch (#867)
d7badb97e is described below

commit d7badb97e0b2bc4668fce9837af84644fb91a524
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Nov 9 01:30:29 2025 +0100

    java 17 needed for main branch (#867)
    
    * java 17 needed for main branch
    
    * Update headers.yml
---
 .github/workflows/headers.yml        | 2 +-
 .github/workflows/link-validator.yml | 1 -
 README.md                            | 2 +-
 project/project-info.conf            | 2 +-
 4 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index ac0659fad..368bce65d 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -30,7 +30,7 @@ jobs:
       - name: Checkout
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 
v4.2.2
 
-      - name: Setup Java 8
+      - name: Setup Java 17
         uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # 
v4.7.1
         with:
           distribution: temurin
diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index ee0798804..da9facafd 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -29,7 +29,6 @@ jobs:
           git fetch origin pull/${{ github.event.pull_request.number 
}}/merge:scratch
           git checkout scratch
 
-      # needs Java 8, see 
https://github.com/apache/pekko-http/pull/204#discussion_r1265279415
       - name: Setup Java 17
         uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # 
v4.7.1
         with:
diff --git a/README.md b/README.md
index 86aacc73d..a482d9147 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ The documentation is available at
 ## Building from Source
 
 ### Prerequisites
-- Make sure you have installed a Java Development Kit (JDK) version 8 or later.
+- Make sure you have installed a Java Development Kit (JDK) version 17 or 
later.
 - Make sure you have [sbt](https://www.scala-sbt.org/) installed.
 - [Graphviz](https://graphviz.gitlab.io/download/) is needed for the scaladoc 
generation build task, which is part of the release.
 
diff --git a/project/project-info.conf b/project/project-info.conf
index 1a7cadea6..ca043b98f 100644
--- a/project/project-info.conf
+++ b/project/project-info.conf
@@ -3,7 +3,7 @@ project-info {
   scaladoc: 
"https://pekko.apache.org/api/pekko-http/"${project-info.version}"/org/apache/pekko/http/scaladsl";
   javadoc: 
"https://pekko.apache.org/japi/pekko-http/"${project-info.version}"/org/apache/pekko/http/javadsl";
   shared-info {
-    jdk-versions: ["OpenJDK 8", "OpenJDK 11", "OpenJDK 17", "OpenJDK 21"]
+    jdk-versions: ["OpenJDK 17", "OpenJDK 21", "OpenJDK 25"]
     snapshots: {
       url: "contributing.html#snapshots"
       text: "Snapshots are available"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to