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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 1775d5e  Regen for commit 453d621298aa91e11f899d176b52d7f5af90d319
1775d5e is described below

commit 1775d5e810088bee7d2137e99800c6b590cafc90
Author: djencks <djen...@users.noreply.github.com>
AuthorDate: Tue Sep 21 19:33:11 2021 +0000

    Regen for commit 453d621298aa91e11f899d176b52d7f5af90d319
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../resources/org/apache/camel/catalog/components/file.json         | 2 +-
 .../resources/org/apache/camel/catalog/components/ftp.json          | 2 +-
 .../resources/org/apache/camel/catalog/components/ftps.json         | 2 +-
 .../resources/org/apache/camel/catalog/components/salesforce.json   | 6 +++---
 .../resources/org/apache/camel/catalog/components/sftp.json         | 2 +-
 .../generated/resources/org/apache/camel/component/file/file.json   | 2 +-
 .../resources/org/apache/camel/component/file/remote/ftp.json       | 2 +-
 .../resources/org/apache/camel/component/file/remote/ftps.json      | 2 +-
 .../resources/org/apache/camel/component/file/remote/sftp.json      | 2 +-
 .../camel/builder/endpoint/dsl/FileEndpointBuilderFactory.java      | 4 ++--
 .../camel/builder/endpoint/dsl/FtpEndpointBuilderFactory.java       | 4 ++--
 .../camel/builder/endpoint/dsl/FtpsEndpointBuilderFactory.java      | 4 ++--
 .../camel/builder/endpoint/dsl/SftpEndpointBuilderFactory.java      | 4 ++--
 13 files changed, 19 insertions(+), 19 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/file.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/file.json
index b4d54f1..991cbd6 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/file.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/file.json
@@ -82,7 +82,7 @@
     "filterFile": { "kind": "parameter", "displayName": "Filter File", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Filters the file based on Simple 
language. For example to filter on file size, you can use ${file:size} 5000" },
     "idempotent": { "kind": "parameter", "displayName": "Idempotent", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "false", "description": "Option to use the 
Idempotent Consumer EIP pattern to let Camel skip already processed files. Will 
by default use a memory based LRUCache that holds 1000 entries. If noop=true 
then idempotent will be enable [...]
     "idempotentKey": { "kind": "parameter", "displayName": "Idempotent Key", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "To use a custom idempotent key. By 
default the absolute path of the file is used. You can use the File Language, 
for example to use the file name and file size, you can do: 
idempotentKey=${file:name}-${file:size}" },
-    "idempotentRepository": { "kind": "parameter", "displayName": "Idempotent 
Repository", "group": "filter", "label": "consumer,filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.IdempotentRepository", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable repository org.apache.camel.spi.IdempotentRepository which by default 
use MemoryMessageIdRepository if none is specified and idempotent is true." },
+    "idempotentRepository": { "kind": "parameter", "displayName": "Idempotent 
Repository", "group": "filter", "label": "consumer,filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.IdempotentRepository", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable repository org.apache.camel.spi.IdempotentRepository which by default 
use MemoryIdempotentRepository if none is specified and idempotent is true." },
     "include": { "kind": "parameter", "displayName": "Include", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Is used to include files, if filename matches 
the regex pattern (matching is case in-sensitive). Notice if you use symbols 
such as plus sign and others you would need to configure this using the RAW() 
syntax if configuring this as an endp [...]
     "includeExt": { "kind": "parameter", "displayName": "Include Ext", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Is used to include files matching file 
extension name (case insensitive). For example to include txt files, then use 
includeExt=txt. Multiple extensions can be separated by comma, for example to 
include txt and xml files, use inclu [...]
     "maxDepth": { "kind": "parameter", "displayName": "Max Depth", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 2147483647, "description": "The maximum depth to traverse when 
recursively processing a directory." },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/ftp.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/ftp.json
index 11add56..41e15dd 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/ftp.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/ftp.json
@@ -105,7 +105,7 @@
     "filterFile": { "kind": "parameter", "displayName": "Filter File", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Filters the file based on Simple 
language. For example to filter on file size, you can use ${file:size} 5000" },
     "idempotent": { "kind": "parameter", "displayName": "Idempotent", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "false", "description": "Option to use the 
Idempotent Consumer EIP pattern to let Camel skip already processed files. Will 
by default use a memory based LRUCache that holds 1000 entries. If noop=true 
then idempotent will be enable [...]
     "idempotentKey": { "kind": "parameter", "displayName": "Idempotent Key", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "To use a custom idempotent key. By 
default the absolute path of the file is used. You can use the File Language, 
for example to use the file name and file size, you can do: 
idempotentKey=${file:name}-${file:size}" },
-    "idempotentRepository": { "kind": "parameter", "displayName": "Idempotent 
Repository", "group": "filter", "label": "consumer,filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.IdempotentRepository", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable repository org.apache.camel.spi.IdempotentRepository which by default 
use MemoryMessageIdRepository if none is specified and idempotent is true." },
+    "idempotentRepository": { "kind": "parameter", "displayName": "Idempotent 
Repository", "group": "filter", "label": "consumer,filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.IdempotentRepository", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable repository org.apache.camel.spi.IdempotentRepository which by default 
use MemoryIdempotentRepository if none is specified and idempotent is true." },
     "include": { "kind": "parameter", "displayName": "Include", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Is used to include files, if filename matches 
the regex pattern (matching is case in-sensitive). Notice if you use symbols 
such as plus sign and others you would need to configure this using the RAW() 
syntax if configuring this as an endp [...]
     "includeExt": { "kind": "parameter", "displayName": "Include Ext", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Is used to include files matching file 
extension name (case insensitive). For example to include txt files, then use 
includeExt=txt. Multiple extensions can be separated by comma, for example to 
include txt and xml files, use inclu [...]
     "maxDepth": { "kind": "parameter", "displayName": "Max Depth", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 2147483647, "description": "The maximum depth to traverse when 
recursively processing a directory." },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/ftps.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/ftps.json
index e914ee6..710a9be 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/ftps.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/ftps.json
@@ -106,7 +106,7 @@
     "filterFile": { "kind": "parameter", "displayName": "Filter File", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Filters the file based on Simple 
language. For example to filter on file size, you can use ${file:size} 5000" },
     "idempotent": { "kind": "parameter", "displayName": "Idempotent", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "false", "description": "Option to use the 
Idempotent Consumer EIP pattern to let Camel skip already processed files. Will 
by default use a memory based LRUCache that holds 1000 entries. If noop=true 
then idempotent will be enable [...]
     "idempotentKey": { "kind": "parameter", "displayName": "Idempotent Key", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "To use a custom idempotent key. By 
default the absolute path of the file is used. You can use the File Language, 
for example to use the file name and file size, you can do: 
idempotentKey=${file:name}-${file:size}" },
-    "idempotentRepository": { "kind": "parameter", "displayName": "Idempotent 
Repository", "group": "filter", "label": "consumer,filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.IdempotentRepository", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable repository org.apache.camel.spi.IdempotentRepository which by default 
use MemoryMessageIdRepository if none is specified and idempotent is true." },
+    "idempotentRepository": { "kind": "parameter", "displayName": "Idempotent 
Repository", "group": "filter", "label": "consumer,filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.IdempotentRepository", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable repository org.apache.camel.spi.IdempotentRepository which by default 
use MemoryIdempotentRepository if none is specified and idempotent is true." },
     "include": { "kind": "parameter", "displayName": "Include", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Is used to include files, if filename matches 
the regex pattern (matching is case in-sensitive). Notice if you use symbols 
such as plus sign and others you would need to configure this using the RAW() 
syntax if configuring this as an endp [...]
     "includeExt": { "kind": "parameter", "displayName": "Include Ext", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Is used to include files matching file 
extension name (case insensitive). For example to include txt files, then use 
includeExt=txt. Multiple extensions can be separated by comma, for example to 
include txt and xml files, use inclu [...]
     "maxDepth": { "kind": "parameter", "displayName": "Max Depth", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 2147483647, "description": "The maximum depth to traverse when 
recursively processing a directory." },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json
index a0b74f6..a698fba 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/salesforce.json
@@ -30,7 +30,7 @@
     "batchId": { "kind": "property", "displayName": "Batch Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Bulk API Batch ID" },
     "contentType": { "kind": "property", "displayName": "Content Type", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.salesforce.api.dto.bulk.ContentType", 
"enum": [ "XML", "CSV", "JSON", "ZIP_XML", "ZIP_CSV", "ZIP_JSON" ], 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Bulk API co [...]
     "defaultReplayId": { "kind": "property", "displayName": "Default Replay 
Id", "group": "common", "label": "", "required": false, "type": "integer", 
"javaType": "java.lang.Long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "-1", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Default replayId setting if no 
value is found in initialReplayIdMap" },
-    "format": { "kind": "property", "displayName": "Format", "group": 
"common", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.salesforce.internal.PayloadFormat", "enum": [ 
"JSON", "XML" ], "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Payload format to use for 
Salesforce API calls, either JSON or XM [...]
+    "format": { "kind": "property", "displayName": "Format", "group": 
"common", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.salesforce.internal.PayloadFormat", "enum": [ 
"JSON", "XML" ], "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Payload format to use for 
Salesforce API calls, either JSON or XM [...]
     "httpClient": { "kind": "property", "displayName": "Http Client", "group": 
"common", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.salesforce.SalesforceHttpClient", "deprecated": 
false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Custom Jetty Http Client to use 
to connect to Salesforce." },
     "httpClientConnectionTimeout": { "kind": "property", "displayName": "Http 
Client Connection Timeout", "group": "common", "label": "common", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 60000, "description": "Connection 
timeout used by the HttpClient when connecting to the Salesforce server." },
     "httpClientIdleTimeout": { "kind": "property", "displayName": "Http Client 
Idle Timeout", "group": "common", "label": "common", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 10000, "description": "Timeout used by the 
HttpClient when waiting for response from the Salesforce server." },
@@ -50,7 +50,7 @@
     "notifyForOperationUndelete": { "kind": "property", "displayName": "Notify 
For Operation Undelete", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for un-delete operation, 
defaults to false (API version = 29.0)" },
     "notifyForOperationUpdate": { "kind": "property", "displayName": "Notify 
For Operation Update", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for update operation, 
defaults to false (API version = 29.0)" },
     "objectMapper": { "kind": "property", "displayName": "Object Mapper", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.fasterxml.jackson.databind.ObjectMapper", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Custom Jackson ObjectMapper to 
use when serializing\/deserializing Salesforce objects." },
-    "packages": { "kind": "property", "displayName": "Packages", "group": 
"common", "label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "In what packages are the generated DTO classes. Typically the 
classes would be generated using camel-salesforce-maven-plugin. This must be 
set if using the XML format. Also, set it if using the generated DTOs to gain 
the benefit of using short SO [...]
+    "packages": { "kind": "property", "displayName": "Packages", "group": 
"common", "label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "In what packages are the generated DTO classes. Typically the 
classes would be generated using camel-salesforce-maven-plugin. Set it if using 
the generated DTOs to gain the benefit of using short SObject names in 
parameters\/header values. Multip [...]
     "pkChunking": { "kind": "property", "displayName": "Pk Chunking", "group": 
"common", "label": "", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Use PK Chunking. Only for use 
in original Bulk API. Bulk 2.0 API performs PK chunking automatically, if 
necessary." },
     "pkChunkingChunkSize": { "kind": "property", "displayName": "Pk Chunking 
Chunk Size", "group": "common", "label": "", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Chunk size for use with PK 
Chunking. If unspecified, salesforce default is 100,000. Maximum size is 
250,000." },
     "pkChunkingParent": { "kind": "property", "displayName": "Pk Chunking 
Parent", "group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Specifies the parent object 
when you're enabling PK chunking for queries on sharing objects. The chunks are 
based  [...]
@@ -121,7 +121,7 @@
     "batchId": { "kind": "parameter", "displayName": "Batch Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Bulk API Batch ID" },
     "contentType": { "kind": "parameter", "displayName": "Content Type", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.salesforce.api.dto.bulk.ContentType", 
"enum": [ "XML", "CSV", "JSON", "ZIP_XML", "ZIP_CSV", "ZIP_JSON" ], 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Bul [...]
     "defaultReplayId": { "kind": "parameter", "displayName": "Default Replay 
Id", "group": "common", "label": "", "required": false, "type": "integer", 
"javaType": "java.lang.Long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "-1", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Default replayId setting 
if no value is found in initialReplayIdMap" },
-    "format": { "kind": "parameter", "displayName": "Format", "group": 
"common", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.salesforce.internal.PayloadFormat", "enum": [ 
"JSON", "XML" ], "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Payload format to use 
for Salesforce API calls, either JS [...]
+    "format": { "kind": "parameter", "displayName": "Format", "group": 
"common", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.salesforce.internal.PayloadFormat", "enum": [ 
"JSON", "XML" ], "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Payload format to use 
for Salesforce API calls, either JS [...]
     "httpClient": { "kind": "parameter", "displayName": "Http Client", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.salesforce.SalesforceHttpClient", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Custom Jetty Http Client 
to use to connect to Salesforce." },
     "includeDetails": { "kind": "parameter", "displayName": "Include Details", 
"group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Include details in 
Salesforce1 Analytics report, defaults to false." },
     "initialReplayIdMap": { "kind": "parameter", "displayName": "Initial 
Replay Id Map", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": "java.util.Map<java.lang.String, java.lang.Long>", 
"deprecated": false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Replay IDs to start from 
per channel name." },
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/sftp.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/sftp.json
index 1517f93..0dc6da1 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/sftp.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/sftp.json
@@ -100,7 +100,7 @@
     "filterFile": { "kind": "parameter", "displayName": "Filter File", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Filters the file based on Simple 
language. For example to filter on file size, you can use ${file:size} 5000" },
     "idempotent": { "kind": "parameter", "displayName": "Idempotent", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "false", "description": "Option to use the 
Idempotent Consumer EIP pattern to let Camel skip already processed files. Will 
by default use a memory based LRUCache that holds 1000 entries. If noop=true 
then idempotent will be enable [...]
     "idempotentKey": { "kind": "parameter", "displayName": "Idempotent Key", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "To use a custom idempotent key. By 
default the absolute path of the file is used. You can use the File Language, 
for example to use the file name and file size, you can do: 
idempotentKey=${file:name}-${file:size}" },
-    "idempotentRepository": { "kind": "parameter", "displayName": "Idempotent 
Repository", "group": "filter", "label": "consumer,filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.IdempotentRepository", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable repository org.apache.camel.spi.IdempotentRepository which by default 
use MemoryMessageIdRepository if none is specified and idempotent is true." },
+    "idempotentRepository": { "kind": "parameter", "displayName": "Idempotent 
Repository", "group": "filter", "label": "consumer,filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.IdempotentRepository", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable repository org.apache.camel.spi.IdempotentRepository which by default 
use MemoryIdempotentRepository if none is specified and idempotent is true." },
     "include": { "kind": "parameter", "displayName": "Include", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Is used to include files, if filename matches 
the regex pattern (matching is case in-sensitive). Notice if you use symbols 
such as plus sign and others you would need to configure this using the RAW() 
syntax if configuring this as an endp [...]
     "includeExt": { "kind": "parameter", "displayName": "Include Ext", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Is used to include files matching file 
extension name (case insensitive). For example to include txt files, then use 
includeExt=txt. Multiple extensions can be separated by comma, for example to 
include txt and xml files, use inclu [...]
     "maxDepth": { "kind": "parameter", "displayName": "Max Depth", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 2147483647, "description": "The maximum depth to traverse when 
recursively processing a directory." },
diff --git 
a/components/camel-file/src/generated/resources/org/apache/camel/component/file/file.json
 
b/components/camel-file/src/generated/resources/org/apache/camel/component/file/file.json
index b4d54f1..991cbd6 100644
--- 
a/components/camel-file/src/generated/resources/org/apache/camel/component/file/file.json
+++ 
b/components/camel-file/src/generated/resources/org/apache/camel/component/file/file.json
@@ -82,7 +82,7 @@
     "filterFile": { "kind": "parameter", "displayName": "Filter File", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Filters the file based on Simple 
language. For example to filter on file size, you can use ${file:size} 5000" },
     "idempotent": { "kind": "parameter", "displayName": "Idempotent", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "false", "description": "Option to use the 
Idempotent Consumer EIP pattern to let Camel skip already processed files. Will 
by default use a memory based LRUCache that holds 1000 entries. If noop=true 
then idempotent will be enable [...]
     "idempotentKey": { "kind": "parameter", "displayName": "Idempotent Key", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "To use a custom idempotent key. By 
default the absolute path of the file is used. You can use the File Language, 
for example to use the file name and file size, you can do: 
idempotentKey=${file:name}-${file:size}" },
-    "idempotentRepository": { "kind": "parameter", "displayName": "Idempotent 
Repository", "group": "filter", "label": "consumer,filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.IdempotentRepository", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable repository org.apache.camel.spi.IdempotentRepository which by default 
use MemoryMessageIdRepository if none is specified and idempotent is true." },
+    "idempotentRepository": { "kind": "parameter", "displayName": "Idempotent 
Repository", "group": "filter", "label": "consumer,filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.IdempotentRepository", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable repository org.apache.camel.spi.IdempotentRepository which by default 
use MemoryIdempotentRepository if none is specified and idempotent is true." },
     "include": { "kind": "parameter", "displayName": "Include", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Is used to include files, if filename matches 
the regex pattern (matching is case in-sensitive). Notice if you use symbols 
such as plus sign and others you would need to configure this using the RAW() 
syntax if configuring this as an endp [...]
     "includeExt": { "kind": "parameter", "displayName": "Include Ext", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Is used to include files matching file 
extension name (case insensitive). For example to include txt files, then use 
includeExt=txt. Multiple extensions can be separated by comma, for example to 
include txt and xml files, use inclu [...]
     "maxDepth": { "kind": "parameter", "displayName": "Max Depth", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 2147483647, "description": "The maximum depth to traverse when 
recursively processing a directory." },
diff --git 
a/components/camel-ftp/src/generated/resources/org/apache/camel/component/file/remote/ftp.json
 
b/components/camel-ftp/src/generated/resources/org/apache/camel/component/file/remote/ftp.json
index 11add56..41e15dd 100644
--- 
a/components/camel-ftp/src/generated/resources/org/apache/camel/component/file/remote/ftp.json
+++ 
b/components/camel-ftp/src/generated/resources/org/apache/camel/component/file/remote/ftp.json
@@ -105,7 +105,7 @@
     "filterFile": { "kind": "parameter", "displayName": "Filter File", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Filters the file based on Simple 
language. For example to filter on file size, you can use ${file:size} 5000" },
     "idempotent": { "kind": "parameter", "displayName": "Idempotent", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "false", "description": "Option to use the 
Idempotent Consumer EIP pattern to let Camel skip already processed files. Will 
by default use a memory based LRUCache that holds 1000 entries. If noop=true 
then idempotent will be enable [...]
     "idempotentKey": { "kind": "parameter", "displayName": "Idempotent Key", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "To use a custom idempotent key. By 
default the absolute path of the file is used. You can use the File Language, 
for example to use the file name and file size, you can do: 
idempotentKey=${file:name}-${file:size}" },
-    "idempotentRepository": { "kind": "parameter", "displayName": "Idempotent 
Repository", "group": "filter", "label": "consumer,filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.IdempotentRepository", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable repository org.apache.camel.spi.IdempotentRepository which by default 
use MemoryMessageIdRepository if none is specified and idempotent is true." },
+    "idempotentRepository": { "kind": "parameter", "displayName": "Idempotent 
Repository", "group": "filter", "label": "consumer,filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.IdempotentRepository", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable repository org.apache.camel.spi.IdempotentRepository which by default 
use MemoryIdempotentRepository if none is specified and idempotent is true." },
     "include": { "kind": "parameter", "displayName": "Include", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Is used to include files, if filename matches 
the regex pattern (matching is case in-sensitive). Notice if you use symbols 
such as plus sign and others you would need to configure this using the RAW() 
syntax if configuring this as an endp [...]
     "includeExt": { "kind": "parameter", "displayName": "Include Ext", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Is used to include files matching file 
extension name (case insensitive). For example to include txt files, then use 
includeExt=txt. Multiple extensions can be separated by comma, for example to 
include txt and xml files, use inclu [...]
     "maxDepth": { "kind": "parameter", "displayName": "Max Depth", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 2147483647, "description": "The maximum depth to traverse when 
recursively processing a directory." },
diff --git 
a/components/camel-ftp/src/generated/resources/org/apache/camel/component/file/remote/ftps.json
 
b/components/camel-ftp/src/generated/resources/org/apache/camel/component/file/remote/ftps.json
index e914ee6..710a9be 100644
--- 
a/components/camel-ftp/src/generated/resources/org/apache/camel/component/file/remote/ftps.json
+++ 
b/components/camel-ftp/src/generated/resources/org/apache/camel/component/file/remote/ftps.json
@@ -106,7 +106,7 @@
     "filterFile": { "kind": "parameter", "displayName": "Filter File", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Filters the file based on Simple 
language. For example to filter on file size, you can use ${file:size} 5000" },
     "idempotent": { "kind": "parameter", "displayName": "Idempotent", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "false", "description": "Option to use the 
Idempotent Consumer EIP pattern to let Camel skip already processed files. Will 
by default use a memory based LRUCache that holds 1000 entries. If noop=true 
then idempotent will be enable [...]
     "idempotentKey": { "kind": "parameter", "displayName": "Idempotent Key", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "To use a custom idempotent key. By 
default the absolute path of the file is used. You can use the File Language, 
for example to use the file name and file size, you can do: 
idempotentKey=${file:name}-${file:size}" },
-    "idempotentRepository": { "kind": "parameter", "displayName": "Idempotent 
Repository", "group": "filter", "label": "consumer,filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.IdempotentRepository", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable repository org.apache.camel.spi.IdempotentRepository which by default 
use MemoryMessageIdRepository if none is specified and idempotent is true." },
+    "idempotentRepository": { "kind": "parameter", "displayName": "Idempotent 
Repository", "group": "filter", "label": "consumer,filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.IdempotentRepository", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable repository org.apache.camel.spi.IdempotentRepository which by default 
use MemoryIdempotentRepository if none is specified and idempotent is true." },
     "include": { "kind": "parameter", "displayName": "Include", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Is used to include files, if filename matches 
the regex pattern (matching is case in-sensitive). Notice if you use symbols 
such as plus sign and others you would need to configure this using the RAW() 
syntax if configuring this as an endp [...]
     "includeExt": { "kind": "parameter", "displayName": "Include Ext", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Is used to include files matching file 
extension name (case insensitive). For example to include txt files, then use 
includeExt=txt. Multiple extensions can be separated by comma, for example to 
include txt and xml files, use inclu [...]
     "maxDepth": { "kind": "parameter", "displayName": "Max Depth", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 2147483647, "description": "The maximum depth to traverse when 
recursively processing a directory." },
diff --git 
a/components/camel-ftp/src/generated/resources/org/apache/camel/component/file/remote/sftp.json
 
b/components/camel-ftp/src/generated/resources/org/apache/camel/component/file/remote/sftp.json
index 1517f93..0dc6da1 100644
--- 
a/components/camel-ftp/src/generated/resources/org/apache/camel/component/file/remote/sftp.json
+++ 
b/components/camel-ftp/src/generated/resources/org/apache/camel/component/file/remote/sftp.json
@@ -100,7 +100,7 @@
     "filterFile": { "kind": "parameter", "displayName": "Filter File", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Filters the file based on Simple 
language. For example to filter on file size, you can use ${file:size} 5000" },
     "idempotent": { "kind": "parameter", "displayName": "Idempotent", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "false", "description": "Option to use the 
Idempotent Consumer EIP pattern to let Camel skip already processed files. Will 
by default use a memory based LRUCache that holds 1000 entries. If noop=true 
then idempotent will be enable [...]
     "idempotentKey": { "kind": "parameter", "displayName": "Idempotent Key", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "To use a custom idempotent key. By 
default the absolute path of the file is used. You can use the File Language, 
for example to use the file name and file size, you can do: 
idempotentKey=${file:name}-${file:size}" },
-    "idempotentRepository": { "kind": "parameter", "displayName": "Idempotent 
Repository", "group": "filter", "label": "consumer,filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.IdempotentRepository", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable repository org.apache.camel.spi.IdempotentRepository which by default 
use MemoryMessageIdRepository if none is specified and idempotent is true." },
+    "idempotentRepository": { "kind": "parameter", "displayName": "Idempotent 
Repository", "group": "filter", "label": "consumer,filter", "required": false, 
"type": "object", "javaType": "org.apache.camel.spi.IdempotentRepository", 
"deprecated": false, "autowired": false, "secret": false, "description": "A 
pluggable repository org.apache.camel.spi.IdempotentRepository which by default 
use MemoryIdempotentRepository if none is specified and idempotent is true." },
     "include": { "kind": "parameter", "displayName": "Include", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Is used to include files, if filename matches 
the regex pattern (matching is case in-sensitive). Notice if you use symbols 
such as plus sign and others you would need to configure this using the RAW() 
syntax if configuring this as an endp [...]
     "includeExt": { "kind": "parameter", "displayName": "Include Ext", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Is used to include files matching file 
extension name (case insensitive). For example to include txt files, then use 
includeExt=txt. Multiple extensions can be separated by comma, for example to 
include txt and xml files, use inclu [...]
     "maxDepth": { "kind": "parameter", "displayName": "Max Depth", "group": 
"filter", "label": "consumer,filter", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 2147483647, "description": "The maximum depth to traverse when 
recursively processing a directory." },
diff --git 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FileEndpointBuilderFactory.java
 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FileEndpointBuilderFactory.java
index 2e79ebb..d88af29 100644
--- 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FileEndpointBuilderFactory.java
+++ 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FileEndpointBuilderFactory.java
@@ -772,7 +772,7 @@ public interface FileEndpointBuilderFactory {
         }
         /**
          * A pluggable repository org.apache.camel.spi.IdempotentRepository
-         * which by default use MemoryMessageIdRepository if none is specified
+         * which by default use MemoryIdempotentRepository if none is specified
          * and idempotent is true.
          * 
          * The option is a:
@@ -791,7 +791,7 @@ public interface FileEndpointBuilderFactory {
         }
         /**
          * A pluggable repository org.apache.camel.spi.IdempotentRepository
-         * which by default use MemoryMessageIdRepository if none is specified
+         * which by default use MemoryIdempotentRepository if none is specified
          * and idempotent is true.
          * 
          * The option will be converted to a
diff --git 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FtpEndpointBuilderFactory.java
 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FtpEndpointBuilderFactory.java
index a7bac06..2318149 100644
--- 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FtpEndpointBuilderFactory.java
+++ 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FtpEndpointBuilderFactory.java
@@ -1096,7 +1096,7 @@ public interface FtpEndpointBuilderFactory {
         }
         /**
          * A pluggable repository org.apache.camel.spi.IdempotentRepository
-         * which by default use MemoryMessageIdRepository if none is specified
+         * which by default use MemoryIdempotentRepository if none is specified
          * and idempotent is true.
          * 
          * The option is a:
@@ -1115,7 +1115,7 @@ public interface FtpEndpointBuilderFactory {
         }
         /**
          * A pluggable repository org.apache.camel.spi.IdempotentRepository
-         * which by default use MemoryMessageIdRepository if none is specified
+         * which by default use MemoryIdempotentRepository if none is specified
          * and idempotent is true.
          * 
          * The option will be converted to a
diff --git 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FtpsEndpointBuilderFactory.java
 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FtpsEndpointBuilderFactory.java
index 018f1f8..df2d908 100644
--- 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FtpsEndpointBuilderFactory.java
+++ 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/FtpsEndpointBuilderFactory.java
@@ -1098,7 +1098,7 @@ public interface FtpsEndpointBuilderFactory {
         }
         /**
          * A pluggable repository org.apache.camel.spi.IdempotentRepository
-         * which by default use MemoryMessageIdRepository if none is specified
+         * which by default use MemoryIdempotentRepository if none is specified
          * and idempotent is true.
          * 
          * The option is a:
@@ -1117,7 +1117,7 @@ public interface FtpsEndpointBuilderFactory {
         }
         /**
          * A pluggable repository org.apache.camel.spi.IdempotentRepository
-         * which by default use MemoryMessageIdRepository if none is specified
+         * which by default use MemoryIdempotentRepository if none is specified
          * and idempotent is true.
          * 
          * The option will be converted to a
diff --git 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SftpEndpointBuilderFactory.java
 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SftpEndpointBuilderFactory.java
index b34016d..1589b0c 100644
--- 
a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SftpEndpointBuilderFactory.java
+++ 
b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SftpEndpointBuilderFactory.java
@@ -988,7 +988,7 @@ public interface SftpEndpointBuilderFactory {
         }
         /**
          * A pluggable repository org.apache.camel.spi.IdempotentRepository
-         * which by default use MemoryMessageIdRepository if none is specified
+         * which by default use MemoryIdempotentRepository if none is specified
          * and idempotent is true.
          * 
          * The option is a:
@@ -1007,7 +1007,7 @@ public interface SftpEndpointBuilderFactory {
         }
         /**
          * A pluggable repository org.apache.camel.spi.IdempotentRepository
-         * which by default use MemoryMessageIdRepository if none is specified
+         * which by default use MemoryIdempotentRepository if none is specified
          * and idempotent is true.
          * 
          * The option will be converted to a

Reply via email to