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-karaf.git


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

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

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

diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/file.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/file.json
index 550829da..7173bf35 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/file.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/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