Skip to content

Commit 4a3e70e

Browse files
ammachadoclaude
andcommitted
CAMEL-23703: camel-launcher - run package-native validation CI on JDK 21
Apache Camel's Maven build enforces JDK 21+ (enforce-java-version); both validation jobs provisioned JDK 17. Bump to 21 so the enforcer passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 834bc31 commit 4a3e70e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/package-native-validation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
with:
4646
persist-credentials: false
4747

48-
- name: Set up JDK 17
48+
- name: Set up JDK 21
4949
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
5050
with:
5151
distribution: 'temurin'
52-
java-version: '17'
52+
java-version: '21'
5353
cache: 'maven'
5454

5555
- name: Prepare packages (stable, offline)
@@ -78,11 +78,11 @@ jobs:
7878
with:
7979
persist-credentials: false
8080

81-
- name: Set up JDK 17
81+
- name: Set up JDK 21
8282
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
8383
with:
8484
distribution: 'temurin'
85-
java-version: '17'
85+
java-version: '21'
8686
cache: 'maven'
8787

8888
- name: Prepare packages (stable, offline)

0 commit comments

Comments
 (0)