This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-2.22.x in repository https://gitbox.apache.org/repos/asf/camel.git.
from 1c8c82f Add flattern pom to git ignore new 3fab833 CAMEL-13541: fixed Race condition in camel-hystrix when xecutionTimeoutInMilliseconds() and onFallback() are used new 7475934 CAMEL-13400 Camel FTP Cannot list directory with 'File not found' prepending additional '/' in front of directory automatically (#2931) new 38fe2ec CAMEL-13400: Fixed CS new 55d1775 Fixed CS The 4 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/FtpConsumer.java | 2 +- .../camel/component/file/remote/SftpConsumer.java | 2 +- ... => FromFtpRecursiveNotStepwiseNoBasePath.java} | 46 +++++++++---------- .../FromSftpRecursiveNotStepwiseNoBasePath.java} | 51 +++++++++++----------- .../file/remote/sftp/SftpServerTestSupport.java | 6 +++ .../hystrix/processor/HystrixProcessorCommand.java | 10 ++++- .../hystrix/processor/HystrixTimeoutTest.java | 4 +- .../processor/HystrixTimeoutWithFallbackTest.java | 9 ++-- 8 files changed, 70 insertions(+), 60 deletions(-) copy components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerWithNoFileOptionTest.java => FromFtpRecursiveNotStepwiseNoBasePath.java} (64%) copy components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/{FtpConsumerWithNoFileOptionTest.java => sftp/FromSftpRecursiveNotStepwiseNoBasePath.java} (59%)