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/10/28 06:24:32 UTC

[camel-quarkus] branch quarkus-main updated (0c4f9bffc4 -> 2efecab884)

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 0c4f9bffc4 Fix handling of quartz autowired scheduler
 discard 22eaed038a Upgrade Quarkus to 2.14.0.CR1
     add a3b728e158 CxfSoapMtomIT fails in native mode #4208
     add b693547169 Remove unecessary basedir in Kafka Oauth tests
     add 7ec6f6ec67 Manage dependency com.jayway.jsonpath:json-path
     add d989a73669 Add sync tag for json-smart.version version property
     add 6afadaba4c Updated CHANGELOG.md
     add 9240f55c1d Upgrade Quarkus to 2.14.0.CR1
     add 72b730c207 Fix handling of quartz autowired scheduler
     add 37dbb06cc4 Disable failing tests that manually run quarkus-run.jar due to #4218
     add a1280eea21 Updated CHANGELOG.md
     new 2efecab884 Upgrade Quarkus to 2.15.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   (0c4f9bffc4)
            \
             N -- N -- N   refs/heads/quarkus-main (2efecab884)

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 ++++++
 .../soap/mtom/awt/it/CxfSoapMtomAwtResource.java   | 22 ++++++++++---------
 .../cxf/soap/mtom/awt/it/CxfSoapMtomAwtRoutes.java | 23 --------------------
 .../cxf/soap/mtom/awt/it/IImageService.java        |  6 ++----
 .../component/cxf/soap/mtom/awt/it/ImageData.java  | 25 ++++++++++++++--------
 .../cxf/soap/mtom/awt/it/ImageService.java         | 23 ++++++++------------
 .../cxf/soap/mtom/awt/it/CxfSoapMtomAwtTest.java   |  9 ++------
 integration-tests/kafka-oauth/pom.xml              |  2 +-
 .../camel/quarkus/main/cmd/it/CommandModeTest.java |  2 ++
 .../args/fail/MainUnknownArgumentFailTest.java     |  2 ++
 .../args/ignore/MainUnknownArgumentIgnoreTest.java |  2 ++
 pom.xml                                            |  3 ++-
 poms/bom/pom.xml                                   |  5 +++++
 poms/bom/src/main/generated/flattened-full-pom.xml | 10 ++++-----
 .../src/main/generated/flattened-reduced-pom.xml   | 10 ++++-----
 .../generated/flattened-reduced-verbose-pom.xml    | 10 ++++-----
 16 files changed, 77 insertions(+), 84 deletions(-)
 copy integration-tests/dataformats-json/src/main/java/org/apache/camel/quarkus/component/dataformats/json/model/PojoA.java => integration-test-groups/cxf-soap/cxf-soap-mtom-awt/src/main/java/org/apache/camel/quarkus/component/cxf/soap/mtom/awt/it/ImageData.java (67%)


[camel-quarkus] 01/01: Upgrade Quarkus to 2.15.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 2efecab8846c8f5e3a9b123467f8b67bebeb473f
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Oct 28 07:24:15 2022 +0100

    Upgrade Quarkus to 2.15.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 67b29c866e..66590918f5 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -30,7 +30,7 @@ asciidoc:
     # Project versions
     camel-version: 3.18.2 # replace ${camel.version}
     camel-docs-version: 3.18.x # replace ${camel.docs.components.version}
-    quarkus-version: 2.14.0.CR1 # replace ${quarkus.version}
+    quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
     graalvm-version: 22.2.0 # replace ${graalvm.version}
     graalvm-docs-version: 22.2
     min-maven-version: 3.8.2 # replace ${min-maven-version}
diff --git a/pom.xml b/pom.xml
index 0c8372f6ff..c2718dd859 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
         <quarkiverse-minio.version>2.9.2</quarkiverse-minio.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/minio/quarkus-minio-parent/ -->
         <quarkiverse-mybatis.version>1.0.4</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.14.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.38.0</quarkus-qpid-jms.version><!-- https://repo1.maven.org/maven2/org/amqphub/quarkus/quarkus-qpid-jms-bom/ -->