You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zb...@apache.org on 2022/03/11 09:35:35 UTC

[camel-quarkus] branch main updated (2c49002 -> b96a20f)

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

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


    from 2c49002  zipfile: complete test coverage #3610
     new 6b1e6a5  Upgrade Quarkus to 2.7.4.Final
     new b96a20f  Add azure-servicebus and support-azure-core-http-client-vertx to the Catalog

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:
 catalog/pom.xml | 26 ++++++++++++++++++++++++++
 docs/antora.yml |  2 +-
 pom.xml         |  2 +-
 3 files changed, 28 insertions(+), 2 deletions(-)

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

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

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

commit 6b1e6a50756681d48af795b99b6ce187494515d5
Author: Zineb Bendhiba <be...@gmail.com>
AuthorDate: Thu Mar 10 17:02:45 2022 +0100

    Upgrade Quarkus to 2.7.4.Final
---
 docs/antora.yml | 2 +-
 pom.xml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index bf9badc..ed8b9e3 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -31,7 +31,7 @@ asciidoc:
     target-maven-version: 3.8.4 # replace ${target-maven-version}
     camel-version: 3.15.0 # replace ${camel.version}
     camel-docs-version: 3.15.x # replace ${camel.docs.components.version}
-    quarkus-version: 2.7.3.Final # replace ${quarkus.version}
+    quarkus-version: 2.7.4.Final # replace ${quarkus.version}
     graalvm-version: 21.3.1 # replace ${graalvm.version}
     graalvm-docs-version: 21.3
     # attributes used in xrefs to other Antora components
diff --git a/pom.xml b/pom.xml
index 92424bc..2949a36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
         <quarkiverse-minio.version>2.3.0</quarkiverse-minio.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/minio/quarkus-minio-parent/ -->
         <quarkiverse-mybatis.version>1.0.1</quarkiverse-mybatis.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/mybatis/quarkus-mybatis-parent/ -->
         <quarkiverse-tika.version>1.0.3</quarkiverse-tika.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/tika/quarkus-tika-parent/ -->
-        <quarkus.version>2.7.3.Final</quarkus.version><!-- https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/ -->
+        <quarkus.version>2.7.4.Final</quarkus.version><!-- https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/ -->
         <quarkus-hazelcast-client.version>3.0.0</quarkus-hazelcast-client.version><!-- https://repo1.maven.org/maven2/com/hazelcast/quarkus-hazelcast-client-bom/ -->
         <quarkus-qpid-jms.version>0.32.0</quarkus-qpid-jms.version><!-- https://repo1.maven.org/maven2/org/amqphub/quarkus/quarkus-qpid-jms-bom/ -->
 

[camel-quarkus] 02/02: Add azure-servicebus and support-azure-core-http-client-vertx to the Catalog

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

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

commit b96a20f23ae7b0dd11fe6afafdb9cb383fc8f0d4
Author: Zineb Bendhiba <be...@gmail.com>
AuthorDate: Thu Mar 10 19:11:58 2022 +0100

    Add azure-servicebus and support-azure-core-http-client-vertx to the Catalog
---
 catalog/pom.xml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/catalog/pom.xml b/catalog/pom.xml
index 30b5f79..8159b84 100644
--- a/catalog/pom.xml
+++ b/catalog/pom.xml
@@ -573,6 +573,19 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
+            <artifactId>camel-quarkus-azure-servicebus</artifactId>
+            <version>${project.version}</version>
+            <type>pom</type>
+            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-azure-storage-blob</artifactId>
             <version>${project.version}</version>
             <type>pom</type>
@@ -3654,6 +3667,19 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
+            <artifactId>camel-quarkus-support-azure-core-http-client-vertx</artifactId>
+            <version>${project.version}</version>
+            <type>pom</type>
+            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>*</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-support-bouncycastle</artifactId>
             <version>${project.version}</version>
             <type>pom</type>