This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch file-confirm in repository https://gitbox.apache.org/repos/asf/camel.git
from 9dd826c77f4 CAMEL-19010: camel-file - Idempontent=true should be in eager mode and call confirm/remove. add ec6c068fc65 Regen No new revisions were added by this update. Summary of changes: .../camel/catalog/components/azure-files.json | 97 ++++++++--------- .../org/apache/camel/catalog/components/ftp.json | 79 +++++++------- .../org/apache/camel/catalog/components/ftps.json | 95 ++++++++--------- .../org/apache/camel/catalog/components/sftp.json | 117 +++++++++++---------- .../file/azure/FilesEndpointConfigurer.java | 6 ++ .../file/azure/FilesEndpointUriFactory.java | 3 +- .../camel/component/file/azure/azure-files.json | 97 ++++++++--------- .../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 | 79 +++++++------- .../apache/camel/component/file/remote/ftps.json | 95 ++++++++--------- .../apache/camel/component/file/remote/sftp.json | 117 +++++++++++---------- .../endpoint/dsl/FilesEndpointBuilderFactory.java | 37 +++++++ .../endpoint/dsl/FtpEndpointBuilderFactory.java | 37 +++++++ .../endpoint/dsl/FtpsEndpointBuilderFactory.java | 37 +++++++ .../endpoint/dsl/SftpEndpointBuilderFactory.java | 37 +++++++ .../camel/kotlin/components/AzureFilesUriDsl.kt | 18 ++++ .../apache/camel/kotlin/components/FtpUriDsl.kt | 18 ++++ .../apache/camel/kotlin/components/FtpsUriDsl.kt | 18 ++++ .../apache/camel/kotlin/components/SftpUriDsl.kt | 18 ++++ 23 files changed, 638 insertions(+), 388 deletions(-)