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

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


    from 91b3ac0  [CAMEL-17546]Introduce camel.failsafe.forkTimeout property 
for maven-failsafe-plugin
     new d96b4b9  camel-ftp - Force using synchronous due to thread-safety of 
ftp client used by the consumer.
     new 0158960  camel-ftp - Force using synchronous due to thread-safety of 
ftp client used by the consumer.

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/FtpEndpointConfigurer.java     |  3 ---
 .../camel/component/file/remote/FtpEndpointUriFactory.java     |  3 +--
 .../camel/component/file/remote/FtpsEndpointUriFactory.java    |  3 +--
 .../camel/component/file/remote/SftpEndpointConfigurer.java    |  3 ---
 .../camel/component/file/remote/SftpEndpointUriFactory.java    |  3 +--
 .../resources/org/apache/camel/component/file/remote/ftp.json  |  1 -
 .../resources/org/apache/camel/component/file/remote/ftps.json |  1 -
 .../resources/org/apache/camel/component/file/remote/sftp.json |  1 -
 .../org/apache/camel/component/file/remote/FtpEndpoint.java    |  2 +-
 .../org/apache/camel/component/file/remote/FtpsEndpoint.java   |  2 +-
 .../apache/camel/component/file/remote/RemoteFileEndpoint.java | 10 +++++++++-
 .../org/apache/camel/component/file/remote/SftpEndpoint.java   |  2 +-
 .../org/apache/camel/component/scp/ScpEndpointConfigurer.java  |  3 ---
 .../org/apache/camel/component/scp/ScpEndpointUriFactory.java  |  3 +--
 .../resources/org/apache/camel/component/scp/scp.json          |  1 -
 .../main/java/org/apache/camel/component/scp/ScpEndpoint.java  |  2 +-
 16 files changed, 17 insertions(+), 26 deletions(-)

Reply via email to