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 3801ec4 Regen catalog
3801ec4 is described below
commit 3801ec4fce12c771c3c642f2aa77aba0dc6aef9c
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Jan 20 07:03:00 2021 +0100
Regen catalog
---
.../resources/org/apache/camel/catalog/components/jsonata.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/jsonata.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/jsonata.json
index 0ee7720..f06b322 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/jsonata.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/jsonata.json
@@ -29,7 +29,7 @@
"resourceUri": { "kind": "path", "displayName": "Resource Uri", "group":
"producer", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Path to the resource. You can prefix
with: classpath, file, http, ref, or bean. classpath, file and http loads the
resource using these protocols (classpath is default). ref will lookup the
resource in the registry. bean will [...]
"allowContextMapAll": { "kind": "parameter", "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. [...]
"contentCache": { "kind": "parameter", "displayName": "Content Cache",
"group": "producer", "label": "", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "Sets whether to use resource
content cache or not" },
- "inputType": { "kind": "parameter", "displayName": "Input Type", "group":
"producer", "label": "", "required": false, "type": "object", "javaType":
"org.apache.camel.component.jsonata.JsonataInputOutputType", "enum": [
"Jackson", "JsonString" ], "deprecated": false, "autowired": false, "secret":
false, "defaultValue": "Jackson", "description": "Specifies if the output
should be Jackson JsonNode or a JSON String." },
+ "inputType": { "kind": "parameter", "displayName": "Input Type", "group":
"producer", "label": "", "required": false, "type": "object", "javaType":
"org.apache.camel.component.jsonata.JsonataInputOutputType", "enum": [
"Jackson", "JsonString" ], "deprecated": false, "autowired": false, "secret":
false, "defaultValue": "Jackson", "description": "Specifies if the input should
be Jackson JsonNode or a JSON String." },
"lazyStartProducer": { "kind": "parameter", "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 sta [...]
"outputType": { "kind": "parameter", "displayName": "Output Type",
"group": "producer", "label": "", "required": false, "type": "object",
"javaType": "org.apache.camel.component.jsonata.JsonataInputOutputType",
"enum": [ "Jackson", "JsonString" ], "deprecated": false, "autowired": false,
"secret": false, "defaultValue": "Jackson", "description": "Specifies if the
output should be Jackson JsonNode or a JSON String." }
}