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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 62b76808cb5 Regen
62b76808cb5 is described below

commit 62b76808cb5f8a2aaa2685b6131e81b1a625e1a4
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Jan 2 12:31:04 2024 +0100

    Regen
---
 .../resources/org/apache/camel/springboot/catalog/components/sftp.json  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sftp.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sftp.json
index 5325902e259..fdf59011d81 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sftp.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sftp.json
@@ -50,7 +50,7 @@
     "disconnect": { "index": 5, "kind": "parameter", "displayName": 
"Disconnect", "group": "common", "label": "common", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether or not to 
disconnect from remote FTP server right after use. Disconnect will only 
disconnect the current connection to the FTP server. If you have a consumer 
which you want to stop, then you need to stop th [...]
     "doneFileName": { "index": 6, "kind": "parameter", "displayName": "Done 
File Name", "group": "common", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Producer: If provided, then Camel will 
write a 2nd done file when the original file has been written. The done file 
will be empty. This option configures what file name to use. Either you can 
specify a fixed name. Or you can use  [...]
     "fileName": { "index": 7, "kind": "parameter", "displayName": "File Name", 
"group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Use Expression such as File Language to 
dynamically set the filename. For consumers, it's used as a filename filter. 
For producers, it's used to evaluate the filename to write. If an expression is 
set, it take precedence over the CamelFil [...]
-    "jschLoggingLevel": { "index": 8, "kind": "parameter", "displayName": 
"Jsch Logging Level", "group": "common", "label": "", "required": false, 
"type": "object", "javaType": "org.apache.camel.LoggingLevel", "enum": [ 
"TRACE", "DEBUG", "INFO", "WARN", "ERROR", "OFF" ], "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "WARN", 
"configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "T [...]
+    "jschLoggingLevel": { "index": 8, "kind": "parameter", "displayName": 
"Jsch Logging Level", "group": "common", "label": "", "required": false, 
"type": "object", "javaType": "org.apache.camel.LoggingLevel", "enum": [ 
"DEBUG", "INFO", "WARN", "ERROR" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "WARN", "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "The logging level [...]
     "passiveMode": { "index": 9, "kind": "parameter", "displayName": "Passive 
Mode", "group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Sets passive mode 
connections. Default is active mode connections." },
     "separator": { "index": 10, "kind": "parameter", "displayName": 
"Separator", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator", 
"enum": [ "UNIX", "Windows", "Auto" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "UNIX", "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "descrip [...]
     "fastExistsCheck": { "index": 11, "kind": "parameter", "displayName": 
"Fast Exists Check", "group": "common (advanced)", "label": "common,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "If set this option to be true, camel-ftp will use the list file 
directly to check if the file exists. Since some FTP server may not support to 
list the file directly, if the option  [...]

Reply via email to