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 20c292883 Regen SBOM from commit
40c44c178872a44b505b43b484a1ab61e0ff1b0b
add c4e0cc815 Regen SBOM from commit
40c44c178872a44b505b43b484a1ab61e0ff1b0b (#2934)
add 8e499ab88 chore(deps-dev): bump org.cyclonedx:cyclonedx-maven-plugin
(#2936)
add ac6a5a756 chore(deps): bump actions/setup-java from 5.6.0 to 5.7.0
(#2935)
add d2449f7f8 chore(deps): Update to Citrus 5.0.0
add 97d425255 chore: Improve AWS integration tests
add 5f3bd66f4 Updated CHANGELOG.md
add b5af41f03 fix: Fix AWS DDB update sink test (#2940)
add aa4ec7e2e chore(deps): bump org.messaginghub:pooled-jms from 3.2.2 to
3.2.3 (#2937)
add 638b7187a Regen for commit aa4ec7e2edbe05bae89934f3dcc587661fe3392a
(#2943)
add 0083fb063 Regen SBOM from commit
638b7187ad553e7904242f4fa8f13c44b799112c
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 (20c292883)
\
N -- N -- N refs/heads/regen_bot_sbom (0083fb063)
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/ci-build.yml | 4 +-
.github/workflows/generate-sbom-main.yml | 2 +-
.github/workflows/integration-tests.yaml | 2 +-
.github/workflows/java-tests.yaml | 2 +-
.github/workflows/main-push-regen.yaml | 2 +-
CHANGELOG.md | 5 ++
camel-kamelets-sbom/camel-kamelets-sbom.json | 18 +++----
camel-kamelets-sbom/camel-kamelets-sbom.xml | 18 +++----
.../jms-pooled-apache-artemis-sink.kamelet.yaml | 2 +-
.../jms-pooled-apache-artemis-source.kamelet.yaml | 2 +-
.../jms-pooled-apache-artemis-sink.kamelet.yaml | 2 +-
.../jms-pooled-apache-artemis-source.kamelet.yaml | 2 +-
pom.xml | 6 +--
tests/camel-kamelets-itest/pom.xml | 2 +-
.../camel-kamelets-itest/src/test/java/AvroIT.java | 2 +-
.../camel-kamelets-itest/src/test/java/AwsIT.java | 2 +-
.../src/test/java/CassandraIT.java | 2 +-
.../src/test/java/CommonIT.java | 2 +-
.../camel-kamelets-itest/src/test/java/JiraIT.java | 2 +-
.../src/test/java/KafkaIT.java | 4 +-
.../camel-kamelets-itest/src/test/java/MailIT.java | 2 +-
.../src/test/java/MongoIT.java | 2 +-
.../src/test/java/Mqtt5IT.java | 2 +-
.../camel-kamelets-itest/src/test/java/NatsIT.java | 2 +-
.../src/test/java/OpenApiIT.java | 2 +-
.../src/test/java/PostgresIT.java | 2 +-
.../src/test/java/ProtobufIT.java | 2 +-
.../src/test/java/RedisIT.java | 2 +-
.../src/test/java/SlackIT.java | 2 +-
.../citrus-application.properties | 12 ++---
.../resources/avro/avro-data-type.citrus.it.yaml | 10 ++--
.../avro/avro-serdes-action.citrus.it.yaml | 10 ++--
.../test/resources/aws/ddb/amazonDDBClient.groovy | 62 ----------------------
.../ddb/aws-ddb-sink-delete-item.citrus.it.yaml | 12 ++---
.../aws/ddb/aws-ddb-sink-put-item.citrus.it.yaml | 12 ++---
.../test/resources/aws/ddb/aws-ddb-sink-route.yaml | 3 ++
...led => aws-ddb-sink-update-item.citrus.it.yaml} | 14 ++---
.../aws/ddb/aws-ddb-source.citrus.it.yaml | 14 ++---
.../src/test/resources/aws/ddb/getItem.groovy | 3 +-
.../src/test/resources/aws/ddb/putItem.groovy | 4 +-
.../src/test/resources/aws/ddb/verifyItems.groovy | 5 +-
.../aws-eventbridge-sink.citrus.it.yaml | 6 +--
.../aws/eventbridge/setupEventBridge.groovy | 2 +-
.../aws/kinesis/amazonKinesisClient.groovy | 36 -------------
.../aws/kinesis/aws-kinesis-sink.citrus.it.yaml | 15 +++---
.../aws/kinesis/aws-kinesis-source.citrus.it.yaml | 14 ++---
.../aws/s3/aws-s3-sink-route.citrus.it.yaml | 13 ++---
.../resources/aws/s3/aws-s3-to-http.citrus.it.yaml | 15 +++---
.../aws/s3/aws-s3-to-log-uri-based.citrus.it.yaml | 14 ++---
.../aws/s3/aws-s3-uri-pipe.citrus.it.yaml | 15 +++---
.../src/test/resources/aws/s3/getS3Object.groovy | 15 +-----
.../aws/sns/aws-sns-sink-route.citrus.it.yaml | 6 +--
.../test/resources/aws/sns/setupSnsToSqs.groovy | 24 +--------
.../test/resources/aws/sqs/amazonSQSClient.groovy | 36 -------------
.../aws/sqs/aws-sqs-sink-route.citrus.it.yaml | 15 +++---
.../sqs/aws-sqs-to-log-uri-based.citrus.it.yaml | 13 ++---
.../aws/sqs/aws-sqs-uri-pipe.citrus.it.yaml | 15 +++---
.../counter/counter-source-pipe.citrus.it.yaml | 4 +-
.../cron/cron-source-route.citrus.it.yaml | 4 +-
.../crypto/crypto-action-pipe.citrus.it.yaml | 2 +-
.../delay/delay-action-route.citrus.it.yaml | 2 +-
.../dns/dns-ip-action-route.citrus.it.yaml | 4 +-
.../earthquake/earthquake-to-http.citrus.it.yaml | 2 +-
.../has-header-filter-action-pipe.citrus.it.yaml | 2 +-
.../predicate-filter-action-pipe.citrus.it.yaml | 2 +-
.../simple-filter-action-route.citrus.it.yaml | 2 +-
.../insert-header-action-pipe.citrus.it.yaml | 2 +-
.../resources/http/http-sink-pipe.citrus.it.yaml | 2 +-
.../http/http-source-to-http.citrus.it.yaml | 2 +-
.../jira/jira-add-comment-sink-pipe.citrus.it.yaml | 4 +-
.../jira/jira-add-issue-sink-pipe.citrus.it.yaml | 4 +-
.../resources/jira/jira-source-pipe.citrus.it.yaml | 4 +-
.../kafka/kafka-router-pipe.citrus.it.yaml | 2 +-
.../resources/kafka/kafka-sink-pipe.citrus.it.yaml | 2 +-
.../kafka/kafka-source-pipe.citrus.it.yaml | 4 +-
.../regex-router-action-route.citrus.it.yaml | 4 +-
.../timestamp-router-action-route.citrus.it.yaml | 4 +-
...name-matches-filter-action-route.citrus.it.yaml | 4 +-
.../resources/log/log-sink-pipe.citrus.it.yaml | 4 +-
.../resources/mail/mail-sink-pipe.citrus.it.yaml | 6 +--
.../mongo/mongodb-sink-route.citrus.it.yaml | 4 +-
.../mongo/mongodb-source-route.citrus.it.yaml | 4 +-
.../rest-openapi-sink-add-pet.citrus.it.yaml | 2 +-
.../rest-openapi-sink-delete-pet.citrus.it.yaml | 2 +-
.../postgres/postgresql-sink-route.citrus.it.yaml | 4 +-
.../postgresql-source-route.citrus.it.yaml | 4 +-
.../protobuf/protobuf-data-type.citrus.it.yaml | 6 +--
.../protobuf/protobuf-serdes-action.citrus.it.yaml | 6 +--
.../setbody/set-body-action-route.citrus.it.yaml | 2 +-
.../resources/slack/slack-sink-pipe.citrus.it.yaml | 6 +--
.../slack/slack-source-pipe.citrus.it.yaml | 4 +-
.../throttle/throttle-action-route.citrus.it.yaml | 2 +-
.../timer/timer-to-http-pipe.citrus.it.yaml | 2 +-
.../resources/timer/timer-to-http.citrus.it.yaml | 4 +-
.../data-type-action-pipe.citrus.it.yaml | 2 +-
.../drop-field-action-pipe.citrus.it.yaml | 2 +-
.../extract-field-action-pipe.citrus.it.yaml | 2 +-
.../hoist-field-action-pipe.citrus.it.yaml | 2 +-
.../insert-field-action-pipe.citrus.it.yaml | 2 +-
.../mask-field-action-pipe.citrus.it.yaml | 2 +-
.../replace-field-action-pipe.citrus.it.yaml | 2 +-
.../xj/xj-identity-action-route.citrus.it.yaml | 4 +-
102 files changed, 235 insertions(+), 423 deletions(-)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/ddb/amazonDDBClient.groovy
rename
tests/camel-kamelets-itest/src/test/resources/aws/ddb/{aws-ddb-sink-update-item.citrus.it.yaml.disabled
=> aws-ddb-sink-update-item.citrus.it.yaml} (89%)
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/kinesis/amazonKinesisClient.groovy
delete mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/sqs/amazonSQSClient.groovy