This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch regen_bot_sbom
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
omit 4c534c767 Regen SBOM from commit
b9ae436328e4dd7a1b11b07b4b8d221c24f4d35e
add ff0832569 Regen SBOM from commit
b9ae436328e4dd7a1b11b07b4b8d221c24f4d35e (#2839)
add b1e1a1d3d Set up default protection ruleset for default and release
branches (#2837)
add 3fbcde70e chore(deps): bump maven-core.version from 3.9.15 to 3.9.16
(#2841)
add 1ad1ecdb5 chore(deps): bump org.apache.maven:maven-compat from 3.9.15
to 3.9.16 (#2842)
add 1ea6796b1 Add integration tests for transformation, header, filter,
http, and log kamelets (#2845)
add 20d4a88ec Exclude jackson3 artifacts coming in from citrus validation;
current camel default is using jackson 2
add 195a6351c Use DelegatingDataTypeProcessor for data-type-action
add f383a69cd test: fix jira-source-pipe Citrus test to match actual Jira
API behavior
add 68ee9d84a Change camel version to 4.21.0-SNAPSHOT
add 69acf1c9c Change header counts to match 4.21.0-SNAPSHOT component
changes
add 11f0f4c6b Regen SBOM from commit
69acf1c9ce8944945d3d3742095b2bb4e01931b8
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 (4c534c767)
\
N -- N -- N refs/heads/regen_bot_sbom (11f0f4c6b)
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:
.asf.yaml | 13 +
camel-kamelets-sbom/camel-kamelets-sbom.json | 1164 +++++++++-----------
camel-kamelets-sbom/camel-kamelets-sbom.xml | 932 ++++++++--------
kamelets/data-type-action.kamelet.yaml | 7 +-
.../kamelets/catalog/KameletsCatalogTest.java | 10 +-
.../kamelets/data-type-action.kamelet.yaml | 7 +-
pom.xml | 8 +-
tests/camel-kamelets-itest/pom.xml | 16 +
.../src/test/java/CommonIT.java | 20 +
.../test/resources-filtered}/jbang.properties | 4 +-
.../has-header-filter-action-pipe.citrus.it.yaml} | 30 +-
.../has-header-filter-action-pipe.yaml} | 19 +-
.../predicate-filter-action-pipe.citrus.it.yaml} | 22 +-
.../predicate-filter-action-pipe.yaml} | 9 +-
.../insert-header-action-pipe.citrus.it.yaml} | 30 +-
.../insert-header-action-pipe.yaml} | 11 +-
.../http-sink-pipe.citrus.it.yaml} | 20 +-
.../http-sink-pipe.yaml} | 12 +-
.../http-source-to-http.citrus.it.yaml} | 40 +-
.../http-source-to-http.yaml} | 9 +-
.../resources/jira/jira-source-pipe.citrus.it.yaml | 48 +-
.../log-sink-pipe.citrus.it.yaml} | 25 +-
.../log-sink-pipe.yaml} | 14 +-
.../transformation/data-type-action-pipe.yaml | 3 +-
....yaml => drop-field-action-pipe.citrus.it.yaml} | 14 +-
...ction-pipe.yaml => drop-field-action-pipe.yaml} | 7 +-
.../transformation/extract-field-action-pipe.yaml | 3 +-
...yaml => hoist-field-action-pipe.citrus.it.yaml} | 20 +-
...tion-pipe.yaml => hoist-field-action-pipe.yaml} | 9 +-
.../transformation/insert-field-action-pipe.yaml | 3 +-
....yaml => mask-field-action-pipe.citrus.it.yaml} | 26 +-
...ction-pipe.yaml => mask-field-action-pipe.yaml} | 11 +-
...ml => replace-field-action-pipe.citrus.it.yaml} | 16 +-
...on-pipe.yaml => replace-field-action-pipe.yaml} | 9 +-
34 files changed, 1277 insertions(+), 1314 deletions(-)
rename tests/camel-kamelets-itest/{ =>
src/test/resources-filtered}/jbang.properties (87%)
copy
tests/camel-kamelets-itest/src/test/resources/{transformation/insert-field-action-pipe.citrus.it.yaml
=> filter/has-header-filter-action-pipe.citrus.it.yaml} (76%)
copy
tests/camel-kamelets-itest/src/test/resources/{transformation/data-type-action-pipe.yaml
=> filter/has-header-filter-action-pipe.yaml} (81%)
copy
tests/camel-kamelets-itest/src/test/resources/{transformation/extract-field-action-pipe.citrus.it.yaml
=> filter/predicate-filter-action-pipe.citrus.it.yaml} (79%)
copy
tests/camel-kamelets-itest/src/test/resources/{transformation/extract-field-action-pipe.yaml
=> filter/predicate-filter-action-pipe.yaml} (90%)
copy
tests/camel-kamelets-itest/src/test/resources/{transformation/insert-field-action-pipe.citrus.it.yaml
=> header/insert-header-action-pipe.citrus.it.yaml} (77%)
copy
tests/camel-kamelets-itest/src/test/resources/{transformation/extract-field-action-pipe.yaml
=> header/insert-header-action-pipe.yaml} (88%)
copy
tests/camel-kamelets-itest/src/test/resources/{timer/timer-to-http-pipe.citrus.it.yaml
=> http/http-sink-pipe.citrus.it.yaml} (79%)
copy
tests/camel-kamelets-itest/src/test/resources/{timer/timer-to-http-pipe.yaml =>
http/http-sink-pipe.yaml} (84%)
copy
tests/camel-kamelets-itest/src/test/resources/{transformation/insert-field-action-pipe.citrus.it.yaml
=> http/http-source-to-http.citrus.it.yaml} (69%)
copy
tests/camel-kamelets-itest/src/test/resources/{timer/timer-to-http-pipe.yaml =>
http/http-source-to-http.yaml} (87%)
copy
tests/camel-kamelets-itest/src/test/resources/{earthquake/earthquake-to-http.citrus.it.yaml
=> log/log-sink-pipe.citrus.it.yaml} (72%)
copy
tests/camel-kamelets-itest/src/test/resources/{slack/slack-source-pipe.yaml =>
log/log-sink-pipe.yaml} (85%)
copy
tests/camel-kamelets-itest/src/test/resources/transformation/{extract-field-action-pipe.citrus.it.yaml
=> drop-field-action-pipe.citrus.it.yaml} (85%)
copy
tests/camel-kamelets-itest/src/test/resources/transformation/{extract-field-action-pipe.yaml
=> drop-field-action-pipe.yaml} (92%)
copy
tests/camel-kamelets-itest/src/test/resources/transformation/{insert-field-action-pipe.citrus.it.yaml
=> hoist-field-action-pipe.citrus.it.yaml} (80%)
copy
tests/camel-kamelets-itest/src/test/resources/transformation/{extract-field-action-pipe.yaml
=> hoist-field-action-pipe.yaml} (90%)
copy
tests/camel-kamelets-itest/src/test/resources/transformation/{insert-field-action-pipe.citrus.it.yaml
=> mask-field-action-pipe.citrus.it.yaml} (77%)
copy
tests/camel-kamelets-itest/src/test/resources/transformation/{insert-field-action-pipe.yaml
=> mask-field-action-pipe.yaml} (88%)
copy
tests/camel-kamelets-itest/src/test/resources/transformation/{extract-field-action-pipe.citrus.it.yaml
=> replace-field-action-pipe.citrus.it.yaml} (82%)
copy
tests/camel-kamelets-itest/src/test/resources/transformation/{extract-field-action-pipe.yaml
=> replace-field-action-pipe.yaml} (90%)