This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
from f508c222f chore(deps-dev): bump
org.apache.maven.plugins:maven-surefire-plugin (#3004)
add 838ad9185 Fix #542: add a Citrus integration test for couchbase-source
(#3008)
add 2714beb62 Fix #542: correct the couchbase-source statement example
(#3009)
add d68b532e9 Regen for commit 2714beb62ed0a3626488d2cc056ce2bad13eef3e
No new revisions were added by this update.
Summary of changes:
kamelets/couchbase-source.kamelet.yaml | 8 +-
.../kamelets/couchbase-source.kamelet.yaml | 8 +-
.../test/java/{MongoIT.java => CouchbaseIT.java} | 6 +-
.../application.properties} | 16 ++--
.../couchbase-source-route.citrus.it.yaml} | 35 +++++---
.../couchbase-source-route.yaml} | 15 ++--
.../test/resources/couchbase/initCluster.groovy | 96 ++++++++++++++++++++++
7 files changed, 152 insertions(+), 32 deletions(-)
copy tests/camel-kamelets-itest/src/test/java/{MongoIT.java =>
CouchbaseIT.java} (92%)
copy
tests/camel-kamelets-itest/src/test/resources/{nats/nats-source-route.yaml =>
couchbase/application.properties} (80%)
copy
tests/camel-kamelets-itest/src/test/resources/{mongo/mongodb-source-route.citrus.it.yaml
=> couchbase/couchbase-source-route.citrus.it.yaml} (52%)
copy
tests/camel-kamelets-itest/src/test/resources/{cassandra/cassandra-source-route.yaml
=> couchbase/couchbase-source-route.yaml} (73%)
create mode 100644
tests/camel-kamelets-itest/src/test/resources/couchbase/initCluster.groovy