You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/01/25 08:54:11 UTC

[camel] branch regen_bot updated (91b3ac0 -> e646053)

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.


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

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/ftp.json   |  1 -
 .../org/apache/camel/catalog/components/ftps.json  |  1 -
 .../org/apache/camel/catalog/components/scp.json   |  1 -
 .../org/apache/camel/catalog/components/sftp.json  |  1 -
 .../file/remote/FtpEndpointConfigurer.java         |  3 -
 .../file/remote/FtpEndpointUriFactory.java         |  3 +-
 .../file/remote/FtpsEndpointUriFactory.java        |  3 +-
 .../file/remote/SftpEndpointConfigurer.java        |  3 -
 .../file/remote/SftpEndpointUriFactory.java        |  3 +-
 .../apache/camel/component/file/remote/ftp.json    |  1 -
 .../apache/camel/component/file/remote/ftps.json   |  1 -
 .../apache/camel/component/file/remote/sftp.json   |  1 -
 .../camel/component/file/remote/FtpEndpoint.java   |  2 +-
 .../camel/component/file/remote/FtpsEndpoint.java  |  2 +-
 .../component/file/remote/RemoteFileEndpoint.java  | 10 ++-
 .../camel/component/file/remote/SftpEndpoint.java  |  2 +-
 .../camel/component/scp/ScpEndpointConfigurer.java |  3 -
 .../camel/component/scp/ScpEndpointUriFactory.java |  3 +-
 .../org/apache/camel/component/scp/scp.json        |  1 -
 .../apache/camel/component/scp/ScpEndpoint.java    |  2 +-
 .../endpoint/dsl/FtpEndpointBuilderFactory.java    | 97 ----------------------
 .../endpoint/dsl/FtpsEndpointBuilderFactory.java   | 97 ----------------------
 .../endpoint/dsl/ScpEndpointBuilderFactory.java    | 31 -------
 .../endpoint/dsl/SftpEndpointBuilderFactory.java   | 97 ----------------------
 24 files changed, 17 insertions(+), 352 deletions(-)