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

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


    omit 9d180cbf1d Regen SBOM from commit 
18893ef5ada6801803bc855f4bc8ce615b7751b4
     add f71fb600fd Regen SBOM from commit 
18893ef5ada6801803bc855f4bc8ce615b7751b4 (#6741)
     add d5b435dbb0 Bump org.apache.maven.plugins:maven-javadoc-plugin from 
3.10.1 to 3.11.1 (#6745)
     add 78170902a8 Bump maven-surefire-plugin.version from 3.5.1 to 3.5.2 
(#6746)
     add 0082e2dc7f Fixes #6747 - opentelemetry - ensure that the sequence of 
recorded spans is correct by using bean:*
     add 76da3b1320 Align SubstituteIntrospectionSupport.CACHE type with that 
of the original class
     add a97380ea49 Remove redundant HostUtils substitutions
     add 6223d7186d Use target directory for Narayana object store location
     add e97a134a69 Fix #6754 to remove exlusion of findbugs when depends on 
quarkus-grpc-common
     add 4b3b5ccbc3 Bump quarkiverse-langchain4j.version from 0.20.3 to 0.21.0 
(#6759)
     add 10ca051b62 Bump io.swagger.codegen.v3:swagger-codegen-generators from 
1.0.53 to 1.0.54 (#6760)
     add 2771a83994 Bump quarkiverse-groovy.version from 3.15.0 to 3.16.1 
(#6762)
     add 730076e7de Regen SBOM from commit 
2771a83994fde00c97413691058595c4f2d33b4e

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   (9d180cbf1d)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (730076e7de)

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.

No new revisions were added by this update.

Summary of changes:
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 366 ++++++++++-----------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 298 ++++++++---------
 .../quarkus/core/graal/SubstituteHostUtils.java    |  33 --
 .../core/graal/SubstituteIntrospectionSupport.java |   2 +-
 extensions/google-bigquery/deployment/pom.xml      |  10 -
 extensions/google-bigquery/pom.xml                 |   4 +
 extensions/google-bigquery/runtime/pom.xml         |   4 -
 extensions/google-pubsub/deployment/pom.xml        |  10 -
 extensions/google-pubsub/pom.xml                   |   4 +
 extensions/google-pubsub/runtime/pom.xml           |   4 -
 extensions/grpc/deployment/pom.xml                 |  22 --
 extensions/grpc/pom.xml                            |  63 +---
 extensions/pinecone/deployment/pom.xml             |   6 -
 extensions/pinecone/pom.xml                        |   4 +
 extensions/pinecone/runtime/pom.xml                |   6 -
 extensions/qdrant/deployment/pom.xml               |  10 -
 extensions/qdrant/pom.xml                          |   4 +
 extensions/qdrant/runtime/pom.xml                  |   6 -
 extensions/salesforce/pom.xml                      |  64 +---
 extensions/salesforce/runtime/pom.xml              |   4 -
 integration-tests/google-bigquery/pom.xml          |   4 +
 integration-tests/google-pubsub/pom.xml            |   4 +
 integration-tests/grpc/pom.xml                     |  60 +---
 .../src/main/resources/application.properties      |   2 +-
 .../it/OpenTelemetryRouteBuilder.java              |   2 +-
 .../opentelemetry/it/OpenTelemetryTest.java        |  11 +-
 integration-tests/pinecone/pom.xml                 |   4 +
 integration-tests/qdrant/pom.xml                   |   4 +
 integration-tests/salesforce/pom.xml               |  60 +---
 pom.xml                                            |  48 ++-
 poms/bom/src/main/generated/flattened-full-pom.xml |  12 +-
 .../src/main/generated/flattened-reduced-pom.xml   |  12 +-
 .../generated/flattened-reduced-verbose-pom.xml    |  12 +-
 tooling/enforcer-rules/allow-findbugs.xsl          |   8 +-
 34 files changed, 453 insertions(+), 714 deletions(-)
 delete mode 100644 
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/graal/SubstituteHostUtils.java
 copy {integration-test-groups/foundation/dataset => 
integration-tests/messaging/common}/src/main/resources/application.properties 
(93%)

Reply via email to