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 1ba2c83a29e CAMEL-20172: Regen
add 693082e00c0 CAMEL-20172: Add enums to the option so we know which
algorithms that can be selected.
add c3e819887b2 Regen for commit 693082e00c00dcb12e643564d9f13bc1b08b7ab3
No new revisions were added by this update.
Summary of changes:
.../camel/catalog/components/azure-files.json | 2 +-
.../org/apache/camel/catalog/components/file.json | 2 +-
.../org/apache/camel/catalog/components/ftp.json | 2 +-
.../org/apache/camel/catalog/components/ftps.json | 2 +-
.../org/apache/camel/catalog/components/scp.json | 2 +-
.../org/apache/camel/catalog/components/sftp.json | 2 +-
.../camel/component/file/azure/azure-files.json | 2 +-
.../org/apache/camel/component/file/file.json | 2 +-
.../camel/component/file/GenericFileEndpoint.java | 7 ++--
.../camel/component/file/GenericFileProducer.java | 2 +-
.../apache/camel/component/file/remote/ftp.json | 2 +-
.../apache/camel/component/file/remote/ftps.json | 2 +-
.../apache/camel/component/file/remote/sftp.json | 2 +-
.../org/apache/camel/component/scp/scp.json | 2 +-
.../dsl/AWSConfigEndpointBuilderFactory.java | 41 ++++++++++++++++++++++
.../endpoint/dsl/FileEndpointBuilderFactory.java | 19 ++++++++++
.../endpoint/dsl/FilesEndpointBuilderFactory.java | 19 ++++++++++
.../endpoint/dsl/FtpEndpointBuilderFactory.java | 19 ++++++++++
.../endpoint/dsl/FtpsEndpointBuilderFactory.java | 19 ++++++++++
.../endpoint/dsl/ScpEndpointBuilderFactory.java | 19 ++++++++++
.../endpoint/dsl/SftpEndpointBuilderFactory.java | 19 ++++++++++
21 files changed, 172 insertions(+), 16 deletions(-)