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/08/20 11:32:18 UTC

[camel-kamelets] branch regen_bot_sbom updated (fa841ec4 -> 8d28088a)

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 fa841ec4 Regen SBOM from commit b29b1cbd5740f5516cb9da238efb99d26e8dec2d
     add a5e989e6 Regen SBOM from commit b29b1cbd5740f5516cb9da238efb99d26e8dec2d (#1571)
     add 24853961 Updated CHANGELOG.md
     add 37131731 Remove mention to SVN in readme (#1572)
     add 07290359 Fix typos in readme of infra (#1573)
     add 1509573c Fix typo on Jbang --> JBang (#1574)
     add b2d10175 Upgrade maven-surefire-plugin from 3.0.0-M7 to 3.1.2 (#1553)
     add 665b4271 Upgrade maven-assembly-plugin from 3.4.2 to 3.6.0 (#1556)
     add ff779b83 Upgrade maven-rat-plugin from 0.14 to 0.15 (#1557)
     add d615d28b Remove unused imports in camel-kamelet-utils (#1558)
     add d29d2508 Fix typo in doc (#1561)
     add 60bbc32b Remove unused attribute in camel-kamelet-utils (#1560)
     add b4da7239 Remove Nicola Ferraro from assignees of PR automatically created for (#1568)
     add 27e19a5f Fix typos in GitHub kamelets (#1569)
     add 3463d8d4 Fix typo Ceritificate (#1570)
     add 0613c111 Update GitHub Action version (#1575)
     add df918243 Use https instead of http for maven metadata information of the (#1564)
     add e0ed1f8d Remove no more needed check on reserved keyword for kamelet (#1578)
     add 9a0682bf Use generics in camel-kamelet-utils (#1559)
     add 9346786b Upgrade maven-javadoc-plugin from 3.4.0 to 3.5.0 (#1554)
     add ba8c1dae Regen for commit 9346786b58b7168c420698d3f65c600350305446 (#1580)
     add 47073653 Updated CHANGELOG.md
     add 7467708d Camel-Kamelets : Adding jenkinsfile for ppc64le (#1581)
     add 00195cc6 Updated CHANGELOG.md
     add 8d28088a Regen SBOM from commit 00195cc650727780920307b76f901319982767d7

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   (fa841ec4)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (8d28088a)

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/automatic-changelog-update.yml   |   2 +-
 .github/workflows/backport.yml                     |   2 +-
 .github/workflows/java-tests.yaml                  |   2 +-
 .github/workflows/main-push-regen.yaml             |   6 +-
 .github/workflows/validate.yaml                    |   4 +-
 CHANGELOG.md                                       |  21 +++
 README.md                                          |   2 +-
 camel-kamelets-sbom/camel-kamelets-sbom.json       |   4 +-
 camel-kamelets-sbom/camel-kamelets-sbom.xml        |   4 +-
 .../ROOT/examples/template/kamelet-options.adoc    |   6 +-
 infra/aws-s3/Readme.md                             |   4 +-
 infra/aws-sqs/Readme.md                            |   6 +-
 it-tests/README.md                                 |   2 +-
 Jenkinsfile.deploy => jenkinsfile.ppc64le          | 179 ++++++++++-----------
 kamelets/github-commit-source.kamelet.yaml         |   8 +-
 kamelets/github-event-source.kamelet.yaml          |   8 +-
 .../github-pullrequest-comment-source.kamelet.yaml |   8 +-
 kamelets/github-pullrequest-source.kamelet.yaml    |   8 +-
 kamelets/github-tag-source.kamelet.yaml            |   8 +-
 kamelets/sqlserver-sink.kamelet.yaml               |   2 +-
 kamelets/sqlserver-source.kamelet.yaml             |   2 +-
 .../format/DefaultDataTypeConverterResolver.java   |   1 -
 .../utils/headers/DeDuplicateNamingHeaders.java    |   4 +-
 .../utils/headers/DuplicateNamingHeaders.java      |   4 +-
 .../camel/kamelets/utils/transform/HoistField.java |   1 -
 .../camel/kamelets/utils/transform/MaskField.java  |   2 +-
 .../utils/transform/MessageTimestampRouter.java    |   1 -
 .../kamelets/utils/transform/ReplaceField.java     |   2 +-
 .../kamelets/utils/transform/kafka/ValueToKey.java |   2 +-
 .../kamelets/utils/transform/ExtractFieldTest.java |   1 -
 .../kamelets/utils/transform/HoistFieldTest.java   |   5 -
 .../kamelets/utils/transform/InsertFieldTest.java  |   1 -
 .../kamelets/utils/transform/MaskFieldTest.java    |   2 +-
 .../kamelets/utils/transform/RegexRouterTest.java  |   3 -
 .../kamelets/github-commit-source.kamelet.yaml     |   8 +-
 .../kamelets/github-event-source.kamelet.yaml      |   8 +-
 .../github-pullrequest-comment-source.kamelet.yaml |   8 +-
 .../github-pullrequest-source.kamelet.yaml         |   8 +-
 .../kamelets/github-tag-source.kamelet.yaml        |   8 +-
 .../resources/kamelets/sqlserver-sink.kamelet.yaml |   2 +-
 .../kamelets/sqlserver-source.kamelet.yaml         |   2 +-
 pom.xml                                            |  14 +-
 script/validator/validator.go                      |   8 -
 43 files changed, 191 insertions(+), 192 deletions(-)
 copy Jenkinsfile.deploy => jenkinsfile.ppc64le (91%)