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 f7938b48c8 Disable cxf-soap-grouped tests due to #4603
 discard 57c4ff72bb Upgrade Quarkus to 3.0.0.CR1
     add 03e432d453 Updated CHANGELOG.md
     add f47ed6e2cc Bump to CycloneDX Maven Plugin 2.7.5
     add 1156664162 Upgrade to cq-maven-plugin 3.5.4 #4606
     add e1d491d5b5 MAVEN_ARGS honored by Maven 3.9.0 so rename it and rather 
use ./mvnw
     add 30037c77b1 Updated CHANGELOG.md
     add d2a63d12ff Regen SBOM from commit 
30037c77b154db1b5fcd07d3abe35ddea6319c8e
     add 880eed1d6b Updated CHANGELOG.md
     new 293ca905af Upgrade Quarkus to 3.0.0.CR1
     new 78c3a1c522 Disable cxf-soap-grouped tests due to #4603
     new cc2da16c0d Restore smallrye-reactive-messaging-camel extension

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   (f7938b48c8)
            \
             N -- N -- N   refs/heads/quarkus-main (cc2da16c0d)

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 3 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:
 .github/workflows/camel-master-cron.yaml           |   46 +-
 .github/workflows/ci-build.yaml                    |   34 +-
 .github/workflows/generate-sbom-main.yml           |    2 +-
 .github/workflows/pr-validate.yml                  |    4 +-
 .github/workflows/quarkus-master-cron.yaml         |   48 +-
 CHANGELOG.md                                       |    7 +
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 7715 ++++++++++----------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 3695 +++++-----
 docs/modules/ROOT/nav.adoc                         |    1 +
 .../extensions/smallrye-reactive-messaging.adoc    |   62 +
 extensions/pom.xml                                 |    2 +-
 integration-tests/pom.xml                          |    2 +-
 .../messaging/it/FilesMessageConsumer.java         |    1 -
 .../reactive/messaging/it/PublisherRoute.java      |    1 -
 .../it/SmallRyeReactiveMessagingResource.java      |    1 -
 .../reactive/messaging/it/SubscriberRoute.java     |    3 +-
 pom.xml                                            |   28 +-
 poms/bom/pom.xml                                   |    8 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |   15 +
 .../src/main/generated/flattened-reduced-pom.xml   |   15 +
 .../generated/flattened-reduced-verbose-pom.xml    |   15 +
 tooling/scripts/test-categories.yaml               |    1 +
 22 files changed, 6157 insertions(+), 5549 deletions(-)
 create mode 100644 
docs/modules/ROOT/pages/reference/extensions/smallrye-reactive-messaging.adoc

Reply via email to