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 64572bf9987 Regen
64572bf9987 is described below
commit 64572bf9987be447f9a0fbb267578d691ee11d5f
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jul 8 07:22:42 2026 +0200
Regen
---
.../org/apache/camel/springboot/catalog/components/azure-files.json | 2 +-
.../resources/org/apache/camel/springboot/catalog/components/file.json | 2 +-
.../resources/org/apache/camel/springboot/catalog/components/ftp.json | 2 +-
.../resources/org/apache/camel/springboot/catalog/components/ftps.json | 2 +-
.../org/apache/camel/springboot/catalog/components/mina-sftp.json | 2 +-
.../resources/org/apache/camel/springboot/catalog/components/sftp.json | 2 +-
.../resources/org/apache/camel/springboot/catalog/components/smb.json | 2 +-
7 files changed, 7 insertions(+), 7 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 e45e6703034..2d999319699 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
@@ -62,7 +62,7 @@
"moveFailed": { "index": 11, "kind": "parameter", "displayName": "Move
Failed", "group": "consumer", "label": "consumer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "description": "Sets the move failure expression based
on Simple language. For example, to move files into a .error subdirectory use:
.error. Note: When moving the files to the fail location Camel will handle the
error and will not pick up [...]
"noop": { "index": 12, "kind": "parameter", "displayName": "Noop",
"group": "consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "If true, the file is not moved or
deleted in any way. This option is good for readonly data, or for ETL type
requirements. If noop=true, Camel will set idempotent=true as well, to avoid
consuming the same files over and o [...]
"preMove": { "index": 13, "kind": "parameter", "displayName": "Pre Move",
"group": "consumer", "label": "consumer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Expression (such as File Language) used to
dynamically set the filename when moving it before processing. For example to
move in-progress files into the order directory set this value to order." },
- "preSort": { "index": 14, "kind": "parameter", "displayName": "Pre Sort",
"group": "consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "When pre-sort is enabled then the
consumer will sort the file and directory names during polling, that was
retrieved from the file system. You may want to do this in case you need to
operate on the files in a sorte [...]
+ "preSort": { "index": 14, "kind": "parameter", "displayName": "Pre Sort",
"group": "consumer", "label": "consumer", "required": false, "type": "enum",
"javaType": "java.lang.String", "enum": [ "true", "false", "name", "-name",
"modified", "-modified", "size", "-size" ], "deprecated": false, "autowired":
false, "secret": false, "description": "When pre-sort is enabled then the
consumer will sort the file and directory names during polling, that was
retrieved from the file system. You [...]
"recursive": { "index": 15, "kind": "parameter", "displayName":
"Recursive", "group": "consumer", "label": "consumer", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "If a directory,
will look for files in all the sub-directories as well." },
"resumeDownload": { "index": 16, "kind": "parameter", "displayName":
"Resume Download", "group": "consumer", "label": "consumer", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Configures
whether resume download is enabled. In addition the options localWorkDirectory
must be configured so downloaded files are stored in a local directory, which
is required to support resuming [...]
"sendEmptyMessageWhenIdle": { "index": 17, "kind": "parameter",
"displayName": "Send Empty Message When Idle", "group": "consumer", "label":
"consumer", "required": false, "type": "boolean", "javaType": "boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "If the polling consumer did not poll any files, you can
enable this option to send an empty message (no body) instead." },
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 92b7bb8ac1a..d75db7e063e 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
@@ -59,7 +59,7 @@
"moveFailed": { "index": 6, "kind": "parameter", "displayName": "Move
Failed", "group": "consumer", "label": "consumer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "description": "Sets the move failure expression based
on Simple language. For example, to move files into a .error subdirectory use:
.error. Note: When moving the files to the fail location Camel will handle the
error and will not pick up [...]
"noop": { "index": 7, "kind": "parameter", "displayName": "Noop", "group":
"consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "If true, the file is not moved or
deleted in any way. This option is good for readonly data, or for ETL type
requirements. If noop=true, Camel will set idempotent=true as well, to avoid
consuming the same files over and ov [...]
"preMove": { "index": 8, "kind": "parameter", "displayName": "Pre Move",
"group": "consumer", "label": "consumer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Expression (such as File Language) used to
dynamically set the filename when moving it before processing. For example to
move in-progress files into the order directory set this value to order." },
- "preSort": { "index": 9, "kind": "parameter", "displayName": "Pre Sort",
"group": "consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "When pre-sort is enabled then the
consumer will sort the file and directory names during polling, that was
retrieved from the file system. You may want to do this in case you need to
operate on the files in a sorted [...]
+ "preSort": { "index": 9, "kind": "parameter", "displayName": "Pre Sort",
"group": "consumer", "label": "consumer", "required": false, "type": "enum",
"javaType": "java.lang.String", "enum": [ "true", "false", "name", "-name",
"modified", "-modified", "size", "-size" ], "deprecated": false, "autowired":
false, "secret": false, "description": "When pre-sort is enabled then the
consumer will sort the file and directory names during polling, that was
retrieved from the file system. You m [...]
"recursive": { "index": 10, "kind": "parameter", "displayName":
"Recursive", "group": "consumer", "label": "consumer", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "If a directory,
will look for files in all the sub-directories as well." },
"sendEmptyMessageWhenIdle": { "index": 11, "kind": "parameter",
"displayName": "Send Empty Message When Idle", "group": "consumer", "label":
"consumer", "required": false, "type": "boolean", "javaType": "boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "If the polling consumer did not poll any files, you can
enable this option to send an empty message (no body) instead." },
"bridgeErrorHandler": { "index": 12, "kind": "parameter", "displayName":
"Bridge Error Handler", "group": "consumer (advanced)", "label":
"consumer,advanced", "required": false, "type": "boolean", "javaType":
"boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Allows for bridging the consumer to the
Camel routing Error Handler, which mean any exceptions (if possible) occurred
while the Camel consumer is trying to pickup incoming [...]
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 41b334a0d40..718f59b40fb 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
@@ -70,7 +70,7 @@
"moveFailed": { "index": 16, "kind": "parameter", "displayName": "Move
Failed", "group": "consumer", "label": "consumer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "description": "Sets the move failure expression based
on Simple language. For example, to move files into a .error subdirectory use:
.error. Note: When moving the files to the fail location Camel will handle the
error and will not pick up [...]
"noop": { "index": 17, "kind": "parameter", "displayName": "Noop",
"group": "consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "If true, the file is not moved or
deleted in any way. This option is good for readonly data, or for ETL type
requirements. If noop=true, Camel will set idempotent=true as well, to avoid
consuming the same files over and o [...]
"preMove": { "index": 18, "kind": "parameter", "displayName": "Pre Move",
"group": "consumer", "label": "consumer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Expression (such as File Language) used to
dynamically set the filename when moving it before processing. For example to
move in-progress files into the order directory set this value to order." },
- "preSort": { "index": 19, "kind": "parameter", "displayName": "Pre Sort",
"group": "consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "When pre-sort is enabled then the
consumer will sort the file and directory names during polling, that was
retrieved from the file system. You may want to do this in case you need to
operate on the files in a sorte [...]
+ "preSort": { "index": 19, "kind": "parameter", "displayName": "Pre Sort",
"group": "consumer", "label": "consumer", "required": false, "type": "enum",
"javaType": "java.lang.String", "enum": [ "true", "false", "name", "-name",
"modified", "-modified", "size", "-size" ], "deprecated": false, "autowired":
false, "secret": false, "description": "When pre-sort is enabled then the
consumer will sort the file and directory names during polling, that was
retrieved from the file system. You [...]
"recursive": { "index": 20, "kind": "parameter", "displayName":
"Recursive", "group": "consumer", "label": "consumer", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "If a directory,
will look for files in all the sub-directories as well." },
"resumeDownload": { "index": 21, "kind": "parameter", "displayName":
"Resume Download", "group": "consumer", "label": "consumer", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Configures
whether resume download is enabled. This must be supported by the FTP server
(almost all FTP servers support it). In addition, the options
localWorkDirectory must be configured so downloade [...]
"sendEmptyMessageWhenIdle": { "index": 22, "kind": "parameter",
"displayName": "Send Empty Message When Idle", "group": "consumer", "label":
"consumer", "required": false, "type": "boolean", "javaType": "boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "If the polling consumer did not poll any files, you can
enable this option to send an empty message (no body) instead." },
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 41be9759e5f..7a7d4feca5d 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
@@ -71,7 +71,7 @@
"moveFailed": { "index": 16, "kind": "parameter", "displayName": "Move
Failed", "group": "consumer", "label": "consumer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "description": "Sets the move failure expression based
on Simple language. For example, to move files into a .error subdirectory use:
.error. Note: When moving the files to the fail location Camel will handle the
error and will not pick up [...]
"noop": { "index": 17, "kind": "parameter", "displayName": "Noop",
"group": "consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "If true, the file is not moved or
deleted in any way. This option is good for readonly data, or for ETL type
requirements. If noop=true, Camel will set idempotent=true as well, to avoid
consuming the same files over and o [...]
"preMove": { "index": 18, "kind": "parameter", "displayName": "Pre Move",
"group": "consumer", "label": "consumer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Expression (such as File Language) used to
dynamically set the filename when moving it before processing. For example to
move in-progress files into the order directory set this value to order." },
- "preSort": { "index": 19, "kind": "parameter", "displayName": "Pre Sort",
"group": "consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "When pre-sort is enabled then the
consumer will sort the file and directory names during polling, that was
retrieved from the file system. You may want to do this in case you need to
operate on the files in a sorte [...]
+ "preSort": { "index": 19, "kind": "parameter", "displayName": "Pre Sort",
"group": "consumer", "label": "consumer", "required": false, "type": "enum",
"javaType": "java.lang.String", "enum": [ "true", "false", "name", "-name",
"modified", "-modified", "size", "-size" ], "deprecated": false, "autowired":
false, "secret": false, "description": "When pre-sort is enabled then the
consumer will sort the file and directory names during polling, that was
retrieved from the file system. You [...]
"recursive": { "index": 20, "kind": "parameter", "displayName":
"Recursive", "group": "consumer", "label": "consumer", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "If a directory,
will look for files in all the sub-directories as well." },
"resumeDownload": { "index": 21, "kind": "parameter", "displayName":
"Resume Download", "group": "consumer", "label": "consumer", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Configures
whether resume download is enabled. This must be supported by the FTP server
(almost all FTP servers support it). In addition, the options
localWorkDirectory must be configured so downloade [...]
"sendEmptyMessageWhenIdle": { "index": 22, "kind": "parameter",
"displayName": "Send Empty Message When Idle", "group": "consumer", "label":
"consumer", "required": false, "type": "boolean", "javaType": "boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "If the polling consumer did not poll any files, you can
enable this option to send an empty message (no body) instead." },
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mina-sftp.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mina-sftp.json
index 285e4220d44..7e7eb2168c8 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mina-sftp.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mina-sftp.json
@@ -66,7 +66,7 @@
"moveFailed": { "index": 13, "kind": "parameter", "displayName": "Move
Failed", "group": "consumer", "label": "consumer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "description": "Sets the move failure expression based
on Simple language. For example, to move files into a .error subdirectory use:
.error. Note: When moving the files to the fail location Camel will handle the
error and will not pick up [...]
"noop": { "index": 14, "kind": "parameter", "displayName": "Noop",
"group": "consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "If true, the file is not moved or
deleted in any way. This option is good for readonly data, or for ETL type
requirements. If noop=true, Camel will set idempotent=true as well, to avoid
consuming the same files over and o [...]
"preMove": { "index": 15, "kind": "parameter", "displayName": "Pre Move",
"group": "consumer", "label": "consumer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Expression (such as File Language) used to
dynamically set the filename when moving it before processing. For example to
move in-progress files into the order directory set this value to order." },
- "preSort": { "index": 16, "kind": "parameter", "displayName": "Pre Sort",
"group": "consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "When pre-sort is enabled then the
consumer will sort the file and directory names during polling, that was
retrieved from the file system. You may want to do this in case you need to
operate on the files in a sorte [...]
+ "preSort": { "index": 16, "kind": "parameter", "displayName": "Pre Sort",
"group": "consumer", "label": "consumer", "required": false, "type": "enum",
"javaType": "java.lang.String", "enum": [ "true", "false", "name", "-name",
"modified", "-modified", "size", "-size" ], "deprecated": false, "autowired":
false, "secret": false, "description": "When pre-sort is enabled then the
consumer will sort the file and directory names during polling, that was
retrieved from the file system. You [...]
"recursive": { "index": 17, "kind": "parameter", "displayName":
"Recursive", "group": "consumer", "label": "consumer", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "If a directory,
will look for files in all the sub-directories as well." },
"sendEmptyMessageWhenIdle": { "index": 18, "kind": "parameter",
"displayName": "Send Empty Message When Idle", "group": "consumer", "label":
"consumer", "required": false, "type": "boolean", "javaType": "boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "If the polling consumer did not poll any files, you can
enable this option to send an empty message (no body) instead." },
"streamDownload": { "index": 19, "kind": "parameter", "displayName":
"Stream Download", "group": "consumer", "label": "consumer", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "configurationClass":
"org.apache.camel.component.file.remote.mina.MinaSftpConfiguration",
"configurationField": "configuration", "description": "Sets the download method
to use when not using a local working directo [...]
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 543e9d4f726..3207ae71adc 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
@@ -73,7 +73,7 @@
"moveFailed": { "index": 14, "kind": "parameter", "displayName": "Move
Failed", "group": "consumer", "label": "consumer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "description": "Sets the move failure expression based
on Simple language. For example, to move files into a .error subdirectory use:
.error. Note: When moving the files to the fail location Camel will handle the
error and will not pick up [...]
"noop": { "index": 15, "kind": "parameter", "displayName": "Noop",
"group": "consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "If true, the file is not moved or
deleted in any way. This option is good for readonly data, or for ETL type
requirements. If noop=true, Camel will set idempotent=true as well, to avoid
consuming the same files over and o [...]
"preMove": { "index": 16, "kind": "parameter", "displayName": "Pre Move",
"group": "consumer", "label": "consumer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Expression (such as File Language) used to
dynamically set the filename when moving it before processing. For example to
move in-progress files into the order directory set this value to order." },
- "preSort": { "index": 17, "kind": "parameter", "displayName": "Pre Sort",
"group": "consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "When pre-sort is enabled then the
consumer will sort the file and directory names during polling, that was
retrieved from the file system. You may want to do this in case you need to
operate on the files in a sorte [...]
+ "preSort": { "index": 17, "kind": "parameter", "displayName": "Pre Sort",
"group": "consumer", "label": "consumer", "required": false, "type": "enum",
"javaType": "java.lang.String", "enum": [ "true", "false", "name", "-name",
"modified", "-modified", "size", "-size" ], "deprecated": false, "autowired":
false, "secret": false, "description": "When pre-sort is enabled then the
consumer will sort the file and directory names during polling, that was
retrieved from the file system. You [...]
"recursive": { "index": 18, "kind": "parameter", "displayName":
"Recursive", "group": "consumer", "label": "consumer", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "If a directory,
will look for files in all the sub-directories as well." },
"sendEmptyMessageWhenIdle": { "index": 19, "kind": "parameter",
"displayName": "Send Empty Message When Idle", "group": "consumer", "label":
"consumer", "required": false, "type": "boolean", "javaType": "boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "If the polling consumer did not poll any files, you can
enable this option to send an empty message (no body) instead." },
"streamDownload": { "index": 20, "kind": "parameter", "displayName":
"Stream Download", "group": "consumer", "label": "consumer", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "configurationClass":
"org.apache.camel.component.file.remote.SftpConfiguration",
"configurationField": "configuration", "description": "Sets the download method
to use when not using a local working directory. If se [...]
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json
index a879ce7c4e1..251b6d88060 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smb.json
@@ -63,7 +63,7 @@
"moveFailed": { "index": 10, "kind": "parameter", "displayName": "Move
Failed", "group": "consumer", "label": "consumer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "description": "Sets the move failure expression based
on Simple language. For example, to move files into a .error subdirectory use:
.error. Note: When moving the files to the fail location Camel will handle the
error and will not pick up [...]
"noop": { "index": 11, "kind": "parameter", "displayName": "Noop",
"group": "consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "If true, the file is not moved or
deleted in any way. This option is good for readonly data, or for ETL type
requirements. If noop=true, Camel will set idempotent=true as well, to avoid
consuming the same files over and o [...]
"preMove": { "index": 12, "kind": "parameter", "displayName": "Pre Move",
"group": "consumer", "label": "consumer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "description": "Expression (such as File Language) used to
dynamically set the filename when moving it before processing. For example to
move in-progress files into the order directory set this value to order." },
- "preSort": { "index": 13, "kind": "parameter", "displayName": "Pre Sort",
"group": "consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "When pre-sort is enabled then the
consumer will sort the file and directory names during polling, that was
retrieved from the file system. You may want to do this in case you need to
operate on the files in a sorte [...]
+ "preSort": { "index": 13, "kind": "parameter", "displayName": "Pre Sort",
"group": "consumer", "label": "consumer", "required": false, "type": "enum",
"javaType": "java.lang.String", "enum": [ "true", "false", "name", "-name",
"modified", "-modified", "size", "-size" ], "deprecated": false, "autowired":
false, "secret": false, "description": "When pre-sort is enabled then the
consumer will sort the file and directory names during polling, that was
retrieved from the file system. You [...]
"recursive": { "index": 14, "kind": "parameter", "displayName":
"Recursive", "group": "consumer", "label": "consumer", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "If a directory,
will look for files in all the sub-directories as well." },
"searchPattern": { "index": 15, "kind": "parameter", "displayName":
"Search Pattern", "group": "consumer", "label": "consumer", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.smb.SmbConfiguration", "configurationField":
"configuration", "description": "The search pattern used to list the files
(server side on SMB). This parameter can contain the name of a [...]
"sendEmptyMessageWhenIdle": { "index": 16, "kind": "parameter",
"displayName": "Send Empty Message When Idle", "group": "consumer", "label":
"consumer", "required": false, "type": "boolean", "javaType": "boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "description": "If the polling consumer did not poll any files, you can
enable this option to send an empty message (no body) instead." },