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

commit 1ad9703f1a73f06a2c74ec8af982732ea57eae0b
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Sep 26 06:34:38 2022 +0200

    Regen
---
 .../resources/org/apache/camel/springboot/catalog/components/ftps.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/ftps.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ftps.json
index 6c5433a488d..8e5edcfca0d 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ftps.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ftps.json
@@ -157,7 +157,7 @@
     "ftpClientTrustStoreParameters": { "kind": "parameter", "displayName": 
"Ftp Client Trust Store Parameters", "group": "security", "label": "security", 
"required": false, "type": "object", "javaType": 
"java.util.Map<java.lang.String, java.lang.Object>", "prefix": 
"ftpClient.trustStore.", "multiValue": true, "deprecated": false, "autowired": 
false, "secret": false, "description": "Set the trust store parameters" },
     "implicit": { "kind": "parameter", "displayName": "Implicit", "group": 
"security", "label": "security", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.file.remote.FtpsConfiguration", 
"configurationField": "configuration", "description": "Set the security mode 
(Implicit\/Explicit). true - Implicit Mode \/ False - Explicit Mode" },
     "password": { "kind": "parameter", "displayName": "Password", "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.FtpsConfiguration", 
"configurationField": "configuration", "description": "Password to use for 
login" },
-    "securityProtocol": { "kind": "parameter", "displayName": "Security 
Protocol", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "TLSv1.2", "configurationClass": 
"org.apache.camel.component.file.remote.FtpsConfiguration", 
"configurationField": "configuration", "description": "Set the underlying 
security protocol." },
+    "securityProtocol": { "kind": "parameter", "displayName": "Security 
Protocol", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "TLSv1.3", "configurationClass": 
"org.apache.camel.component.file.remote.FtpsConfiguration", 
"configurationField": "configuration", "description": "Set the underlying 
security protocol." },
     "sslContextParameters": { "kind": "parameter", "displayName": "Ssl Context 
Parameters", "group": "security", "label": "security", "required": false, 
"type": "object", "javaType": 
"org.apache.camel.support.jsse.SSLContextParameters", "deprecated": false, 
"autowired": false, "secret": false, "description": "Gets the JSSE 
configuration that overrides any settings in 
FtpsEndpoint#ftpClientKeyStoreParameters, ftpClientTrustStoreParameters, and 
FtpsConfiguration#getSecurityProtocol()." },
     "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.FtpsConfiguration", 
"configurationField": "configuration", "description": "Username to use for 
login" },
     "shuffle": { "kind": "parameter", "displayName": "Shuffle", "group": 
"sort", "label": "consumer,sort", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "To shuffle the list of files 
(sort in random order)" },

Reply via email to