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 8340dd9 CS
add 60cc46c CAMEL-17037: added for sftp producer chmodDirectory
functionality (#6199)
add 0d1496e Regen for commit 60cc46ccb97758227cf2742be0cb9e453725a042
No new revisions were added by this update.
Summary of changes:
.../org/apache/camel/catalog/components/sftp.json | 1 +
.../file/remote/SftpEndpointConfigurer.java | 6 +
.../file/remote/SftpEndpointUriFactory.java | 3 +-
.../apache/camel/component/file/remote/sftp.json | 1 +
.../component/file/remote/SftpConfiguration.java | 13 +
.../camel/component/file/remote/SftpEndpoint.java | 2 +-
.../component/file/remote/SftpOperations.java | 24 +
...{SftpChmodIT.java => SftpChmodDirectoryIT.java} | 16 +-
.../sql/stored/template/generated/SSPTParser.java | 833 +++++++------
.../template/generated/SSPTParserConstants.java | 110 +-
.../template/generated/SSPTParserTokenManager.java | 1222 ++++++++++----------
.../endpoint/dsl/SftpEndpointBuilderFactory.java | 15 +
12 files changed, 1143 insertions(+), 1103 deletions(-)
copy
components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/sftp/integration/{SftpChmodIT.java
=> SftpChmodDirectoryIT.java} (71%)