Skip to content

Commit d94fd83

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 22f2a0e commit d94fd83

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
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
java: [ '17' ]
30+
java: [ '21' ]
3131
steps:
3232
- uses: actions/checkout@v2
3333
- 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
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
java: [ '17' ]
30+
java: [ '21' ]
3131
steps:
3232
- uses: actions/checkout@v2
3333
- name: Set up JDK ${{ matrix.java }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107

108108
<properties>
109109
<camel-version>4.19.0-SNAPSHOT</camel-version>
110-
<javaVersion>17</javaVersion>
110+
<javaVersion>21</javaVersion>
111111
<skip.starting.camel.context>false</skip.starting.camel.context>
112112
<jkube-maven-plugin-version>1.18.1</jkube-maven-plugin-version>
113113
<jkube.generator.from>registry.access.redhat.com/ubi9/openjdk-17:latest</jkube.generator.from>

0 commit comments

Comments
 (0)