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

commit c71aa6d063e6455b29406f91bd0d6fc92da59c5d
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Dec 23 08:45:52 2023 +0100

    Regen
---
 .../org/apache/camel/springboot/catalog/components/azure-files.json   | 4 ++--
 .../org/apache/camel/springboot/catalog/components/file.json          | 4 ++--
 .../resources/org/apache/camel/springboot/catalog/components/ftp.json | 4 ++--
 .../org/apache/camel/springboot/catalog/components/ftps.json          | 4 ++--
 .../org/apache/camel/springboot/catalog/components/google-drive.json  | 2 +-
 .../org/apache/camel/springboot/catalog/components/sftp.json          | 4 ++--
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
index 88230383809..c46307995b8 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-files.json
@@ -104,7 +104,7 @@
     "move": { "index": 62, "kind": "parameter", "displayName": "Move", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Expression (such as Simple Language) 
used to dynamically set the filename when moving it after processing. To move 
files into a .done subdirectory just enter .done." },
     "exclusiveReadLockStrategy": { "index": 63, "kind": "parameter", 
"displayName": "Exclusive Read Lock Strategy", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy<com.azure.storage.file.share.models.ShareFileItem>",
 "deprecated": false, "autowired": false, "secret": false, "description": 
"Pluggable read-lock as a 
org.apache.camel.component.file.GenericFileExclusiveReadLockSt [...]
     "readLock": { "index": 64, "kind": "parameter", "displayName": "Read 
Lock", "group": "lock", "label": "consumer,lock", "required": false, "type": 
"string", "javaType": "java.lang.String", "enum": [ "none", "markerFile", 
"fileLock", "rename", "changed", "idempotent", "idempotent-changed", 
"idempotent-rename" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "none", "description": "Used by consumer, to only poll 
the files if it has exclusive read-lock on the  [...]
-    "readLockCheckInterval": { "index": 65, "kind": "parameter", 
"displayName": "Read Lock Check Interval", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 1000, 
"description": "Interval in millis for the read-lock, if supported by the read 
lock. This interval is used for sleeping between attempts to acquire the read 
lock. For example when using the changed read  [...]
+    "readLockCheckInterval": { "index": 65, "kind": "parameter", 
"displayName": "Read Lock Check Interval", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 1000, 
"description": "Interval in millis for the read-lock, if supported by the read 
lock. This interval is used for sleeping between attempts to acquire the read 
lock. For example when using the changed read  [...]
     "readLockDeleteOrphanLockFiles": { "index": 66, "kind": "parameter", 
"displayName": "Read Lock Delete Orphan Lock Files", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether or not read lock with marker files should upon startup 
delete any orphan read lock files, which may have been left on the file system, 
if Camel was not proper [...]
     "readLockLoggingLevel": { "index": 67, "kind": "parameter", "displayName": 
"Read Lock Logging Level", "group": "lock", "label": "consumer,lock", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.LoggingLevel", "enum": [ "TRACE", "DEBUG", "INFO", "WARN", 
"ERROR", "OFF" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "DEBUG", "description": "Logging level used when a read lock 
could not be acquired. By default a DEBUG is logged. You can cha [...]
     "readLockMarkerFile": { "index": 68, "kind": "parameter", "displayName": 
"Read Lock Marker File", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to use marker file with the changed, rename, or exclusive read lock 
types. By default a marker file is used as well to guard against other 
processes picking up the same files. This b [...]
@@ -112,7 +112,7 @@
     "readLockMinLength": { "index": 70, "kind": "parameter", "displayName": 
"Read Lock Min Length", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 1, "description": "This option is 
applied only for readLock=changed. It allows you to configure a minimum file 
length. By default Camel expects the file to contain data, and thus the default 
value is 1. You can set th [...]
     "readLockRemoveOnCommit": { "index": 71, "kind": "parameter", 
"displayName": "Read Lock Remove On Commit", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "This option is applied only for readLock=idempotent. It 
allows to specify whether to remove the file name entry from the idempotent 
repository when processing the file is succeeded [...]
     "readLockRemoveOnRollback": { "index": 72, "kind": "parameter", 
"displayName": "Read Lock Remove On Rollback", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "This option is applied only for readLock=idempotent. It allows 
to specify whether to remove the file name entry from the idempotent repository 
when processing the file failed an [...]
-    "readLockTimeout": { "index": 73, "kind": "parameter", "displayName": 
"Read Lock Timeout", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 10000, "description": "Optional timeout 
in millis for the read-lock, if supported by the read-lock. If the read-lock 
could not be granted and the timeout triggered, then Camel will skip the file. 
At next poll Camel, will t [...]
+    "readLockTimeout": { "index": 73, "kind": "parameter", "displayName": 
"Read Lock Timeout", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 10000, "description": "Optional timeout 
in millis for the read-lock, if supported by the read-lock. If the read-lock 
could not be granted and the timeout triggered, then Camel will skip the file. 
At next poll Camel, will t [...]
     "backoffErrorThreshold": { "index": 74, "kind": "parameter", 
"displayName": "Backoff Error Threshold", "group": "scheduler", "label": 
"consumer,scheduler", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
number of subsequent error polls (failed due some error) that should happen 
before the backoffMultipler should kick-in." },
     "backoffIdleThreshold": { "index": 75, "kind": "parameter", "displayName": 
"Backoff Idle Threshold", "group": "scheduler", "label": "consumer,scheduler", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "description": "The number of subsequent 
idle polls that should happen before the backoffMultipler should kick-in." },
     "backoffMultiplier": { "index": 76, "kind": "parameter", "displayName": 
"Backoff Multiplier", "group": "scheduler", "label": "consumer,scheduler", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "description": "To let the scheduled 
polling consumer backoff if there has been a number of subsequent idles\/errors 
in a row. The multiplier is then the number of polls that will be skipped 
before the next actual attempt is h [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/file.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/file.json
index 542aca3b6ab..a06cd2d5537 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/file.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/file.json
@@ -114,7 +114,7 @@
     "move": { "index": 64, "kind": "parameter", "displayName": "Move", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Expression (such as Simple Language) 
used to dynamically set the filename when moving it after processing. To move 
files into a .done subdirectory just enter .done." },
     "exclusiveReadLockStrategy": { "index": 65, "kind": "parameter", 
"displayName": "Exclusive Read Lock Strategy", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy<java.io.File>",
 "deprecated": false, "autowired": false, "secret": false, "description": 
"Pluggable read-lock as a 
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy 
implementation." },
     "readLock": { "index": 66, "kind": "parameter", "displayName": "Read 
Lock", "group": "lock", "label": "consumer,lock", "required": false, "type": 
"string", "javaType": "java.lang.String", "enum": [ "none", "markerFile", 
"fileLock", "rename", "changed", "idempotent", "idempotent-changed", 
"idempotent-rename" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "none", "description": "Used by consumer, to only poll 
the files if it has exclusive read-lock on the  [...]
-    "readLockCheckInterval": { "index": 67, "kind": "parameter", 
"displayName": "Read Lock Check Interval", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 1000, 
"description": "Interval in millis for the read-lock, if supported by the read 
lock. This interval is used for sleeping between attempts to acquire the read 
lock. For example when using the changed read  [...]
+    "readLockCheckInterval": { "index": 67, "kind": "parameter", 
"displayName": "Read Lock Check Interval", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 1000, 
"description": "Interval in millis for the read-lock, if supported by the read 
lock. This interval is used for sleeping between attempts to acquire the read 
lock. For example when using the changed read  [...]
     "readLockDeleteOrphanLockFiles": { "index": 68, "kind": "parameter", 
"displayName": "Read Lock Delete Orphan Lock Files", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether or not read lock with marker files should upon startup 
delete any orphan read lock files, which may have been left on the file system, 
if Camel was not proper [...]
     "readLockIdempotentReleaseAsync": { "index": 69, "kind": "parameter", 
"displayName": "Read Lock Idempotent Release Async", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether the delayed release task should be synchronous 
or asynchronous. See more details at the readLockIdempotentReleaseDelay 
option." },
     "readLockIdempotentReleaseAsyncPoolSize": { "index": 70, "kind": 
"parameter", "displayName": "Read Lock Idempotent Release Async Pool Size", 
"group": "lock", "label": "consumer,lock", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "description": "The number of threads in the scheduled thread 
pool when using asynchronous release tasks. Using a default of 1 core threads 
should be sufficient in almost all use-cases, onl [...]
@@ -126,7 +126,7 @@
     "readLockMinLength": { "index": 76, "kind": "parameter", "displayName": 
"Read Lock Min Length", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 1, "description": "This option is 
applied only for readLock=changed. It allows you to configure a minimum file 
length. By default Camel expects the file to contain data, and thus the default 
value is 1. You can set th [...]
     "readLockRemoveOnCommit": { "index": 77, "kind": "parameter", 
"displayName": "Read Lock Remove On Commit", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "This option is applied only for readLock=idempotent. It 
allows to specify whether to remove the file name entry from the idempotent 
repository when processing the file is succeeded [...]
     "readLockRemoveOnRollback": { "index": 78, "kind": "parameter", 
"displayName": "Read Lock Remove On Rollback", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "This option is applied only for readLock=idempotent. It allows 
to specify whether to remove the file name entry from the idempotent repository 
when processing the file failed an [...]
-    "readLockTimeout": { "index": 79, "kind": "parameter", "displayName": 
"Read Lock Timeout", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 10000, "description": "Optional timeout 
in millis for the read-lock, if supported by the read-lock. If the read-lock 
could not be granted and the timeout triggered, then Camel will skip the file. 
At next poll Camel, will t [...]
+    "readLockTimeout": { "index": 79, "kind": "parameter", "displayName": 
"Read Lock Timeout", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 10000, "description": "Optional timeout 
in millis for the read-lock, if supported by the read-lock. If the read-lock 
could not be granted and the timeout triggered, then Camel will skip the file. 
At next poll Camel, will t [...]
     "backoffErrorThreshold": { "index": 80, "kind": "parameter", 
"displayName": "Backoff Error Threshold", "group": "scheduler", "label": 
"consumer,scheduler", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
number of subsequent error polls (failed due some error) that should happen 
before the backoffMultipler should kick-in." },
     "backoffIdleThreshold": { "index": 81, "kind": "parameter", "displayName": 
"Backoff Idle Threshold", "group": "scheduler", "label": "consumer,scheduler", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "description": "The number of subsequent 
idle polls that should happen before the backoffMultipler should kick-in." },
     "backoffMultiplier": { "index": 82, "kind": "parameter", "displayName": 
"Backoff Multiplier", "group": "scheduler", "label": "consumer,scheduler", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "description": "To let the scheduled 
polling consumer backoff if there has been a number of subsequent idles\/errors 
in a row. The multiplier is then the number of polls that will be skipped 
before the next actual attempt is h [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ftp.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ftp.json
index 16da4ccef37..702bdad8e8a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ftp.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ftp.json
@@ -127,7 +127,7 @@
     "move": { "index": 82, "kind": "parameter", "displayName": "Move", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Expression (such as Simple Language) 
used to dynamically set the filename when moving it after processing. To move 
files into a .done subdirectory just enter .done." },
     "exclusiveReadLockStrategy": { "index": 83, "kind": "parameter", 
"displayName": "Exclusive Read Lock Strategy", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy<org.apache.commons.net.ftp.FTPFile>",
 "deprecated": false, "autowired": false, "secret": false, "description": 
"Pluggable read-lock as a 
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy implemen 
[...]
     "readLock": { "index": 84, "kind": "parameter", "displayName": "Read 
Lock", "group": "lock", "label": "consumer,lock", "required": false, "type": 
"string", "javaType": "java.lang.String", "enum": [ "none", "markerFile", 
"fileLock", "rename", "changed", "idempotent", "idempotent-changed", 
"idempotent-rename" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "none", "description": "Used by consumer, to only poll 
the files if it has exclusive read-lock on the  [...]
-    "readLockCheckInterval": { "index": 85, "kind": "parameter", 
"displayName": "Read Lock Check Interval", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 1000, 
"description": "Interval in millis for the read-lock, if supported by the read 
lock. This interval is used for sleeping between attempts to acquire the read 
lock. For example when using the changed read  [...]
+    "readLockCheckInterval": { "index": 85, "kind": "parameter", 
"displayName": "Read Lock Check Interval", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 1000, 
"description": "Interval in millis for the read-lock, if supported by the read 
lock. This interval is used for sleeping between attempts to acquire the read 
lock. For example when using the changed read  [...]
     "readLockDeleteOrphanLockFiles": { "index": 86, "kind": "parameter", 
"displayName": "Read Lock Delete Orphan Lock Files", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether or not read lock with marker files should upon startup 
delete any orphan read lock files, which may have been left on the file system, 
if Camel was not proper [...]
     "readLockLoggingLevel": { "index": 87, "kind": "parameter", "displayName": 
"Read Lock Logging Level", "group": "lock", "label": "consumer,lock", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.LoggingLevel", "enum": [ "TRACE", "DEBUG", "INFO", "WARN", 
"ERROR", "OFF" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "DEBUG", "description": "Logging level used when a read lock 
could not be acquired. By default a DEBUG is logged. You can cha [...]
     "readLockMarkerFile": { "index": 88, "kind": "parameter", "displayName": 
"Read Lock Marker File", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to use marker file with the changed, rename, or exclusive read lock 
types. By default a marker file is used as well to guard against other 
processes picking up the same files. This b [...]
@@ -135,7 +135,7 @@
     "readLockMinLength": { "index": 90, "kind": "parameter", "displayName": 
"Read Lock Min Length", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 1, "description": "This option is 
applied only for readLock=changed. It allows you to configure a minimum file 
length. By default Camel expects the file to contain data, and thus the default 
value is 1. You can set th [...]
     "readLockRemoveOnCommit": { "index": 91, "kind": "parameter", 
"displayName": "Read Lock Remove On Commit", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "This option is applied only for readLock=idempotent. It 
allows to specify whether to remove the file name entry from the idempotent 
repository when processing the file is succeeded [...]
     "readLockRemoveOnRollback": { "index": 92, "kind": "parameter", 
"displayName": "Read Lock Remove On Rollback", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "This option is applied only for readLock=idempotent. It allows 
to specify whether to remove the file name entry from the idempotent repository 
when processing the file failed an [...]
-    "readLockTimeout": { "index": 93, "kind": "parameter", "displayName": 
"Read Lock Timeout", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 10000, "description": "Optional timeout 
in millis for the read-lock, if supported by the read-lock. If the read-lock 
could not be granted and the timeout triggered, then Camel will skip the file. 
At next poll Camel, will t [...]
+    "readLockTimeout": { "index": 93, "kind": "parameter", "displayName": 
"Read Lock Timeout", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 10000, "description": "Optional timeout 
in millis for the read-lock, if supported by the read-lock. If the read-lock 
could not be granted and the timeout triggered, then Camel will skip the file. 
At next poll Camel, will t [...]
     "backoffErrorThreshold": { "index": 94, "kind": "parameter", 
"displayName": "Backoff Error Threshold", "group": "scheduler", "label": 
"consumer,scheduler", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
number of subsequent error polls (failed due some error) that should happen 
before the backoffMultipler should kick-in." },
     "backoffIdleThreshold": { "index": 95, "kind": "parameter", "displayName": 
"Backoff Idle Threshold", "group": "scheduler", "label": "consumer,scheduler", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "description": "The number of subsequent 
idle polls that should happen before the backoffMultipler should kick-in." },
     "backoffMultiplier": { "index": 96, "kind": "parameter", "displayName": 
"Backoff Multiplier", "group": "scheduler", "label": "consumer,scheduler", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "description": "To let the scheduled 
polling consumer backoff if there has been a number of subsequent idles\/errors 
in a row. The multiplier is then the number of polls that will be skipped 
before the next actual attempt is h [...]
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 374c9a4b143..695b9040566 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
@@ -128,7 +128,7 @@
     "move": { "index": 82, "kind": "parameter", "displayName": "Move", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Expression (such as Simple Language) 
used to dynamically set the filename when moving it after processing. To move 
files into a .done subdirectory just enter .done." },
     "exclusiveReadLockStrategy": { "index": 83, "kind": "parameter", 
"displayName": "Exclusive Read Lock Strategy", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy<org.apache.commons.net.ftp.FTPFile>",
 "deprecated": false, "autowired": false, "secret": false, "description": 
"Pluggable read-lock as a 
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy implemen 
[...]
     "readLock": { "index": 84, "kind": "parameter", "displayName": "Read 
Lock", "group": "lock", "label": "consumer,lock", "required": false, "type": 
"string", "javaType": "java.lang.String", "enum": [ "none", "markerFile", 
"fileLock", "rename", "changed", "idempotent", "idempotent-changed", 
"idempotent-rename" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "none", "description": "Used by consumer, to only poll 
the files if it has exclusive read-lock on the  [...]
-    "readLockCheckInterval": { "index": 85, "kind": "parameter", 
"displayName": "Read Lock Check Interval", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 1000, 
"description": "Interval in millis for the read-lock, if supported by the read 
lock. This interval is used for sleeping between attempts to acquire the read 
lock. For example when using the changed read  [...]
+    "readLockCheckInterval": { "index": 85, "kind": "parameter", 
"displayName": "Read Lock Check Interval", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 1000, 
"description": "Interval in millis for the read-lock, if supported by the read 
lock. This interval is used for sleeping between attempts to acquire the read 
lock. For example when using the changed read  [...]
     "readLockDeleteOrphanLockFiles": { "index": 86, "kind": "parameter", 
"displayName": "Read Lock Delete Orphan Lock Files", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether or not read lock with marker files should upon startup 
delete any orphan read lock files, which may have been left on the file system, 
if Camel was not proper [...]
     "readLockLoggingLevel": { "index": 87, "kind": "parameter", "displayName": 
"Read Lock Logging Level", "group": "lock", "label": "consumer,lock", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.LoggingLevel", "enum": [ "TRACE", "DEBUG", "INFO", "WARN", 
"ERROR", "OFF" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "DEBUG", "description": "Logging level used when a read lock 
could not be acquired. By default a DEBUG is logged. You can cha [...]
     "readLockMarkerFile": { "index": 88, "kind": "parameter", "displayName": 
"Read Lock Marker File", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to use marker file with the changed, rename, or exclusive read lock 
types. By default a marker file is used as well to guard against other 
processes picking up the same files. This b [...]
@@ -136,7 +136,7 @@
     "readLockMinLength": { "index": 90, "kind": "parameter", "displayName": 
"Read Lock Min Length", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 1, "description": "This option is 
applied only for readLock=changed. It allows you to configure a minimum file 
length. By default Camel expects the file to contain data, and thus the default 
value is 1. You can set th [...]
     "readLockRemoveOnCommit": { "index": 91, "kind": "parameter", 
"displayName": "Read Lock Remove On Commit", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "This option is applied only for readLock=idempotent. It 
allows to specify whether to remove the file name entry from the idempotent 
repository when processing the file is succeeded [...]
     "readLockRemoveOnRollback": { "index": 92, "kind": "parameter", 
"displayName": "Read Lock Remove On Rollback", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "This option is applied only for readLock=idempotent. It allows 
to specify whether to remove the file name entry from the idempotent repository 
when processing the file failed an [...]
-    "readLockTimeout": { "index": 93, "kind": "parameter", "displayName": 
"Read Lock Timeout", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 10000, "description": "Optional timeout 
in millis for the read-lock, if supported by the read-lock. If the read-lock 
could not be granted and the timeout triggered, then Camel will skip the file. 
At next poll Camel, will t [...]
+    "readLockTimeout": { "index": 93, "kind": "parameter", "displayName": 
"Read Lock Timeout", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 10000, "description": "Optional timeout 
in millis for the read-lock, if supported by the read-lock. If the read-lock 
could not be granted and the timeout triggered, then Camel will skip the file. 
At next poll Camel, will t [...]
     "backoffErrorThreshold": { "index": 94, "kind": "parameter", 
"displayName": "Backoff Error Threshold", "group": "scheduler", "label": 
"consumer,scheduler", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
number of subsequent error polls (failed due some error) that should happen 
before the backoffMultipler should kick-in." },
     "backoffIdleThreshold": { "index": 95, "kind": "parameter", "displayName": 
"Backoff Idle Threshold", "group": "scheduler", "label": "consumer,scheduler", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "description": "The number of subsequent 
idle polls that should happen before the backoffMultipler should kick-in." },
     "backoffMultiplier": { "index": 96, "kind": "parameter", "displayName": 
"Backoff Multiplier", "group": "scheduler", "label": "consumer,scheduler", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "description": "To let the scheduled 
polling consumer backoff if there has been a number of subsequent idles\/errors 
in a row. The multiplier is then the number of polls that will be skipped 
before the next actual attempt is h [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-drive.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-drive.json
index 94e534b35b4..cdf863f5ba3 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-drive.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-drive.json
@@ -87,7 +87,7 @@
     "drive-channels": { "methods": { "stop": { "properties": { 
"contentChannel": { "index": 0, "kind": "parameter", "displayName": "Content 
Channel", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.google.api.services.drive.model.Channel", "deprecated": false, 
"autowired": false, "secret": false, "description": "The 
com.google.api.services.drive.model.Channel", "optional": false } } } } },
     "drive-comments": { "methods": { "create": { "properties": { "content": { 
"index": 0, "kind": "parameter", "displayName": "Content", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"com.google.api.services.drive.model.Comment", "deprecated": false, 
"autowired": false, "secret": false, "description": "The 
com.google.api.services.drive.model.Comment", "optional": false }, "fileId": { 
"index": 1, "kind": "parameter", "displayName": "File Id", "group": "c [...]
     "drive-drives": { "methods": { "create": { "properties": { "content": { 
"index": 0, "kind": "parameter", "displayName": "Content", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"com.google.api.services.drive.model.Drive", "deprecated": false, "autowired": 
false, "secret": false, "description": "The 
com.google.api.services.drive.model.Drive", "optional": false }, "requestId": { 
"index": 1, "kind": "parameter", "displayName": "Request Id", "group": "c [...]
-    "drive-files": { "methods": { "copy": { "properties": { "file": { "index": 
0, "kind": "parameter", "displayName": "File", "group": "common", "label": "", 
"required": false, "type": "object", "javaType": 
"com.google.api.services.drive.model.File", "deprecated": false, "autowired": 
false, "secret": false, "description": "The 
com.google.api.services.drive.model.File", "optional": false }, "fileId": { 
"index": 1, "kind": "parameter", "displayName": "File Id", "group": "common", 
"label":  [...]
+    "drive-files": { "methods": { "copy": { "properties": { "file": { "index": 
0, "kind": "parameter", "displayName": "File", "group": "common", "label": "", 
"required": false, "type": "object", "javaType": 
"com.google.api.services.drive.model.File", "deprecated": false, "autowired": 
false, "secret": false, "description": "The 
com.google.api.services.drive.model.File", "optional": false }, "fileId": { 
"index": 1, "kind": "parameter", "displayName": "File Id", "group": "common", 
"label":  [...]
     "drive-permissions": { "methods": { "create": { "properties": { "content": 
{ "index": 0, "kind": "parameter", "displayName": "Content", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"com.google.api.services.drive.model.Permission", "deprecated": false, 
"autowired": false, "secret": false, "description": "The 
com.google.api.services.drive.model.Permission", "optional": false }, "fileId": 
{ "index": 1, "kind": "parameter", "displayName": "File Id", "g [...]
     "drive-replies": { "methods": { "create": { "properties": { "commentId": { 
"index": 0, "kind": "parameter", "displayName": "Comment Id", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The ID of the comment", "optional": false }, "content": { 
"index": 1, "kind": "parameter", "displayName": "Content", "group": "common", 
"label": "", "required": false, "type":  [...]
     "drive-revisions": { "methods": { "delete": { "properties": { "fileId": { 
"index": 0, "kind": "parameter", "displayName": "File Id", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "The ID of the file", "optional": false }, "revisionId": { 
"index": 1, "kind": "parameter", "displayName": "Revision Id", "group": 
"common", "label": "", "required": false, "type":  [...]
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 2a33eb98ad5..1c17c30e8de 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
@@ -124,7 +124,7 @@
     "move": { "index": 80, "kind": "parameter", "displayName": "Move", 
"group": "filter", "label": "consumer,filter", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Expression (such as Simple Language) 
used to dynamically set the filename when moving it after processing. To move 
files into a .done subdirectory just enter .done." },
     "exclusiveReadLockStrategy": { "index": 81, "kind": "parameter", 
"displayName": "Exclusive Read Lock Strategy", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy<org.apache.camel.component.file.remote.SftpRemoteFile>",
 "deprecated": false, "autowired": false, "secret": false, "description": 
"Pluggable read-lock as a 
org.apache.camel.component.file.GenericFileExclusiveReadLo [...]
     "readLock": { "index": 82, "kind": "parameter", "displayName": "Read 
Lock", "group": "lock", "label": "consumer,lock", "required": false, "type": 
"string", "javaType": "java.lang.String", "enum": [ "none", "markerFile", 
"fileLock", "rename", "changed", "idempotent", "idempotent-changed", 
"idempotent-rename" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "none", "description": "Used by consumer, to only poll 
the files if it has exclusive read-lock on the  [...]
-    "readLockCheckInterval": { "index": 83, "kind": "parameter", 
"displayName": "Read Lock Check Interval", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 1000, 
"description": "Interval in millis for the read-lock, if supported by the read 
lock. This interval is used for sleeping between attempts to acquire the read 
lock. For example when using the changed read  [...]
+    "readLockCheckInterval": { "index": 83, "kind": "parameter", 
"displayName": "Read Lock Check Interval", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "integer", "javaType": "long", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 1000, 
"description": "Interval in millis for the read-lock, if supported by the read 
lock. This interval is used for sleeping between attempts to acquire the read 
lock. For example when using the changed read  [...]
     "readLockDeleteOrphanLockFiles": { "index": 84, "kind": "parameter", 
"displayName": "Read Lock Delete Orphan Lock Files", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Whether or not read lock with marker files should upon startup 
delete any orphan read lock files, which may have been left on the file system, 
if Camel was not proper [...]
     "readLockIdempotentReleaseAsync": { "index": 85, "kind": "parameter", 
"displayName": "Read Lock Idempotent Release Async", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "Whether the delayed release task should be synchronous 
or asynchronous. See more details at the readLockIdempotentReleaseDelay 
option." },
     "readLockIdempotentReleaseAsyncPoolSize": { "index": 86, "kind": 
"parameter", "displayName": "Read Lock Idempotent Release Async Pool Size", 
"group": "lock", "label": "consumer,lock", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "description": "The number of threads in the scheduled thread 
pool when using asynchronous release tasks. Using a default of 1 core threads 
should be sufficient in almost all use-cases, onl [...]
@@ -136,7 +136,7 @@
     "readLockMinLength": { "index": 92, "kind": "parameter", "displayName": 
"Read Lock Min Length", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 1, "description": "This option is 
applied only for readLock=changed. It allows you to configure a minimum file 
length. By default Camel expects the file to contain data, and thus the default 
value is 1. You can set th [...]
     "readLockRemoveOnCommit": { "index": 93, "kind": "parameter", 
"displayName": "Read Lock Remove On Commit", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "This option is applied only for readLock=idempotent. It 
allows to specify whether to remove the file name entry from the idempotent 
repository when processing the file is succeeded [...]
     "readLockRemoveOnRollback": { "index": 94, "kind": "parameter", 
"displayName": "Read Lock Remove On Rollback", "group": "lock", "label": 
"consumer,lock", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "This option is applied only for readLock=idempotent. It allows 
to specify whether to remove the file name entry from the idempotent repository 
when processing the file failed an [...]
-    "readLockTimeout": { "index": 95, "kind": "parameter", "displayName": 
"Read Lock Timeout", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 10000, "description": "Optional timeout 
in millis for the read-lock, if supported by the read-lock. If the read-lock 
could not be granted and the timeout triggered, then Camel will skip the file. 
At next poll Camel, will t [...]
+    "readLockTimeout": { "index": 95, "kind": "parameter", "displayName": 
"Read Lock Timeout", "group": "lock", "label": "consumer,lock", "required": 
false, "type": "integer", "javaType": "long", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 10000, "description": "Optional timeout 
in millis for the read-lock, if supported by the read-lock. If the read-lock 
could not be granted and the timeout triggered, then Camel will skip the file. 
At next poll Camel, will t [...]
     "backoffErrorThreshold": { "index": 96, "kind": "parameter", 
"displayName": "Backoff Error Threshold", "group": "scheduler", "label": 
"consumer,scheduler", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "description": "The 
number of subsequent error polls (failed due some error) that should happen 
before the backoffMultipler should kick-in." },
     "backoffIdleThreshold": { "index": 97, "kind": "parameter", "displayName": 
"Backoff Idle Threshold", "group": "scheduler", "label": "consumer,scheduler", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "description": "The number of subsequent 
idle polls that should happen before the backoffMultipler should kick-in." },
     "backoffMultiplier": { "index": 98, "kind": "parameter", "displayName": 
"Backoff Multiplier", "group": "scheduler", "label": "consumer,scheduler", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "description": "To let the scheduled 
polling consumer backoff if there has been a number of subsequent idles\/errors 
in a row. The multiplier is then the number of polls that will be skipped 
before the next actual attempt is h [...]


Reply via email to