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 2024/03/13 19:00:35 UTC

(camel-quarkus) branch quarkus-main updated (6378105a18 -> b9a37388f5)

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

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


 discard 6378105a18 Disable Infinispan tests due to #5844
 discard bcf2d3be64 Upgrade Quarkus to 3.9.0.CR1
     add da33a221c4 Remove obsolete vertx-grpc exclusions since they potentially cause issues if quarkus-grpc is present
     add 7302bea731 Upgrade Quarkus to 3.9.0.CR1
     add 814df84465 Disable Infinispan tests due to #5844
     add b0a09d3a4e Disable git native integration test due to #5870
     add 0e7617ba29 Disable java-joor-dsl tests on Windows due to #5872
     add 57adf97dd6 Disable jsh-dsl tests on Windows due to #5873
     new b9a37388f5 Upgrade Quarkus to 3.10.0.CR1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6378105a18)
            \
             N -- N -- N   refs/heads/quarkus-main (b9a37388f5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 docs/antora.yml                                    |  2 +-
 extensions/google-bigquery/deployment/pom.xml      | 32 +---------------------
 extensions/google-bigquery/runtime/pom.xml         | 16 -----------
 extensions/google-pubsub/deployment/pom.xml        | 32 +---------------------
 extensions/google-pubsub/runtime/pom.xml           | 16 -----------
 extensions/salesforce/deployment/pom.xml           | 32 ----------------------
 extensions/salesforce/runtime/pom.xml              | 22 ---------------
 .../camel/quarkus/component/git/it/GitIT.java      |  2 ++
 .../quarkus/dsl/java/joor/JavaJoorDslTest.java     |  3 ++
 .../apache/camel/quarkus/dsl/jsh/JshDslTest.java   |  3 ++
 10 files changed, 11 insertions(+), 149 deletions(-)


(camel-quarkus) 01/01: Upgrade Quarkus to 3.10.0.CR1

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

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

commit b9a37388f5bce663e999cb389966af7facff8c57
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Mar 13 19:00:20 2024 +0000

    Upgrade Quarkus to 3.10.0.CR1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c7663811cb..8be21f089e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
         <quarkiverse-mybatis.version>2.2.2</quarkiverse-mybatis.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/mybatis/quarkus-mybatis-parent/ -->
         <quarkiverse-pooled-jms.version>2.3.1</quarkiverse-pooled-jms.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/messaginghub/quarkus-pooled-jms-parent/ -->
         <quarkiverse-tika.version>2.0.2</quarkiverse-tika.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/tika/quarkus-tika-parent/ -->
-        <quarkus.version>3.9.0.CR1</quarkus.version><!-- https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/ -->
+        <quarkus.version>999-SNAPSHOT</quarkus.version><!-- https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/ -->
         <quarkus-hazelcast-client.version>4.0.0</quarkus-hazelcast-client.version><!-- https://repo1.maven.org/maven2/com/hazelcast/quarkus-hazelcast-client-bom/ -->
         <quarkus-qpid-jms.version>2.6.0</quarkus-qpid-jms.version><!-- This should be in sync with quarkus-platform https://repo1.maven.org/maven2/org/amqphub/quarkus/quarkus-qpid-jms-bom/ -->