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

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


 discard e77c0f2644 Generated files and a bbetter fix of salesforce
 discard 056ffafdd9 Fix of salesforce native failure caused by upgrade of 
jetty-version - not sure about the fix
 discard 4a9ed04c53 Upgrade quarkiverse-fury to 0.3.2
 discard 5ebaecd1b6 Generated smb.adoc
 discard 2d17771dfd Fix com.cedarsoftware:java-util ThreadedLRUCacheStrategy 
static scheduler field for native mode
 discard 6922790215 Revert "Disabled Headersmap in native, see #7330"
 discard 7556908549 Regen files
 discard a7eb861633 Disabled Headersmap in native, see #7330
 discard 9907113689 Regen files
 discard 67b91c3d0c Fix observability-services tests management port discovery
 discard 2c37c675a4 Fix up dangling unused imports in platform-http extension
 discard 3fc38d3f60 feat(observability-services): use management port
 discard 1b3d093a41 chore(platform-http): use default router name
 discard 0d2820c7c3 regen files
 discard edd0369aff Adapt to Camel switching to SmallRye Fault Tolerance 
programmatic APIs
 discard 07454316f1 Regen files + platform-http compilation error fix
 discard 7978bbe767 generated files
 discard 0708233bb2 Fixed google-bigquery
 discard a23dd7eb3b Fixed google-bigquerry
 discard a2ec957ac9 Regen files
 discard cbb9ac9786 Manage org.apache.fury:fury-core in bom
 discard 0b657d5338 Regen files + fixed comp error in core
 discard a0926c78c3 fixed jt400
 discard b78c5d7267 Upgrade Camel to 4.12.0
     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)
     new 7a65e3a131 Upgrade Camel to 4.12.0
     new f95832bbf8 fixed jt400
     new 89f75f2255 Regen files + fixed comp error in core
     new a0b0aced9c Manage org.apache.fury:fury-core in bom
     new 972fca1c39 Regen files
     new 4f918177f4 Fixed google-bigquerry
     new a7d05e0248 Fixed google-bigquery
     new 2516c55260 generated files
     new 996fe8dd40 Regen files + platform-http compilation error fix
     new 470401717b Adapt to Camel switching to SmallRye Fault Tolerance 
programmatic APIs
     new e8130a3686 regen files
     new 532e5f629f chore(platform-http): use default router name
     new 36f9677e70 feat(observability-services): use management port
     new 12ff7711ce Fix up dangling unused imports in platform-http extension
     new c00a09dbe2 Fix observability-services tests management port discovery
     new 1d714cb43f Regen files
     new 7c9a9aa8c8 Disabled Headersmap in native, see #7330
     new 8714a3ed8f Regen files
     new 97c81fdead Revert "Disabled Headersmap in native, see #7330"
     new 72a7e8444a Fix com.cedarsoftware:java-util ThreadedLRUCacheStrategy 
static scheduler field for native mode
     new 87b899715b Generated smb.adoc
     new b77fb8f32e Upgrade quarkiverse-fury to 0.3.2
     new 7c0e67bc48 Fix of salesforce native failure caused by upgrade of 
jetty-version - not sure about the fix
     new 1551e451f3 Generated files and a bbetter fix of salesforce
     new 945709d9d9 Generated files

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   (e77c0f2644)
            \
             N -- N -- N   refs/heads/camel-main (945709d9d9)

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 25 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 +++++------
 docs/modules/ROOT/examples/components/kafka.yml    |   2 +-
 .../ROOT/pages/reference/extensions/kafka.adoc     |   4 +-
 .../main/resources/META-INF/quarkus-extension.yaml |   2 +-
 pom.xml                                            |   2 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |   8 +-
 .../src/main/generated/flattened-reduced-pom.xml   |   4 +-
 .../generated/flattened-reduced-verbose-pom.xml    |   4 +-
 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, 407 insertions(+), 228 deletions(-)
 create mode 100644 .github/workflows/check-dependency-convergence.yml
 create mode 100644 tooling/scripts/create-superapp.groovy

Reply via email to