Skip to content

Commit 29dca2e

Browse files
committed
CAMEL-23112 - minimal version is Java 21 now
- updated compiler - updated Github job Signed-off-by: Aurélien Pupier <apupier@ibm.com>
1 parent 9f81cbe commit 29dca2e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/master-pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
java: [ '17' ]
29+
java: [ '21' ]
3030
steps:
3131
- uses: actions/checkout@v2
3232
- name: Set up JDK ${{ matrix.java }}

.github/workflows/master-push-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
java: [ '17' ]
29+
java: [ '21' ]
3030
steps:
3131
- uses: actions/checkout@v2
3232
- name: Set up JDK ${{ matrix.java }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
147147

148148
<site-repo-url>scpexe://people.apache.org/www/camel.apache.org/maven/</site-repo-url>
149-
<jdk.version>17</jdk.version>
149+
<jdk.version>21</jdk.version>
150150
<compiler.fork>false</compiler.fork>
151151

152152
<camel.version>${project.version}</camel.version>

0 commit comments

Comments
 (0)