This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new c25fa81 Regen for commit 16742a7fce3a9a3bf32f33bb022693546df4b2a4
c25fa81 is described below
commit c25fa81aeceac099bdf51595a06c78df7942da53
Author: davsclaus <[email protected]>
AuthorDate: Sat Mar 6 15:21:02 2021 +0000
Regen for commit 16742a7fce3a9a3bf32f33bb022693546df4b2a4
Signed-off-by: GitHub <[email protected]>
---
.../resources/org/apache/camel/catalog/components/freemarker.json | 1 +
1 file changed, 1 insertion(+)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/freemarker.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/freemarker.json
index d0fd535..2cdf907 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/freemarker.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/freemarker.json
@@ -25,6 +25,7 @@
"allowContextMapAll": { "kind": "property", "displayName": "Allow Context
Map All", "group": "producer", "label": "", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Sets whether the
context map should allow access to all details. By default only the message
body and headers can be accessed. This option can be enabled for full access to
the current Exchange and CamelContext. [...]
"allowTemplateFromHeader": { "kind": "property", "displayName": "Allow
Template From Header", "group": "producer", "label": "", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "Whether to allow
to use resource template from header or not (default false). Enabling this
allows to specify dynamic templates via message header. However this can be
seen as a potential security vulne [...]
"lazyStartProducer": { "kind": "property", "displayName": "Lazy Start
Producer", "group": "producer", "label": "producer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Whether the producer
should be started lazy (on the first message). By starting lazy you can use
this to allow CamelContext and routes to startup in situations where a producer
may otherwise fail during star [...]
+ "localizedLookup": { "kind": "property", "displayName": "Localized
Lookup", "group": "producer", "label": "", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Enables\/disables
localized template lookup. Disabled by default." },
"autowiredEnabled": { "kind": "property", "displayName": "Autowired
Enabled", "group": "advanced", "label": "advanced", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "description": "Whether autowiring is
enabled. This is used for automatic autowiring options (the option must be
marked as autowired) by looking up in the registry to find if there is a single
instance of matching type, which t [...]
"configuration": { "kind": "property", "displayName": "Configuration",
"group": "advanced", "label": "advanced", "required": false, "type": "object",
"javaType": "freemarker.template.Configuration", "deprecated": false,
"autowired": false, "secret": false, "description": "To use an existing
freemarker.template.Configuration instance as the configuration." }
},