This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch camel-quarkus-3
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/camel-quarkus-3 by this push:
     new 678e4c7a Update to Java 17 as in CEQ 3
678e4c7a is described below

commit 678e4c7a8fd9bd25446efec2d5d0c507243c290a
Author: Claudio Miranda <clau...@claudius.com.br>
AuthorDate: Thu Jul 13 18:27:35 2023 -0300

    Update to Java 17 as in CEQ 3
    
    Also update maven version
---
 .github/workflows/ci-build.yml        |  4 ++--
 .github/workflows/pr-validate.yml     |  2 +-
 .mvn/wrapper/maven-wrapper.properties |  2 +-
 pom.xml                               | 10 +++++-----
 support/camel-k-runtime-bom/pom.xml   |  2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 6afe38b4..a5fa483b 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -171,10 +171,10 @@ jobs:
     - uses: actions/checkout@v3
       with:
         persist-credentials: false
-    - name: Set up JDK 11
+    - name: Set up JDK 17
       uses: AdoptOpenJDK/install-jdk@v1
       with:
-        version: '11'
+        version: '17'
     - name: Deploy to ASF Snapshots Repository
       # Deploy both artifacts and sources (may be required by Camel K)
       run: |
diff --git a/.github/workflows/pr-validate.yml 
b/.github/workflows/pr-validate.yml
index eb056646..9f571c95 100644
--- a/.github/workflows/pr-validate.yml
+++ b/.github/workflows/pr-validate.yml
@@ -38,7 +38,7 @@ jobs:
     strategy:
       matrix:
         java:
-          - '11'
+          - '17'
     steps:
     - uses: actions/checkout@v3
     - name: Set up JDK ${{ matrix.java }}
diff --git a/.mvn/wrapper/maven-wrapper.properties 
b/.mvn/wrapper/maven-wrapper.properties
index 0b3b65e0..82627a55 100755
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -1,2 +1,2 @@
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
 
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.2/maven-wrapper-0.5.2.tar.gz
diff --git a/pom.xml b/pom.xml
index 8ef384ae..24f870d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,11 +35,11 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-        <maven.compiler.release>11</maven.compiler.release>
-        <maven.compiler.source>11</maven.compiler.source>
-        <maven.compiler.target>11</maven.compiler.target>
+        <maven.compiler.release>17</maven.compiler.release>
+        <maven.compiler.source>17</maven.compiler.source>
+        <maven.compiler.target>17</maven.compiler.target>
 
-        <maven-version>3.6.3</maven-version>
+        <maven-version>3.8.6</maven-version>
         <camel-version>4.0.0-RC1</camel-version>
 
         <!-- quarkus -->
@@ -47,7 +47,7 @@
         <quarkus-version>3.2.0.Final</quarkus-version>
         <quarkus-platform-group>io.quarkus.platform</quarkus-platform-group>
         <quarkus-platform-version>3.2.0.Final</quarkus-platform-version>
-        
<quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.2.0.0-Final-java11</quarkus-native-builder-image>
+        
<quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-mandrel-builder-image:23.0-jdk-17</quarkus-native-builder-image>
 
         <!-- camel-k-runtime specific -->
         <groovy-version>3.0.18</groovy-version>
diff --git a/support/camel-k-runtime-bom/pom.xml 
b/support/camel-k-runtime-bom/pom.xml
index 688f195f..137d6332 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -37,7 +37,7 @@
         
<project.build.outputTimestamp>1689159871</project.build.outputTimestamp>
         <jolokia-version>1.7.2</jolokia-version>
         <maven-enforcer-plugin-version>3.3.0</maven-enforcer-plugin-version>
-        <maven-version>3.6.3</maven-version>
+        <maven-version>3.8.6</maven-version>
         <quarkus-platform-group>io.quarkus.platform</quarkus-platform-group>
         <quarkus-platform-version>3.2.0.Final</quarkus-platform-version>
     </properties>

Reply via email to