You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/02/09 15:11:59 UTC

[camel-quarkus] 01/01: Upgrade to Quarkus 1.12.0.Final

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

jamesnetherton pushed a commit to branch quarkus-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 553f6a41c94ace79e88e11f95f2629723ba2ccbd
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Nov 12 07:00:19 2020 +0000

    Upgrade to Quarkus 1.12.0.Final
---
 integration-tests/azure-eventhubs/pom.xml   | 4 ++++
 integration-tests/main-command-mode/pom.xml | 3 +--
 integration-tests/master/pom.xml            | 3 +--
 pom.xml                                     | 2 +-
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/integration-tests/azure-eventhubs/pom.xml b/integration-tests/azure-eventhubs/pom.xml
index ba18caa..e2276fe 100644
--- a/integration-tests/azure-eventhubs/pom.xml
+++ b/integration-tests/azure-eventhubs/pom.xml
@@ -104,6 +104,9 @@
         </dependency>
     </dependencies>
 
+    <!-- TODO: Enable when the following issues are resolved:
+        - https://github.com/apache/camel-quarkus/issues/2204
+        - https://github.com/apache/camel-quarkus/issues/2207
     <profiles>
         <profile>
             <id>native</id>
@@ -133,5 +136,6 @@
             </build>
         </profile>
     </profiles>
+    -->
 
 </project>
diff --git a/integration-tests/main-command-mode/pom.xml b/integration-tests/main-command-mode/pom.xml
index 8fdc68c..958deb7 100644
--- a/integration-tests/main-command-mode/pom.xml
+++ b/integration-tests/main-command-mode/pom.xml
@@ -29,8 +29,7 @@
     <name>Camel Quarkus :: Integration Tests :: Main Command Mode</name>
 
     <properties>
-
-        <quarkus.runner.jar>${project.build.directory}/${project.artifactId}-${project.version}-runner.jar</quarkus.runner.jar>
+        <quarkus.runner.jar>${project.build.directory}/quarkus-app/quarkus-run.jar</quarkus.runner.jar>
     </properties>
 
     <dependencies>
diff --git a/integration-tests/master/pom.xml b/integration-tests/master/pom.xml
index 69d5a08..d14f51d 100644
--- a/integration-tests/master/pom.xml
+++ b/integration-tests/master/pom.xml
@@ -31,8 +31,7 @@
     <description>Integration tests for Camel Quarkus Master extension</description>
 
     <properties>
-
-        <quarkus.runner>${project.build.directory}/${project.artifactId}-${project.version}-runner.jar</quarkus.runner>
+        <quarkus.runner.jar>${project.build.directory}/quarkus-app/quarkus-run.jar</quarkus.runner.jar>
     </properties>
 
     <dependencyManagement>
diff --git a/pom.xml b/pom.xml
index a27bbe3..aefc39f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
         <okio.version>${squareup-okio-version}</okio.version><!-- keep in sync with okhttp -->
         <optaplanner.version>7.46.0.Final</optaplanner.version>
         <quarkiverse-minio.version>0.2.0</quarkiverse-minio.version>
-        <quarkus.version>1.11.1.Final</quarkus.version>
+        <quarkus.version>999-SNAPSHOT</quarkus.version>
         <quarkus-google-cloud.version>0.3.0</quarkus-google-cloud.version>
         <quarkus-hazelcast-client.version>1.1.1</quarkus-hazelcast-client.version>
         <quarkus-qpid-jms.version>0.22.0</quarkus-qpid-jms.version>