Skip to content

Commit 3bc2f53

Browse files
committed
Avro 1.13.x will require JDK 17+
Jetty 12.x requires JDK 17+
1 parent 266373a commit 3bc2f53

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

.github/workflows/codeql-java-analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ jobs:
7575
with:
7676
distribution: 'temurin'
7777
java-version: |
78-
8
79-
11
8078
17
8179
21
8280
25

.github/workflows/maven4.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,9 @@ jobs:
5555
with:
5656
distribution: 'temurin'
5757
java-version: |
58-
8
59-
11
6058
17
6159
21
62-
25
60+
25
6361
6462
- name: Setup Maven 4
6563
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5

.github/workflows/test-lang-java.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
- ubuntu-latest
4444
- ubuntu-24.04-arm
4545
jdk:
46-
- 11
4746
- 17
4847
- 21
4948
- 25
@@ -97,7 +96,6 @@ jobs:
9796
- ubuntu-latest
9897
- ubuntu-24.04-arm
9998
jdk:
100-
- 11
10199
- 17
102100
- 21
103101
- 25

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
</excludes>
248248
</enforceBytecodeVersion>
249249
<requireJavaVersion>
250-
<version>21</version>
250+
<version>17</version>
251251
</requireJavaVersion>
252252
<requireMavenVersion>
253253
<version>[3.9.6,)</version>

0 commit comments

Comments
 (0)