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/02/12 11:35:23 UTC

[camel-quarkus] branch regen_bot_sbom updated (b631434af6 -> b85a9380c8)

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 b631434af6 Regen SBOM from commit 19bf2192cdc1c926b877b394d992692b0cc77430
     add 1ff0f752cc Regen SBOM from commit 19bf2192cdc1c926b877b394d992692b0cc77430
     add 588d624e5e Fix vertx-websocket URIs in tests
     add d405d08836 camel-quarkus-integration-test-aws2 fail to compile to native with Camel 4
     add e4b23d9c9a Revert "Disable nitrite test temporarily #4525"
     add 4302043554 Fix #4525 to add some substitutions in podam
     add 15626adf71 Remove redundant CI workflow steps
     add 8beb4bcbc6 Updated CHANGELOG.md
     add b85a9380c8 Regen SBOM from commit 8beb4bcbc607837e3784903337232c824fd092f9

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

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           |  49 --
 .github/workflows/ci-build.yaml                    |  50 +-
 .github/workflows/quarkus-master-cron.yaml         |  49 --
 CHANGELOG.md                                       |  11 +
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 643 +++++++++++++--------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 237 +++++---
 .../reference/extensions/vertx-websocket.adoc      |  11 +-
 extensions-support/aws2/runtime/pom.xml            |   8 +
 .../nitrite/graal/PodamSubstitutions.java          | 107 ++++
 .../runtime/src/main/doc/usage.adoc                |  11 +-
 integration-tests/pom.xml                          |   6 +-
 .../vertx/websocket/it/VertxWebsocketRoutes.java   |   4 +-
 tooling/scripts/test-categories.yaml               |   3 +
 13 files changed, 706 insertions(+), 483 deletions(-)
 create mode 100644 extensions/nitrite/runtime/src/main/java/org/apache/camel/quarkus/component/nitrite/graal/PodamSubstitutions.java