This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-2.23.x in repository https://gitbox.apache.org/repos/asf/camel.git.
from 4602d98 CAMEL-12987: Fixed CS new 926eb1f CAMEL-12991 setting processStrategy for sftp/ftp endpoints (#2665) new d6066de CAMEL-12991: Fixed CS The 2 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/component/file/remote/FtpEndpoint.java | 2 +- .../camel/component/file/remote/SftpEndpoint.java | 2 +- .../remote/FtpConsumerProcessStrategyTest.java | 90 +++++++++++++++++++++ .../sftp/SftpConsumerProcessStrategyTest.java | 93 ++++++++++++++++++++++ 4 files changed, 185 insertions(+), 2 deletions(-) create mode 100644 components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpConsumerProcessStrategyTest.java create mode 100644 components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/SftpConsumerProcessStrategyTest.java