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 0d6f4b8  Regen for commit c5e19141421298625fbeea4fb9691be89eca1f59 
(#5497)
     add 0d7941b  [CAMEL-16266] Allow to configure KEX Algorithms (#5490)
     add 1d0857d  Regen for commit 0d7941b1c83a047dfca7eaf0511c7b3d85def5d2

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/sftp.json  |  1 +
 .../apache/camel/catalog/docs/sftp-component.adoc  |  3 +-
 .../file/remote/SftpEndpointConfigurer.java        |  6 ++
 .../file/remote/SftpEndpointUriFactory.java        |  3 +-
 .../apache/camel/component/file/remote/sftp.json   |  1 +
 .../camel-ftp/src/main/docs/sftp-component.adoc    |  3 +-
 .../component/file/remote/SftpConfiguration.java   | 16 ++++
 .../component/file/remote/SftpOperations.java      |  5 ++
 .../integration/SftpKeyExchangeProtocolsIT.java    | 94 ++++++++++++++++++++++
 .../endpoint/dsl/SftpEndpointBuilderFactory.java   | 54 +++++++++++++
 .../modules/ROOT/pages/sftp-component.adoc         |  3 +-
 11 files changed, 185 insertions(+), 4 deletions(-)
 create mode 100644 
components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/SftpKeyExchangeProtocolsIT.java

Reply via email to