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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new ee69030ab79 [create-pull-request] automated change
ee69030ab79 is described below

commit ee69030ab795127cd96aff92929121a5b94cc524
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 15 01:28:24 2022 +0000

    [create-pull-request] automated change
---
 .../resources/org/apache/camel/springboot/catalog/components/file.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 87990f7e34d..d2683f32362 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
@@ -41,7 +41,8 @@
     "CamelFileRelativePath": { "kind": "header", "displayName": "", "group": 
"consumer", "label": "consumer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The relative path.", "constantName": 
"org.apache.camel.component.file.FileConstants#FILE_RELATIVE_PATH" },
     "CamelFileParent": { "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The parent path.", "constantName": 
"org.apache.camel.component.file.FileConstants#FILE_PARENT" },
     "CamelFileNameProduced": { "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The actual absolute filepath (path name) for the output 
file that was written. This header is set by Camel and its purpose is providing 
end-users with the name of the file that was written.", "constantName": 
"org.apache.camel.component.file.Fil [...]
-    "CamelOverruleFileName": { "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": "Object", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Is used for overruling CamelFileName header and use the 
value instead (but only once, as the producer will remove this header after 
writing the file). The value can be only be a String. Notice that if the option 
fileName has been configured, th [...]
+    "CamelOverruleFileName": { "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": "Object", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Is used for overruling CamelFileName header and use the 
value instead (but only once, as the producer will remove this header after 
writing the file). The value can be only be a String. Notice that if the option 
fileName has been configured, th [...]
+    "CamelFileInitialOffset": { "kind": "header", "displayName": "", "group": 
"consumer", "label": "consumer", "required": false, "javaType": "long", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "A long value containing the initial offset.", 
"constantName": "org.apache.camel.component.file.FileConstants#INITIAL_OFFSET" }
   },
   "properties": {
     "directoryName": { "kind": "path", "displayName": "Directory Name", 
"group": "common", "label": "", "required": true, "type": "string", "javaType": 
"java.io.File", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The starting directory" },

Reply via email to