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/06/10 11:13:16 UTC

[camel] branch regen_bot updated (95f57a4a71d -> 4a0cc8c18f2)

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 95f57a4a71d CAMEL-18151: camel-jbang - Export to Quarkus - include Dockerfiles
     add 4a0cc8c18f2 CAMEL-18127: added adapter auto-configuration for CouchDb

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/couchdb.json   |  3 +-
 .../apache/camel/component/couchdb/couchdb.json    |  3 +-
 .../component/couchdb/CouchDbChangesetTracker.java | 25 +++-----------
 .../camel/component/couchdb/CouchDbConstants.java  |  3 ++
 .../camel/component/couchdb/CouchDbConsumer.java   | 20 +++++++++++
 .../couchdb/consumer/CouchDbResumeAdapter.java     |  9 ++---
 .../consumer/CouchDbResumeStrategyFactory.java     | 37 --------------------
 .../consumer/DefaultCouchDbResumeAdapter.java}     |  4 +--
 .../LatestUpdateSequenceResumeAdapter.java         | 39 ----------------------
 .../org/apache/camel/resume/adapter.properties     |  2 +-
 10 files changed, 39 insertions(+), 106 deletions(-)
 delete mode 100644 components/camel-couchdb/src/main/java/org/apache/camel/component/couchdb/consumer/CouchDbResumeStrategyFactory.java
 copy components/{camel-cassandraql/src/main/java/org/apache/camel/component/cassandra/consumer/support/DefaultCassandraResumeAdapter.java => camel-couchdb/src/main/java/org/apache/camel/component/couchdb/consumer/DefaultCouchDbResumeAdapter.java} (92%)
 delete mode 100644 components/camel-couchdb/src/main/java/org/apache/camel/component/couchdb/consumer/LatestUpdateSequenceResumeAdapter.java
 copy components/{camel-atom => camel-couchdb}/src/main/resources/org/apache/camel/resume/adapter.properties (92%)