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/08/19 08:57:10 UTC

[camel-quarkus] branch quarkus-main updated (43cd6a7 -> fc83312)

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 43cd6a7  Temporarily override google-cloud-graalvm-support until quarkus-google-cloud-services 0.10.0 is available
 discard 101d329  Register ApacheXMLDSig security provider for XmlSecurity
 discard b1bea56  Register SASL security provider for kudu
 discard 419e63d  Upgrade Quarkus to 2.2.0.CR1
     add f520a47  Add dev mode support to camel-quarkus-kotlin
     add 3f552e0  Reduce console log output from EipTest.throttle
     add 235cc2b  Ensure ActiveMQ container is fully started before running tests
     add e0dd8bd  Updated CHANGELOG.md
     add 9470886  Upgrade Quarkus to 2.2.0.CR1
     add 2f78326  Register SASL security provider for kudu
     add 6abc946  Register ApacheXMLDSig security provider for XmlSecurity
     add 7dc924a  Temporarily override google-cloud-graalvm-support until quarkus-google-cloud-services 0.10.0 is available
     add fb36bc6  Temporarily disable xchange tests #3016
     new fc83312  Upgrade Quarkus to 2.3.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   (43cd6a7)
            \
             N -- N -- N   refs/heads/quarkus-main (fc83312)

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                                                  |  6 ++++++
 docs/antora.yml                                               |  2 +-
 extensions/kotlin/deployment/pom.xml                          |  4 ++++
 extensions/kotlin/runtime/pom.xml                             |  4 ++--
 .../java/org/apache/camel/quarkus/eip/it/EipResource.java     | 11 +++++++++--
 .../{bean => eip}/src/main/resources/application.properties   |  4 ++--
 .../quarkus/component/activemq/it/ActiveMQTestResource.java   |  2 +-
 .../apache/camel/quarkus/component/xchange/it/XchangeIT.java  |  2 ++
 .../camel/quarkus/component/xchange/it/XchangeTest.java       |  2 ++
 pom.xml                                                       |  2 +-
 10 files changed, 30 insertions(+), 9 deletions(-)
 copy integration-test-groups/foundation/{bean => eip}/src/main/resources/application.properties (88%)

[camel-quarkus] 01/01: Upgrade Quarkus to 2.3.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 fc8331278167c91f8bca18f2b84bf1232095b3d9
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Aug 19 09:56:45 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index c546a2d..f4e04ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
         <optaplanner.version>8.8.0.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.0.0</quarkiverse-minio.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/minio/quarkus-minio-parent/ -->
-        <quarkus.version>2.2.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-google-cloud.version>0.9.0</quarkus-google-cloud.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/googlecloudservices/quarkus-google-cloud-services-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.26.0</quarkus-qpid-jms.version><!-- https://repo1.maven.org/maven2/org/amqphub/quarkus/quarkus-qpid-jms-bom/ -->