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

github-bot pushed a change to branch regen_bot_3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 5a202d09db8 CAMEL-18318: camel-quartz - Add ignoreExpiredNextFireTime 
option.
     add 6205ab8342c CAMEL-18264: allow to configure JSch server keys settings 
(#8077)
     add 039dcc8e624 CAMEL-18264: allow to configure JSch server keys settings 
(#8077)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/sftp.json  |  2 +
 .../file/remote/SftpEndpointConfigurer.java        | 12 +++
 .../file/remote/SftpEndpointUriFactory.java        |  4 +-
 .../apache/camel/component/file/remote/sftp.json   |  2 +
 .../component/file/remote/SftpConfiguration.java   | 30 +++++++
 .../component/file/remote/SftpOperations.java      | 12 +++
 ...java => SftpPublicKeyAcceptedAlgorithmsIT.java} | 66 +++------------
 ...eProtocolsIT.java => SftpServerHostKeysIT.java} | 55 ++++--------
 .../endpoint/dsl/SftpEndpointBuilderFactory.java   | 99 ++++++++++++++++++++++
 9 files changed, 190 insertions(+), 92 deletions(-)
 copy 
components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/{SftpKeyExchangeProtocolsIT.java
 => SftpPublicKeyAcceptedAlgorithmsIT.java} (52%)
 copy 
components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/integration/{SftpKeyExchangeProtocolsIT.java
 => SftpServerHostKeysIT.java} (66%)

Reply via email to