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 b037d0b Regen for commit 09729544ebf66e48b64868f1e75c5d7b0325568d
add 4f37187 CAMEL-17045: implements resume support for the camel-file
component
add 1818124 Regen for commit 4f371871496d13f9855f24887afbb28e9ef5c2f8
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 (b037d0b)
\
N -- N -- N refs/heads/regen_bot (1818124)
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:
.../org/apache/camel/catalog/components/file.json | 1 +
.../component/file/FileEndpointConfigurer.java | 6 ++
.../component/file/FileEndpointUriFactory.java | 3 +-
.../org/apache/camel/component/file/file.json | 1 +
.../apache/camel/component/file/FileConsumer.java | 112 +++++++++++++--------
.../apache/camel/component/file/FileEndpoint.java | 20 ++++
.../camel/component/file/GenericFileConsumer.java | 33 +++---
.../file/consumer/FileConsumerResumeStrategy.java} | 26 ++---
.../component/file/consumer/FileResumeInfo.java | 28 +++---
.../endpoint/dsl/FileEndpointBuilderFactory.java | 38 +++++++
10 files changed, 187 insertions(+), 81 deletions(-)
copy
components/{camel-resteasy/src/test/java/org/apache/camel/component/resteasy/test/TestApplication.java
=>
camel-file/src/main/java/org/apache/camel/component/file/consumer/FileConsumerResumeStrategy.java}
(65%)
copy
tooling/maven/camel-resources-plugin/src/main/java/org/apache/camel/maven/resources/Resource.java
=>
components/camel-file/src/main/java/org/apache/camel/component/file/consumer/FileResumeInfo.java
(62%)