You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/04/01 05:06:41 UTC

[camel-quarkus] branch quarkus-main updated (2e1bd93c36 -> ad4d23ca3c)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 discard 2e1bd93c36 Upgrade Quarkus to 3.0.0.CR2
     add 08fc640d55 Start JDBC polling after database initialization #4723
     add de39864c95 Upgrade to quarkus-cxf 2.0.0.Alpha5
     add 6fb1b58d9e Add back XML Security Sign #4684
     add 4ca2c018cc Upgrade to impsort-maven-plugin 1.8.0 to be able to build with mvnd 1.0-m6-m39
     add c22a092fd7 Upgrade to keytool-maven-plugin 1.7 to be able to build with mvnd 1.0-m6-m39
     add 0b90b8cb0c Upgrade to cq-maven-plugin 3.5.5
     add 3d77e94c0a Reformat by running mvn process-resources -Pformat -N
     new ad4d23ca3c Upgrade Quarkus to 3.0.0.CR2

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   (2e1bd93c36)
            \
             N -- N -- N   refs/heads/quarkus-main (ad4d23ca3c)

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:
 catalog/pom.xml                                    | 104 +++++
 .../ROOT/examples/components/xmlsecurity-sign.yml  |  13 +
 .../examples/components/xmlsecurity-verify.yml     |  13 +
 .../ROOT/examples/dataformats/xmlSecurity.yml      |  13 +
 docs/modules/ROOT/nav.adoc                         |   1 +
 docs/modules/ROOT/pages/migration-guide/3.0.0.adoc |   1 -
 .../{aws2-kinesis.adoc => xmlsecurity.adoc}        |  31 +-
 .../main/resources/META-INF/quarkus-extension.yaml |   1 +
 extensions/pom.xml                                 |   2 +-
 .../main/resources/META-INF/quarkus-extension.yaml |   1 +
 integration-tests-jvm/elasticsearch/pom.xml        |  27 ++
 integration-tests-jvm/mapstruct/pom.xml            |  27 ++
 integration-tests/aws2-grouped/pom.xml             |  20 +-
 .../aws2-quarkus-client-grouped/pom.xml            |  20 +-
 integration-tests/debezium/pom.xml                 |  26 --
 integration-tests/grpc/pom.xml                     |   2 +-
 integration-tests/jdbc/pom.xml                     |  26 ++
 .../quarkus/component/jdbc/CamelResource.java      |   5 +-
 .../camel/quarkus/component/jdbc/JdbcRoutes.java   |   2 +-
 integration-tests/micrometer/pom.xml               |  13 +
 integration-tests/pom.xml                          |   4 +-
 integration-tests/xml/pom.xml                      |  26 ++
 .../xmlsecurity/it/XmlsecurityProducers.java       |  22 +-
 .../xmlsecurity/it/XmlsecurityResource.java        |   1 -
 .../xmlsecurity/it/XmlsecurityRoutes.java          |   2 +-
 pom.xml                                            |   8 +-
 poms/bom/pom.xml                                   |   8 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 445 +++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   |  63 +--
 .../generated/flattened-reduced-verbose-pom.xml    | 445 +++++++++++----------
 tooling/scripts/test-categories.yaml               |   1 +
 31 files changed, 832 insertions(+), 541 deletions(-)
 create mode 100644 docs/modules/ROOT/examples/components/xmlsecurity-sign.yml
 create mode 100644 docs/modules/ROOT/examples/components/xmlsecurity-verify.yml
 create mode 100644 docs/modules/ROOT/examples/dataformats/xmlSecurity.yml
 copy docs/modules/ROOT/pages/reference/extensions/{aws2-kinesis.adoc => xmlsecurity.adoc} (51%)


[camel-quarkus] 01/01: Upgrade Quarkus to 3.0.0.CR2

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit ad4d23ca3c29459e8c7a2b63648686b7d4304469
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Mar 31 07:42:52 2023 +0100

    Upgrade Quarkus to 3.0.0.CR2
---
 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 840f286e8b..25e569f825 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -30,7 +30,7 @@ asciidoc:
     # Project versions
     camel-version: 4.0.0-M2 # replace ${camel.version}
     camel-docs-version: ""
-    quarkus-version: 3.0.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 24694f41ab..865a9b1043 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
         <quarkiverse-mybatis.version>2.0.0.CR2</quarkiverse-mybatis.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/mybatis/quarkus-mybatis-parent/ -->
         <quarkiverse-pooled-jms.version>2.0.0.CR2</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>3.0.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>2.0.0.Alpha3</quarkus-qpid-jms.version><!-- https://repo1.maven.org/maven2/org/amqphub/quarkus/quarkus-qpid-jms-bom/ -->