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 2023/12/01 11:36:06 UTC

(camel) branch regen_bot updated (131befa0e0c -> 5cbc9acffba)

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 131befa0e0c Camel-AWS-Config: Add a Delete Conformance Pack Operation to Producer
     add ee5a75e4012 Add checksum feature to camel-file/ftp (#12280)
     add 5cbc9acffba Regen for commit ee5a75e40124a6ec0802624776bfddd018ddeb03

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/azure-files.json      | 153 ++++++++--------
 .../org/apache/camel/catalog/components/file.json  | 139 +++++++--------
 .../org/apache/camel/catalog/components/ftp.json   | 157 ++++++++--------
 .../org/apache/camel/catalog/components/ftps.json  | 173 +++++++++---------
 .../org/apache/camel/catalog/components/scp.json   |  41 ++---
 .../org/apache/camel/catalog/components/sftp.json  | 197 +++++++++++----------
 .../file/azure/FilesEndpointConfigurer.java        |   6 +
 .../file/azure/FilesEndpointUriFactory.java        |   3 +-
 .../camel/component/file/azure/azure-files.json    | 153 ++++++++--------
 components/camel-file/pom.xml                      |   4 +
 .../component/file/FileEndpointConfigurer.java     |   6 +
 .../component/file/FileEndpointUriFactory.java     |   3 +-
 .../org/apache/camel/component/file/file.json      | 139 +++++++--------
 .../camel/component/file/GenericFileEndpoint.java  |  18 ++
 .../camel/component/file/GenericFileProducer.java  |  29 +++
 .../file/remote/FtpEndpointConfigurer.java         |   6 +
 .../file/remote/FtpEndpointUriFactory.java         |   3 +-
 .../file/remote/FtpsEndpointUriFactory.java        |   3 +-
 .../file/remote/SftpEndpointConfigurer.java        |   6 +
 .../file/remote/SftpEndpointUriFactory.java        |   3 +-
 .../apache/camel/component/file/remote/ftp.json    | 157 ++++++++--------
 .../apache/camel/component/file/remote/ftps.json   | 173 +++++++++---------
 .../apache/camel/component/file/remote/sftp.json   | 197 +++++++++++----------
 .../camel/component/scp/ScpEndpointConfigurer.java |   6 +
 .../camel/component/scp/ScpEndpointUriFactory.java |   3 +-
 .../org/apache/camel/component/scp/scp.json        |  41 ++---
 .../FileProducerChecksumFileAlgorithmTest.java     |  52 ++++++
 27 files changed, 1011 insertions(+), 860 deletions(-)
 create mode 100644 core/camel-core/src/test/java/org/apache/camel/component/file/FileProducerChecksumFileAlgorithmTest.java