Skip to content

Commit d7badb9

Browse files
authored
java 17 needed for main branch (#867)
* java 17 needed for main branch * Update headers.yml
1 parent 13041e7 commit d7badb9

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/headers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232

33-
- name: Setup Java 8
33+
- name: Setup Java 17
3434
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
3535
with:
3636
distribution: temurin

.github/workflows/link-validator.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
git fetch origin pull/${{ github.event.pull_request.number }}/merge:scratch
3030
git checkout scratch
3131
32-
# needs Java 8, see https://github.com/apache/pekko-http/pull/204#discussion_r1265279415
3332
- name: Setup Java 17
3433
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
3534
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The documentation is available at
2929
## Building from Source
3030

3131
### Prerequisites
32-
- Make sure you have installed a Java Development Kit (JDK) version 8 or later.
32+
- Make sure you have installed a Java Development Kit (JDK) version 17 or later.
3333
- Make sure you have [sbt](https://www.scala-sbt.org/) installed.
3434
- [Graphviz](https://graphviz.gitlab.io/download/) is needed for the scaladoc generation build task, which is part of the release.
3535

project/project-info.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project-info {
33
scaladoc: "https://pekko.apache.org/api/pekko-http/"${project-info.version}"/org/apache/pekko/http/scaladsl"
44
javadoc: "https://pekko.apache.org/japi/pekko-http/"${project-info.version}"/org/apache/pekko/http/javadsl"
55
shared-info {
6-
jdk-versions: ["OpenJDK 8", "OpenJDK 11", "OpenJDK 17", "OpenJDK 21"]
6+
jdk-versions: ["OpenJDK 17", "OpenJDK 21", "OpenJDK 25"]
77
snapshots: {
88
url: "contributing.html#snapshots"
99
text: "Snapshots are available"

0 commit comments

Comments
 (0)