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/12/02 07:17:33 UTC

[camel-quarkus] branch quarkus-main updated (48f4e2aa73 -> 52230495dd)

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 48f4e2aa73 Add temporary dependency override for JSONata4Java #4294
 discard 0543d35006 Disable DatasonnetIT due to #4284
 discard e02d76f941 Disable microprofile-fault-tolerance testing due to #4225
 discard 558259d4d0 Upgrade Quarkus to 2.15.0.CR1
     add 4a5cdc7769 Updated CHANGELOG.md
     add 411305baf1 Add quarkus-pooled-jms-deployment to camel-quarkus-bom
     add 635737e5b1 Test Java first CXF server endpoint with multiple SEI methods #4306
     add 21d46fd8fa Updated CHANGELOG.md
     add 17f777c817 Upgrade Quarkus to 2.15.0.CR1
     add 75a49266a2 Disable microprofile-fault-tolerance testing due to #4225
     add deb436109d Disable DatasonnetIT due to #4284
     add 0a896ef62f Add temporary dependency override for JSONata4Java #4294
     add 74f5f2a7ec Align SSHD test dependencies with Quarkus managed sshd-common
     add 3a31aace22 Remove superfluous actions heading from controlbus docs
     add 8958c5bf6d Bump Optaplanner to 8.31.0.Final
     add 2f8b110a71 Updated CHANGELOG.md
     new 52230495dd Upgrade Quarkus to 2.16.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   (48f4e2aa73)
            \
             N -- N -- N   refs/heads/quarkus-main (52230495dd)

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                                       |  9 +++++
 docs/antora.yml                                    |  4 +-
 .../pages/reference/extensions/controlbus.adoc     |  4 +-
 .../controlbus/runtime/src/main/doc/usage.adoc     |  3 +-
 .../cxf/soap/server/it}/CodeFirstService.java      | 15 ++++++--
 .../cxf/soap/server/it/CxfSoapRoutes.java          | 13 ++++++-
 .../cxf/soap/server/it/CxfSoapServiceTest.java     | 43 ++++++++++++++--------
 pom.xml                                            |  4 +-
 poms/bom/pom.xml                                   |  5 +++
 poms/bom/src/main/generated/flattened-full-pom.xml | 13 +++++--
 .../src/main/generated/flattened-reduced-pom.xml   | 13 +++++--
 .../generated/flattened-reduced-verbose-pom.xml    | 13 +++++--
 tooling/scripts/group-tests.groovy                 |  1 -
 13 files changed, 97 insertions(+), 43 deletions(-)
 rename integration-test-groups/cxf-soap/cxf-soap-server/src/main/java/{com/helloworld/service => org/apache/camel/quarkus/component/cxf/soap/server/it}/CodeFirstService.java (62%)


[camel-quarkus] 01/01: Upgrade Quarkus to 2.16.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 52230495dd1d9378463009331ce1742ae7a8ba86
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Dec 2 07:17:19 2022 +0000

    Upgrade Quarkus to 2.16.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 71535a9aef..20f99ddc7c 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.15.0.CR1 # replace ${quarkus.version}
+    quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
     graalvm-version: 22.3.0 # replace ${graalvm.version}
     graalvm-docs-version: 22.3
     min-maven-version: 3.8.2 # replace ${min-maven-version}
diff --git a/pom.xml b/pom.xml
index 920d54b9c5..096f2d21a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
         <quarkiverse-mybatis.version>1.0.4</quarkiverse-mybatis.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/mybatis/quarkus-mybatis-parent/ -->
         <quarkiverse-pooled-jms.version>1.0.6</quarkiverse-pooled-jms.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/messaginghub/quarkus-pooled-jms-parent/ -->
         <quarkiverse-tika.version>1.0.3</quarkiverse-tika.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/tika/quarkus-tika-parent/ -->
-        <quarkus.version>2.15.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.39.0</quarkus-qpid-jms.version><!-- https://repo1.maven.org/maven2/org/amqphub/quarkus/quarkus-qpid-jms-bom/ -->