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 2022/06/10 10:55:10 UTC

[camel-quarkus] branch quarkus-main updated (5c7768f751 -> e7df25efce)

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 5c7768f751 Disable Google PubSub native build due to #3832
 discard 65966ff501 Skip ElasticsearchRestTest.testElasticsearchDeleteIndex test due to #3831
 discard 1393726e3d Add extension camel-quarkus-support-google-cloud
 discard ecb1e4eb94 Upgrade Quarkus to 2.10.0.CR1
     add e7aaddb500 Updated CHANGELOG.md
     add 4589debf2c Ensure ElasticSearch REST delete index route uses the correct URI scheme
     add 45d4ae0681 Updated CHANGELOG.md
     add 1c6dd77b17 Upgrade Quarkus to 2.10.0.CR1
     add e4fc2fc0d3 Add extension camel-quarkus-support-google-cloud
     add 42733be647 Disable Google PubSub native build due to #3832
     add d7fdf80809 Add missing camel-quarkus-debug dependency to catalog
     add b22e12a933 Reformat BOM
     new e7df25efce Upgrade Quarkus to 2.11.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   (5c7768f751)
            \
             N -- N -- N   refs/heads/quarkus-main (e7df25efce)

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:
 CHANGELOG.md                                       | 21 +++++++++++++++++
 catalog/pom.xml                                    | 26 ++++++++++++++++++++++
 .../DefaultHttpTransportFactorySubstitutions.java  | 16 +++++++++++++
 .../rest/it/ElasticsearchRestRoutes.java           |  2 +-
 .../rest/it/ElasticSearchTestResource.java         |  4 ++--
 .../rest/it/ElasticsearchRestTest.java             |  4 ----
 pom.xml                                            |  2 +-
 poms/bom/pom.xml                                   | 18 +++++++--------
 poms/bom/src/main/generated/flattened-full-pom.xml | 18 +++++++--------
 .../src/main/generated/flattened-reduced-pom.xml   | 18 +++++++--------
 .../generated/flattened-reduced-verbose-pom.xml    | 18 +++++++--------
 11 files changed, 103 insertions(+), 44 deletions(-)


[camel-quarkus] 01/01: Upgrade Quarkus to 2.11.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 e7df25efcee011369f6ec68d34fc54ccaa288dd9
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Jun 10 11:54:49 2022 +0100

    Upgrade Quarkus to 2.11.0.CR1
---
 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 364305beb0..353e06fc79 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.17.0 # replace ${camel.version}
     camel-docs-version: 3.17.x # replace ${camel.docs.components.version}
-    quarkus-version: 2.10.0.CR1 # replace ${quarkus.version}
+    quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
     graalvm-version: 22.1.0 # replace ${graalvm.version}
     graalvm-docs-version: 22.1
     # attributes used in xrefs to other Antora components
diff --git a/pom.xml b/pom.xml
index f9389332ad..384c6f8eb0 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.2</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.10.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>3.0.0</quarkus-hazelcast-client.version><!-- https://repo1.maven.org/maven2/com/hazelcast/quarkus-hazelcast-client-bom/ -->
         <quarkus-qpid-jms.version>0.34.0</quarkus-qpid-jms.version><!-- https://repo1.maven.org/maven2/org/amqphub/quarkus/quarkus-qpid-jms-bom/ -->