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 cbcbd65412 Upgrade Quarkus to 3.23.0.CR1
     add c42ebd59d6 Bump quarkiverse-minio.version from 3.8.1 to 3.8.3
     add 4f8b7de56e Test CamelQuarkusTestSupport in the Quarkus Platform
     add ac20afcc76 Add GitHub workflow to perform dependency convergence checks
     add 3329c3ab9c Rework CallbackUtil.MockExtensionContext to not implement 
JUnit ExtensionContext
     add 76dbfa7a3b Regen SBOM from commit 
3329c3ab9c4680f5b7b0d7465ae4cd5db609aa5e (#7352)
     add 47a7306804 Remove duplicate camel-dfdl dependency declaration
     add 017a94bb56 Bump quarkiverse-groovy.version from 3.22.1 to 3.22.2 
(#7357)
     add efd862d3e3 Use more correct convention with configuring datasource
     new 4a80dc52f7 Upgrade Quarkus to 3.23.0.CR1
     new 211aa4bbb4 Disable groovy integration test native profile due to #7361

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   (cbcbd65412)
            \
             N -- N -- N   refs/heads/quarkus-main (211aa4bbb4)

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 2 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/check-dependency-convergence.yml | 177 +++++++++++++++++++++
 .github/workflows/ci-build.yaml                    |   1 +
 .github/workflows/pr-validate.yml                  |   1 +
 camel-quarkus-sbom/camel-quarkus-sbom.json         |  94 +++++------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          |  92 +++++------
 integration-tests/groovy/pom.xml                   |   2 +
 .../jpa/src/main/resources/application.properties  |  10 +-
 pom.xml                                            |   4 +-
 poms/bom/pom.xml                                   |   5 -
 poms/bom/src/main/generated/flattened-full-pom.xml |  12 +-
 .../src/main/generated/flattened-reduced-pom.xml   |   8 +-
 .../generated/flattened-reduced-verbose-pom.xml    |   8 +-
 test-framework/junit5-extension-tests/pom.xml      |  16 ++
 .../camel/quarkus/test/AfterAllCallback.java       |   6 +-
 .../camel/quarkus/test/BeforeEachCallback.java     |   4 +-
 .../apache/camel/quarkus/test/CallbackUtil.java    | 108 +------------
 .../quarkus/test/CamelQuarkusTestSupport.java      |   7 +-
 tooling/scripts/create-superapp.groovy             |  97 +++++++++++
 tooling/test-list/pom.xml                          |   6 +
 19 files changed, 417 insertions(+), 241 deletions(-)
 create mode 100644 .github/workflows/check-dependency-convergence.yml
 create mode 100644 tooling/scripts/create-superapp.groovy

Reply via email to