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/04/30 11:32:10 UTC

[camel-kamelets] branch regen_bot_sbom updated (ea377d91 -> 85517e65)

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-kamelets.git


    omit ea377d91 Regen SBOM from commit 52a77a269561e660b81af41dd2dcac815be92a6e
     add 20866f7e Regen SBOM from commit 52a77a269561e660b81af41dd2dcac815be92a6e
     add 8eaa13ad Upgrade CycloneDX Maven Plugin to version 2.7.7
     add 700e16d1 Upgrade Classgraph to version 4.8.157
     add d321aff7 Remove Solr Kamelets
     add 895d1163 Remove Solr Kamelets
     add 33b3b87a Make Kamelet Catalog examples to use Camel JBang
     add 17928330 Updated CHANGELOG.md
     add e47128b9 Updated CHANGELOG.md
     add 85517e65 Regen SBOM from commit e47128b97a22b5c5bb83ab6067d7cbe49aed724f

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   (ea377d91)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (85517e65)

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:
 CHANGELOG.md                                       |   2 +
 camel-kamelets-sbom/camel-kamelets-sbom.json       |  62 ++++++------
 camel-kamelets-sbom/camel-kamelets-sbom.xml        |  54 ++++++-----
 .../ROOT/examples/template/kamelet-options.adoc    |  36 ++++++-
 docs/modules/ROOT/nav.adoc                         |   2 -
 kamelets/solr-sink.kamelet.yaml                    |  94 -------------------
 kamelets/solr-source.kamelet.yaml                  | 104 ---------------------
 .../catalog/model/KameletPrefixSchemeEnum.java     |   1 -
 .../kamelets/catalog/KameletsCatalogTest.java      |   2 -
 .../main/resources/kamelets/solr-sink.kamelet.yaml |  94 -------------------
 .../resources/kamelets/solr-source.kamelet.yaml    | 104 ---------------------
 pom.xml                                            |   4 +-
 templates/bindings/camel-k/solr-sink-binding.yaml  |  19 ----
 .../bindings/camel-k/solr-source-binding.yaml      |  20 ----
 templates/bindings/core/solr-sink-binding.yaml     |  12 ---
 templates/bindings/core/solr-source-binding.yaml   |  10 --
 16 files changed, 104 insertions(+), 516 deletions(-)
 delete mode 100644 kamelets/solr-sink.kamelet.yaml
 delete mode 100644 kamelets/solr-source.kamelet.yaml
 delete mode 100644 library/camel-kamelets/src/main/resources/kamelets/solr-sink.kamelet.yaml
 delete mode 100644 library/camel-kamelets/src/main/resources/kamelets/solr-source.kamelet.yaml
 delete mode 100644 templates/bindings/camel-k/solr-sink-binding.yaml
 delete mode 100644 templates/bindings/camel-k/solr-source-binding.yaml
 delete mode 100644 templates/bindings/core/solr-sink-binding.yaml
 delete mode 100644 templates/bindings/core/solr-source-binding.yaml