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 a0c6a4e8e69 Regen
a0c6a4e8e69 is described below

commit a0c6a4e8e692d898c140b5d120313e53497fa608
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Dec 7 20:22:16 2022 +0100

    Regen
---
 .../org/apache/camel/springboot/catalog/components/sftp.json          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 5a7f60966d0..ceb07f24e96 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
@@ -160,8 +160,8 @@
     "privateKeyFile": { "kind": "parameter", "displayName": "Private Key 
File", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": true, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Set the private key file 
so that the SFTP endpoint can do private key verification." },
     "privateKeyPassphrase": { "kind": "parameter", "displayName": "Private Key 
Passphrase", "group": "security", "label": "security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": true, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Set the private key file 
passphrase so that the SFTP endpoint can do private key verification." },
     "privateKeyUri": { "kind": "parameter", "displayName": "Private Key Uri", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Set the private key file 
(loaded from classpath by default) so that the SFTP endpoint can do private key 
veri [...]
-    "publicKeyAcceptedAlgorithms": { "kind": "parameter", "displayName": 
"Public Key Accepted Algorithms", "group": "security", "label": "security", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Set a comma separated 
list of public key accepted algorithms. Some examples inc [...]
-    "serverHostKeys": { "kind": "parameter", "displayName": "Server Host 
Keys", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Set a comma separated 
list of algorithms supported for the server host key. Some examples include: 
ssh-ed2 [...]
+    "publicKeyAcceptedAlgorithms": { "kind": "parameter", "displayName": 
"Public Key Accepted Algorithms", "group": "security", "label": "security", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Set a comma separated 
list of public key accepted algorithms. Some examples inc [...]
+    "serverHostKeys": { "kind": "parameter", "displayName": "Server Host 
Keys", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Set a comma separated 
list of algorithms supported for the server host key. Some examples include: 
ssh-dss [...]
     "strictHostKeyChecking": { "kind": "parameter", "displayName": "Strict 
Host Key Checking", "group": "security", "label": "security", "required": 
false, "type": "string", "javaType": "java.lang.String", "enum": [ "no", "yes" 
], "deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"no", "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Sets whether to use 
strict host key checking." },
     "username": { "kind": "parameter", "displayName": "Username", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "Username to use for 
login" },
     "useUserKnownHostsFile": { "kind": "parameter", "displayName": "Use User 
Known Hosts File", "group": "security", "label": "security", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": true, "configurationClass": 
"org.apache.camel.component.file.remote.SftpConfiguration", 
"configurationField": "configuration", "description": "If knownHostFile has not 
been explicit configured then use the host file fro [...]

Reply via email to