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/11/11 14:05:17 UTC

[camel-quarkus] branch quarkus-main updated (a546bd1 -> c37b1bb)

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 a546bd1  Re-enable Kafka ssl sasl tests (#3252)
 discard 46535d7  Temporarily disable kafka-sasl & kafka-ssl tests due to #3239
 discard dc5be32  Fix #3227 to remove the workaround in KafkaDevServicesDisabledTest
 discard f96c117  Revert "Fix #3206 to produce RunTimeConfigurationDefaultBuildItem with camel.component.kafka.brokers property"
 discard 25c0c59  Upgrade Quarkus to 2.5.0.CR1
     add 1a0c347  Updated CHANGELOG.md
     add 7d01c2a  Fixup 218bef4 Special fix for Solr - Cannot run tests against alternative BOMs #3258
     add 21fdb08  Updated CHANGELOG.md
     add 7ede271  Fix #3276 to make sure all objects have been deleted after each test in AWS2 S3 (#3279)
     add 81e9c0f  Remove BOM reference to non existent camel-quarkus-xstream-common-deployment dependency
     add 000d5e1  Fixup 218bef4 Special fix for JMS extensions depending on quarkus-qpid-jms - Cannot run tests against alternative BOMs #3258
     add 72cee53  Updated CHANGELOG.md
     add 22ad418  Fix #3284 to get kafka.bootstrap.servers from DevServicesLauncherConfigResultBuildItem (#3287)
     add c09e4f3  Upgrade Quarkus to 2.5.0.CR1
     add 539eee9  Temporarily disable kafka-sasl & kafka-ssl tests due to #3239
     add 8d343bd  Re-enable Kafka ssl sasl tests (#3252)
     new c37b1bb  Upgrade Quarkus to 2.6.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   (a546bd1)
            \
             N -- N -- N   refs/heads/quarkus-main (c37b1bb)

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                                       |  7 +++
 .../component/kafka/deployment/KafkaProcessor.java | 13 +++---
 .../camel/quarkus/component/aws2/Aws2S3Test.java   | 52 ++++++++++++++++++++--
 integration-tests/jms-qpid-amqp-client/pom.xml     | 19 ++++++++
 integration-tests/sjms-qpid-amqp-client/pom.xml    | 19 ++++++++
 integration-tests/sjms2-qpid-amqp-client/pom.xml   | 19 ++++++++
 integration-tests/solr/pom.xml                     |  5 ++-
 poms/bom/pom.xml                                   |  5 ---
 8 files changed, 124 insertions(+), 15 deletions(-)

[camel-quarkus] 01/01: Upgrade Quarkus to 2.6.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 c37b1bb39907c2f55a57d4bec02823452f1aa3df
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Nov 11 14:04:24 2021 +0000

    Upgrade Quarkus to 2.6.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 ddc7f67..114a808 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -27,7 +27,7 @@ asciidoc:
     min-maven-version: 3.6.2 # replace ${min-maven-version}
     target-maven-version: 3.8.1 # replace ${target-maven-version}
     camel-version: 3.12.0 # replace ${camel.version}
-    quarkus-version: 2.5.0.CR1 # replace ${quarkus.version}
+    quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
     # attributes used in xrefs to other Antora components
     cq-camel-components: 3.12.x@components # replace ${camel.docs.components.xref}
     quarkus-examples-version: latest
diff --git a/pom.xml b/pom.xml
index d1b5b62..0da79dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
         <optaplanner.version>8.9.1.Final</optaplanner.version><!-- May go back to Camel's ${optaplanner-version} when they are in sync https://repo1.maven.org/maven2/org/optaplanner/optaplanner-quarkus/ -->
         <quarkiverse.freemarker.version>0.3.0</quarkiverse.freemarker.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/freemarker/quarkus-freemarker-parent/ -->
         <quarkiverse-minio.version>2.3.0</quarkiverse-minio.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/minio/quarkus-minio-parent/ -->
-        <quarkus.version>2.5.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>2.0.0</quarkus-hazelcast-client.version><!-- https://repo1.maven.org/maven2/com/hazelcast/quarkus-hazelcast-client-bom/ -->
         <quarkus-qpid-jms.version>0.29.0</quarkus-qpid-jms.version><!-- https://repo1.maven.org/maven2/org/amqphub/quarkus/quarkus-qpid-jms-bom/ -->