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.
omit 59fafc1 Regen for commit 70232a2c955d79ab7a3c384204670588e330ac35 add 9700b2c CAMEL-16439: improve timeout and retry strategy (#5287) add 325c53b Regen for commit 9700b2caffc55c3b07414ce20a3faf5a59087815 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 (59fafc1) \ N -- N -- N refs/heads/regen_bot (325c53b) 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: .../couchbase/CouchbaseCollectionOperation.java | 102 +++++++++++++++++++++ .../component/couchbase/CouchbaseConsumer.java | 9 +- .../component/couchbase/CouchbaseEndpoint.java | 10 ++ .../component/couchbase/CouchbaseProducer.java | 42 +++------ 4 files changed, 128 insertions(+), 35 deletions(-) create mode 100644 components/camel-couchbase/src/main/java/org/apache/camel/component/couchbase/CouchbaseCollectionOperation.java