You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2021/02/10 20:26:27 UTC

[camel-quarkus] branch master updated (290eade -> 2f62a7a)

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

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


    from 290eade  Allow running AWS 2 tests both grouped and isolated
     new d1bc390  Upgrade to Quarkus 1.12.0.CR1
     new 2f62a7a  Disable azure itest native builds until issues are fixed:

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 integration-tests/azure-eventhubs/pom.xml     | 4 ++++
 integration-tests/azure-storage-blob/pom.xml  | 4 ++++
 integration-tests/azure-storage-queue/pom.xml | 4 ++++
 integration-tests/main-command-mode/pom.xml   | 3 +--
 integration-tests/master/pom.xml              | 3 +--
 pom.xml                                       | 2 +-
 6 files changed, 15 insertions(+), 5 deletions(-)


[camel-quarkus] 02/02: Disable azure itest native builds until issues are fixed:

Posted by pp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2f62a7a80f9a5e0a8717f1786d6fc98a9611eadd
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Feb 10 18:24:48 2021 +0000

    Disable azure itest native builds until issues are fixed:
    
    * https://github.com/apache/camel-quarkus/issues/2204
    * https://github.com/apache/camel-quarkus/issues/2207
---
 integration-tests/azure-eventhubs/pom.xml     | 4 ++++
 integration-tests/azure-storage-blob/pom.xml  | 4 ++++
 integration-tests/azure-storage-queue/pom.xml | 4 ++++
 3 files changed, 12 insertions(+)

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/azure-storage-blob/pom.xml b/integration-tests/azure-storage-blob/pom.xml
index 0db13a6..2c6d358 100644
--- a/integration-tests/azure-storage-blob/pom.xml
+++ b/integration-tests/azure-storage-blob/pom.xml
@@ -84,6 +84,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>
@@ -113,5 +116,6 @@
             </build>
         </profile>
     </profiles>
+    -->
 
 </project>
diff --git a/integration-tests/azure-storage-queue/pom.xml b/integration-tests/azure-storage-queue/pom.xml
index f40032b..b4d1b5a 100644
--- a/integration-tests/azure-storage-queue/pom.xml
+++ b/integration-tests/azure-storage-queue/pom.xml
@@ -84,6 +84,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>
@@ -113,5 +116,6 @@
             </build>
         </profile>
     </profiles>
+    -->
 
 </project>


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

Posted by pp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d1bc390287a64ec25ea6ba9638874b96b1d5a3e6
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Feb 10 18:24:16 2021 +0000

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

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..df351eb 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>${project.build.directory}/quarkus-app/quarkus-run.jar</quarkus.runner>
     </properties>
 
     <dependencyManagement>
diff --git a/pom.xml b/pom.xml
index 7148774..68a4f0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,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>1.12.0.CR1</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>