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 56c11275ea Regen SBOM from commit 
85ad04bb4d89da6f4ec2c73596b7e40fd82abfd8
     add b524db891e Regen SBOM from commit 
85ad04bb4d89da6f4ec2c73596b7e40fd82abfd8 (#8071)
     add 08bbca2f2b Bump actions/upload-artifact from 5.0.0 to 6.0.0
     add 31bd4a2ab9 Bump actions/download-artifact from 6.0.0 to 7.0.0
     add 17653b39b1 [fixes #5300] Extend AWS SecretsManager test with rotating 
secret
     add d3daaf0b96 Override lz4-java for flink & aws2-kinesis with at.yawk.lz4 
variant
     add 5994ead9d6 Bump org.apache.maven.plugins:maven-release-plugin from 
3.3.0 to 3.3.1
     add 2a032b9e47 ci: Upgrade to node 24 test-summary-report action
     add a64d1529c3 ci: upgrade setup-node to v6
     add 31267d25c3 Regen SBOM from commit 
a64d1529c3f6d103dfa963d0154e233e4d34f1a8

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   (56c11275ea)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (31267d25c3)

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:
 .github/actions/test-summary-report/action.yaml    |   4 +-
 .github/workflows/camel-master-cron.yaml           |  16 +--
 .github/workflows/ci-build.yaml                    |  16 +--
 .github/workflows/jdk25-build.yaml                 |  14 +-
 .github/workflows/quarkus-lts-ci-build.yaml        |  14 +-
 .github/workflows/quarkus-master-cron.yaml         |  16 +--
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 143 ++++++++++---------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          |  73 +++++-----
 extensions-jvm/flink/runtime/pom.xml               |   4 +
 extensions-jvm/ibm-secrets-manager/runtime/pom.xml |   4 +
 extensions-support/debezium/runtime/pom.xml        |   4 +
 extensions/aws2-kinesis/runtime/pom.xml            |   4 +
 extensions/kafka/deployment/pom.xml                |   6 +
 extensions/kafka/runtime/pom.xml                   |  10 ++
 .../aws2/aws-secrets-manager/README.adoc           |  28 ++++
 .../aws2/aws-secrets-manager/pom.xml               |  17 +++
 .../manager/it/AwsSecretsManagerResource.java      |  32 +++--
 .../secrets/manager/it/AwsSecretsManagerTest.java  | 145 +++++++++++++++++--
 .../src/test/resources/lambda/rotation_handler.py  | 155 +++++++++++++++++++++
 .../src/test/resources/lambda/rotation_handler.zip | Bin 0 -> 2311 bytes
 .../test/support/aws2/Aws2TestResource.java        |   2 +
 integration-tests-support/debezium/pom.xml         |   4 +
 integration-tests-support/kafka/pom.xml            |   6 +
 pom.xml                                            |   3 +-
 poms/bom/pom.xml                                   |  41 +++++-
 poms/bom/src/main/generated/flattened-full-pom.xml |  43 ++++++
 .../src/main/generated/flattened-reduced-pom.xml   |  43 ++++++
 .../generated/flattened-reduced-verbose-pom.xml    |  43 ++++++
 .../camel-quarkus-banned-dependencies.xml          |   1 +
 29 files changed, 724 insertions(+), 167 deletions(-)
 create mode 100644 integration-test-groups/aws2/aws-secrets-manager/README.adoc
 create mode 100644 
integration-test-groups/aws2/aws-secrets-manager/src/test/resources/lambda/rotation_handler.py
 create mode 100644 
integration-test-groups/aws2/aws-secrets-manager/src/test/resources/lambda/rotation_handler.zip

Reply via email to