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

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


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

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:
 .../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