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

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 49734b7  Upgrade Wiremock to version 2.16.0
     new c564b57  CAMEL-12382: FileConsumer - Allow to delay readLock release 
tasks on idempotent read-lock
     new bcc5732  CAMEL-12382: FileConsumer - Allow to delay readLock release 
tasks on idempotent read-lock
     new 7bf2349  CAMEL-12382: FileConsumer - Allow to delay readLock release 
tasks on idempotent read-lock

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-core/src/main/docs/file-component.adoc       |   8 +-
 .../apache/camel/component/file/FileConsumer.java  |   4 +-
 .../apache/camel/component/file/FileEndpoint.java  |   2 +-
 .../camel/component/file/GenericFileConsumer.java  |  18 +++-
 .../camel/component/file/GenericFileEndpoint.java  |  83 +++++++++++++--
 .../component/file/GenericFileOnCompletion.java    |   6 +-
 ...dempotentChangedRepositoryReadLockStrategy.java | 116 ++++++++++++++++++---
 .../FileIdempotentRepositoryReadLockStrategy.java  | 104 ++++++++++++++++--
 .../file/strategy/FileProcessStrategyFactory.java  |  33 ++++++
 .../GenericFileProcessStrategySupport.java         |  35 ++++++-
 .../camel/component/file/NewFileConsumerTest.java  |   2 +-
 ...=> FileIdempotentReadLockDelayedAsyncTest.java} |   9 +-
 ...java => FileIdempotentReadLockDelayedTest.java} |   8 +-
 .../apache/camel/processor/ShutdownDeferTest.java  |   3 +-
 .../camel/processor/ShutdownNotDeferTest.java      |   3 +-
 .../camel-ftp/src/main/docs/ftp-component.adoc     |   2 +-
 .../camel-ftp/src/main/docs/ftps-component.adoc    |   8 +-
 .../camel-ftp/src/main/docs/sftp-component.adoc    |   8 +-
 .../camel/component/file/remote/FtpConsumer.java   |   5 +-
 .../camel/component/file/remote/FtpEndpoint.java   |   5 +-
 .../component/file/remote/RemoteFileConsumer.java  |   5 +-
 .../camel/component/file/remote/SftpConsumer.java  |   5 +-
 .../camel/component/file/remote/SftpEndpoint.java  |   2 +-
 .../remote/RemoteFileIgnoreDoPollErrorTest.java    |   2 +-
 24 files changed, 404 insertions(+), 72 deletions(-)
 copy 
camel-core/src/test/java/org/apache/camel/component/file/strategy/{FileIdempotentReadLockTest.java
 => FileIdempotentReadLockDelayedAsyncTest.java} (87%)
 copy 
camel-core/src/test/java/org/apache/camel/component/file/strategy/{FileIdempotentReadLockTest.java
 => FileIdempotentReadLockDelayedTest.java} (90%)

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to