You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/10/29 10:44:44 UTC

(camel-quarkus) branch regen_bot_sbom updated (b96b923748 -> 5133026808)

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 b96b923748 Regen SBOM from commit e4bbd1ac980c0684714567ac703ae424f796bc1a
     add 6ca0fc54f7 Regen SBOM from commit e4bbd1ac980c0684714567ac703ae424f796bc1a (#5448)
     add ed6533d913 Fix package path to XmlSlurper in camel-k-maven-plugin integration tests
     add 500b763fa5 Run tests in all tooling sub modules
     add 327dbb987b Add changelog for 3.5.0
     add d7519344e6 Sync pr-validate paths-ignore with ci-build workflow
     add 145c9e0ca5 Bump quarkiverse-groovy.version from 3.4.0 to 3.5.0
     add a9179ed94a Auto generated changes for dependabot commit b6d2e822a66884c51a4433b40cff0e0ba3d1f81b
     add 7b0e7a9b28 Fix build order for camel-quarkus-camel-k-deployment test dependencies
     add e8cf6c974c Upgrade to Quarkus CXF 2.5.0 fix #5442
     add 9f52c497c8 Remove duplicate quarkus-resteasy dependency from camel-quarkus-integration-test-azure-servicebus
     add 5389e6a47b Document how users can upgrade to new Camel Quarkus releases without a Quarkus Platform release
     add 7baefaeaa1 Bump quarkiverse-mybatis.version from 2.1.0 to 2.2.0 (#5459)
     add 102f0f2e65 Update Jira tests to work with the latest container image
     add 5f8b332a7c Fix #5453 to introduce camel-spring-redis extension (#5466)
     add 5133026808 Regen SBOM from commit 5f8b332a7cb2ea7177bc07e25608d18074531eaf

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   (b96b923748)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (5133026808)

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/workflows/camel-master-cron.yaml           |    6 +-
 .github/workflows/ci-build.yaml                    |    6 +-
 .github/workflows/pr-validate.yml                  |    2 +
 .github/workflows/quarkus-master-cron.yaml         |    6 +-
 CHANGELOG.md                                       |   77 +
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 2148 ++++++++++++--------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 1175 ++++++-----
 docs/antora.yml                                    |    1 +
 .../ROOT/examples/components/spring-redis.yml      |   13 +
 docs/modules/ROOT/nav.adoc                         |    1 +
 .../{aws-xray.adoc => spring-redis.adoc}           |   22 +-
 .../pages/user-guide/dependency-management.adoc    |   58 +-
 extensions-jvm/pom.xml                             |    1 +
 .../spring-redis}/deployment/pom.xml               |   14 +-
 .../redis/deployment/SpringRedisProcessor.java}    |    8 +-
 .../spring-redis/pom.xml                           |    8 +-
 .../spring-redis}/runtime/pom.xml                  |   28 +-
 .../main/resources/META-INF/quarkus-extension.yaml |    6 +-
 extensions/camel-k/deployment/pom.xml              |  143 ++
 .../cxf/soap/mtom/awt/it/CxfSoapMtomAwtIT.java     |    2 -
 integration-tests-jvm/azure-servicebus/pom.xml     |    4 -
 integration-tests-jvm/pom.xml                      |    1 +
 .../{jgroups-raft => spring-redis}/pom.xml         |   15 +-
 .../spring/redis/it/SpringRedisResource.java}      |   20 +-
 .../component/spring/redis/it/SpringRedisTest.java |    8 +-
 .../quarkus/component/jira/it/JiraResource.java    |    9 +-
 .../camel/quarkus/component/jira/it/JiraTest.java  |    4 +-
 pom.xml                                            |    8 +-
 poms/bom/pom.xml                                   |   57 +
 poms/bom/src/main/generated/flattened-full-pom.xml |  570 +++---
 .../src/main/generated/flattened-reduced-pom.xml   |  111 +-
 .../generated/flattened-reduced-verbose-pom.xml    |  565 ++---
 .../src/it/generate-rest-dsl-from-v2/verify.groovy |    2 +-
 .../src/it/generate-rest-dsl-from-v3/verify.groovy |    2 +-
 .../camel-quarkus-banned-dependencies-spring.xml   |    4 +-
 tooling/scripts/update-antora-config.groovy        |    2 +
 36 files changed, 3188 insertions(+), 1919 deletions(-)
 create mode 100644 docs/modules/ROOT/examples/components/spring-redis.yml
 copy docs/modules/ROOT/pages/reference/extensions/{aws-xray.adoc => spring-redis.adoc} (57%)
 copy {extensions/jms => extensions-jvm/spring-redis}/deployment/pom.xml (82%)
 copy extensions-jvm/{jgroups-raft/deployment/src/main/java/org/apache/camel/quarkus/component/jgroups/raft/deployment/JgroupsRaftProcessor.java => spring-redis/deployment/src/main/java/org/apache/camel/quarkus/component/spring/redis/deployment/SpringRedisProcessor.java} (87%)
 copy tooling/create-extension-templates/parent-pom.xml => extensions-jvm/spring-redis/pom.xml (86%)
 copy {extensions/knative => extensions-jvm/spring-redis}/runtime/pom.xml (80%)
 copy extensions-jvm/{chunk => spring-redis}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (91%)
 copy integration-tests-jvm/{jgroups-raft => spring-redis}/pom.xml (83%)
 copy integration-tests-jvm/{jgroups-raft/src/main/java/org/apache/camel/quarkus/component/jgroups/raft/it/JgroupsRaftResource.java => spring-redis/src/main/java/org/apache/camel/quarkus/component/spring/redis/it/SpringRedisResource.java} (73%)
 copy extensions/aws2-lambda/runtime/src/main/org/apache/lambda/it/Aws2LambdaTest.java => integration-tests-jvm/spring-redis/src/test/java/org/apache/camel/quarkus/component/spring/redis/it/SpringRedisTest.java (84%)