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 f2d6a1dad Regen SBOM from commit
be5732ee59d269fa6c1a347314904766da0bc40c
add fe4e386eb Regen SBOM from commit
be5732ee59d269fa6c1a347314904766da0bc40c (#2920)
add 82caead04 chore: Add Citrus integration tests for database kamelets
(#2919)
add eca3a7e13 chore(deps): bump golang.org/x/net in /script/generator
(#2909)
add 803ddf90c ci: use Go 1.25.x in validate and regen workflows (#2924)
add 403c746d3 chore(deps): bump golang.org/x/net in /script/validator
(#2901)
add 47aca5850 chore: Re-enable DDB integration tests with Floci (#2923)
add a21fbf321 chore(deps): bump golang.org/x/net from 0.40.0 to 0.55.0 in
/crds (#2904)
add 9e63723f6 Updated CHANGELOG.md
add e03408e44 chore: Add Citrus integration tests for MQTT5 and NATS
kamelets (#2925)
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 (f2d6a1dad)
\
N -- N -- N refs/heads/regen_bot_sbom (e03408e44)
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/main-push-regen.yaml | 2 +-
.github/workflows/validate.yaml | 2 +-
CHANGELOG.md | 4 +-
crds/go.mod | 10 +--
crds/go.sum | 20 +++---
script/generator/go.mod | 7 +-
script/generator/go.sum | 9 +--
script/validator/go.mod | 7 +-
script/validator/go.sum | 9 +--
tests/camel-kamelets-itest/pom.xml | 48 ++++++++++++++
.../test/java/{MailIT.java => CassandraIT.java} | 6 +-
.../src/test/java/{MailIT.java => MongoIT.java} | 6 +-
.../src/test/java/{MailIT.java => Mqtt5IT.java} | 6 +-
.../src/test/java/{MailIT.java => NatsIT.java} | 6 +-
.../src/test/java/{MailIT.java => PostgresIT.java} | 6 +-
.../src/test/java/{MailIT.java => RedisIT.java} | 6 +-
...led => aws-ddb-sink-delete-item.citrus.it.yaml} | 4 +-
...sabled => aws-ddb-sink-put-item.citrus.it.yaml} | 2 +-
.../test/resources/aws/ddb/aws-ddb-sink-route.yaml | 4 +-
...ws-ddb-sink-update-item.citrus.it.yaml.disabled | 2 +-
...yaml.disabled => aws-ddb-source.citrus.it.yaml} | 0
.../src/test/resources/aws/ddb/getItem.groovy | 6 +-
.../src/test/resources/aws/ddb/verifyItems.groovy | 4 +-
.../cassandra-sink-route.citrus.it.yaml.disabled | 69 +++++++++++++++++++
.../cassandra-sink-route.yaml} | 14 ++--
.../cassandra-source-route.citrus.it.yaml.disabled | 69 +++++++++++++++++++
.../cassandra-source-route.yaml} | 11 ++--
.../setupKeyspace.groovy} | 21 +++---
.../{kafka => mongo}/application.properties | 9 +--
.../insertDocument.groovy} | 18 +++--
.../mongodb-sink-route.citrus.it.yaml} | 24 +++----
.../mongodb-sink-route.yaml} | 20 +++---
.../mongodb-source-route.citrus.it.yaml} | 29 ++++----
.../mongodb-source-route.yaml} | 12 ++--
.../mqtt5-sink-route.yaml} | 10 ++-
...t5-sink-to-source-route.citrus.it.yaml.disabled | 77 ++++++++++++++++++++++
.../mqtt5-source-route.yaml} | 9 ++-
.../nats-sink-route.yaml} | 10 ++-
...s-sink-to-source-route.citrus.it.yaml.disabled} | 65 ++++++++++--------
.../nats-source-route.yaml} | 8 +--
.../test/resources/postgres/application.properties | 12 ++--
.../src/test/resources/postgres/init.sql | 2 +
.../postgresql-sink-route.citrus.it.yaml} | 29 ++++----
.../postgresql-sink-route.yaml} | 19 +++---
.../postgresql-source-route.citrus.it.yaml} | 27 ++++----
.../postgresql-source-route.yaml} | 15 +++--
.../redis-sink-route.citrus.it.yaml.disabled} | 32 +++++----
.../redis-sink-route.yaml} | 14 ++--
48 files changed, 549 insertions(+), 252 deletions(-)
copy tests/camel-kamelets-itest/src/test/java/{MailIT.java =>
CassandraIT.java} (92%)
copy tests/camel-kamelets-itest/src/test/java/{MailIT.java => MongoIT.java}
(93%)
copy tests/camel-kamelets-itest/src/test/java/{MailIT.java => Mqtt5IT.java}
(93%)
copy tests/camel-kamelets-itest/src/test/java/{MailIT.java => NatsIT.java}
(93%)
copy tests/camel-kamelets-itest/src/test/java/{MailIT.java => PostgresIT.java}
(92%)
copy tests/camel-kamelets-itest/src/test/java/{MailIT.java => RedisIT.java}
(93%)
rename
tests/camel-kamelets-itest/src/test/resources/aws/ddb/{aws-ddb-sink-delete-item.citrus.it.yaml.disabled
=> aws-ddb-sink-delete-item.citrus.it.yaml} (91%)
rename
tests/camel-kamelets-itest/src/test/resources/aws/ddb/{aws-ddb-sink-put-item.citrus.it.yaml.disabled
=> aws-ddb-sink-put-item.citrus.it.yaml} (95%)
rename
tests/camel-kamelets-itest/src/test/resources/aws/ddb/{aws-ddb-source.citrus.it.yaml.disabled
=> aws-ddb-source.citrus.it.yaml} (100%)
create mode 100644
tests/camel-kamelets-itest/src/test/resources/cassandra/cassandra-sink-route.citrus.it.yaml.disabled
copy
tests/camel-kamelets-itest/src/test/resources/{filter/simple-filter-action-route.yaml
=> cassandra/cassandra-sink-route.yaml} (74%)
create mode 100644
tests/camel-kamelets-itest/src/test/resources/cassandra/cassandra-source-route.citrus.it.yaml.disabled
copy
tests/camel-kamelets-itest/src/test/resources/{cron/cron-source-route.yaml =>
cassandra/cassandra-source-route.yaml} (81%)
copy tests/camel-kamelets-itest/src/test/resources/{aws/ddb/putItem.groovy =>
cassandra/setupKeyspace.groovy} (54%)
copy tests/camel-kamelets-itest/src/test/resources/{kafka =>
mongo}/application.properties (80%)
copy tests/camel-kamelets-itest/src/test/resources/{aws/ddb/verifyItems.groovy
=> mongo/insertDocument.groovy} (59%)
copy
tests/camel-kamelets-itest/src/test/resources/{log/log-sink-pipe.citrus.it.yaml
=> mongo/mongodb-sink-route.citrus.it.yaml} (73%)
copy
tests/camel-kamelets-itest/src/test/resources/{kafkarouter/regex-router-action-route.yaml
=> mongo/mongodb-sink-route.yaml} (73%)
copy
tests/camel-kamelets-itest/src/test/resources/{log/log-sink-pipe.citrus.it.yaml
=> mongo/mongodb-source-route.citrus.it.yaml} (69%)
copy
tests/camel-kamelets-itest/src/test/resources/{cron/cron-source-route.yaml =>
mongo/mongodb-source-route.yaml} (78%)
copy
tests/camel-kamelets-itest/src/test/resources/{throttle/throttle-action-route.yaml
=> mqtt5/mqtt5-sink-route.yaml} (86%)
create mode 100644
tests/camel-kamelets-itest/src/test/resources/mqtt5/mqtt5-sink-to-source-route.citrus.it.yaml.disabled
copy
tests/camel-kamelets-itest/src/test/resources/{cron/cron-source-route.yaml =>
mqtt5/mqtt5-source-route.yaml} (87%)
copy
tests/camel-kamelets-itest/src/test/resources/{throttle/throttle-action-route.yaml
=> nats/nats-sink-route.yaml} (86%)
copy
tests/camel-kamelets-itest/src/test/resources/{aws/s3/aws-s3-sink-route.citrus.it.yaml
=> nats/nats-sink-to-source-route.citrus.it.yaml.disabled} (52%)
copy
tests/camel-kamelets-itest/src/test/resources/{cron/cron-source-route.yaml =>
nats/nats-source-route.yaml} (87%)
copy docs/local-build.sh =>
tests/camel-kamelets-itest/src/test/resources/postgres/application.properties
(70%)
mode change 100755 => 100644
create mode 100644
tests/camel-kamelets-itest/src/test/resources/postgres/init.sql
copy
tests/camel-kamelets-itest/src/test/resources/{log/log-sink-pipe.citrus.it.yaml
=> postgres/postgresql-sink-route.citrus.it.yaml} (67%)
copy
tests/camel-kamelets-itest/src/test/resources/{aws/s3/aws-s3-sink-route.yaml =>
postgres/postgresql-sink-route.yaml} (69%)
copy
tests/camel-kamelets-itest/src/test/resources/{log/log-sink-pipe.citrus.it.yaml
=> postgres/postgresql-source-route.citrus.it.yaml} (69%)
copy
tests/camel-kamelets-itest/src/test/resources/{dns/dns-ip-action-route.yaml =>
postgres/postgresql-source-route.yaml} (75%)
copy
tests/camel-kamelets-itest/src/test/resources/{log/log-sink-pipe.citrus.it.yaml
=> redis/redis-sink-route.citrus.it.yaml.disabled} (62%)
copy
tests/camel-kamelets-itest/src/test/resources/{kafkarouter/topic-name-matches-filter-action-route.yaml
=> redis/redis-sink-route.yaml} (82%)