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 2022/04/25 08:50:29 UTC

[camel] branch regen_bot updated (136356ea248 -> 438ce8c3592)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 136356ea248 CAMEL-18008. camel-jbang deploy/undeploy command (#7489)
     add 438ce8c3592 CAMEL-17963: added resume support for Cassandra CQL

No new revisions were added by this update.

Summary of changes:
 .../component/cassandra/CassandraConsumer.java     | 22 +++++-
 .../consumer/support/CassandraResumeStrategy.java} | 15 ++--
 ...ava => CassandraComponentResumeStrategyIT.java} | 79 +++++++++++-----------
 .../docs/modules/eips/pages/resume-strategies.adoc |  1 +
 4 files changed, 74 insertions(+), 43 deletions(-)
 copy components/{camel-couchdb/src/main/java/org/apache/camel/component/couchdb/consumer/CouchDbResumeStrategy.java => camel-cassandraql/src/main/java/org/apache/camel/component/cassandra/consumer/support/CassandraResumeStrategy.java} (70%)
 copy components/camel-cassandraql/src/test/java/org/apache/camel/component/cassandra/integration/{CassandraComponentConsumerIT.java => CassandraComponentResumeStrategyIT.java} (54%)