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.
discard c7435e1 Regen for commit 1110e5e930ac234c14cc4302cf61f2053a59b101
add 5b1ca7d Upgrade Narayana
add 87499e2 CAMEL-17108: add resume strategy support for CouchDB
add 783b54b Regen for commit 87499e2208de23dacbbe4b6ea0a1b6a3cd552384
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 (c7435e1)
\
N -- N -- N refs/heads/regen_bot (783b54b)
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:
camel-dependencies/pom.xml | 2 +-
.../apache/camel/catalog/components/couchdb.json | 2 +-
.../couchdb/CouchDbEndpointConfigurer.java | 9 +++--
.../couchdb/CouchDbEndpointUriFactory.java | 2 +-
.../apache/camel/component/couchdb/couchdb.json | 2 +-
.../src/main/docs/couchdb-component.adoc | 11 ++++++
.../component/couchdb/CouchDbChangesetTracker.java | 17 ++++++---
.../camel/component/couchdb/CouchDbEndpoint.java | 15 ++++----
.../couchdb/consumer/CouchDbResumable.java} | 40 ++++++++++++++--------
.../couchdb/consumer/CouchDbResumeStrategy.java} | 14 ++++----
.../consumer/CouchDdResumeStrategyFactory.java | 31 +++++++++--------
.../LatestUpdateSequenceResumeStrategy.java | 26 ++++++--------
.../dsl/CouchDbEndpointBuilderFactory.java | 33 ++++++++++++++----
.../ROOT/pages/camel-3x-upgrade-guide-3_13.adoc | 4 +++
parent/pom.xml | 2 +-
15 files changed, 131 insertions(+), 79 deletions(-)
copy
components/{camel-huawei/camel-huaweicloud-imagerecognition/src/test/java/org/apache/camel/component/huaweicloud/image/ImageClientMock.java
=>
camel-couchdb/src/main/java/org/apache/camel/component/couchdb/consumer/CouchDbResumable.java}
(52%)
copy
components/{camel-spring-batch/src/main/java/org/apache/camel/component/spring/batch/SpringBatchConstants.java
=>
camel-couchdb/src/main/java/org/apache/camel/component/couchdb/consumer/CouchDbResumeStrategy.java}
(77%)
copy
core/camel-api/src/main/java/org/apache/camel/AfterPropertiesConfigured.java =>
components/camel-couchdb/src/main/java/org/apache/camel/component/couchdb/consumer/CouchDdResumeStrategyFactory.java
(63%)
copy
catalog/camel-route-parser/src/main/java/org/apache/camel/parser/model/CamelCSimpleExpressionDetails.java
=>
components/camel-couchdb/src/main/java/org/apache/camel/component/couchdb/consumer/LatestUpdateSequenceResumeStrategy.java
(63%)