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 69faba2da09 Regen
69faba2da09 is described below
commit 69faba2da091a852f7b0c6fefd60938412b83092
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Nov 11 18:13:21 2023 +0100
Regen
---
.../apache/camel/springboot/catalog/components/jolt.json | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jolt.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jolt.json
index 1c8e55231cc..44b4df15995 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jolt.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jolt.json
@@ -5,6 +5,7 @@
"title": "JOLT",
"description": "JSON to JSON transformation using JOLT.",
"deprecated": false,
+ "deprecationNote": "",
"firstVersion": "2.16.0",
"label": "transformation",
"javaType": "org.apache.camel.component.jolt.JoltComponent",
@@ -33,12 +34,11 @@
},
"properties": {
"resourceUri": { "index": 0, "kind": "path", "displayName": "Resource
Uri", "group": "producer", "label": "", "required": true, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "supportFileReference": true,
"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 look [...]
- "allowContextMapAll": { "index": 1, "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 C [...]
- "allowTemplateFromHeader": { "index": 2, "kind": "parameter",
"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 s [...]
- "contentCache": { "index": 3, "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": { "index": 4, "kind": "parameter", "displayName": "Input
Type", "group": "producer", "label": "", "required": false, "type": "object",
"javaType": "org.apache.camel.component.jolt.JoltInputOutputType", "enum": [
"Hydrated", "JsonString" ], "deprecated": false, "autowired": false, "secret":
false, "defaultValue": "Hydrated", "description": "Specifies if the input is
hydrated JSON or a JSON String." },
- "outputType": { "index": 5, "kind": "parameter", "displayName": "Output
Type", "group": "producer", "label": "", "required": false, "type": "object",
"javaType": "org.apache.camel.component.jolt.JoltInputOutputType", "enum": [
"Hydrated", "JsonString" ], "deprecated": false, "autowired": false, "secret":
false, "defaultValue": "Hydrated", "description": "Specifies if the output
should be hydrated JSON or a JSON String." },
- "transformDsl": { "index": 6, "kind": "parameter", "displayName":
"Transform Dsl", "group": "producer", "label": "", "required": false, "type":
"object", "javaType": "org.apache.camel.component.jolt.JoltTransformType",
"enum": [ "Chainr", "Shiftr", "Defaultr", "Removr", "Sortr" ], "deprecated":
false, "autowired": false, "secret": false, "defaultValue": "Chainr",
"description": "Specifies the Transform DSL of the endpoint resource. If none
is specified Chainr will be used." },
- "lazyStartProducer": { "index": 7, "kind": "parameter", "displayName":
"Lazy Start Producer", "group": "producer (advanced)", "label":
"producer,advanced", "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 produc [...]
+ "allowTemplateFromHeader": { "index": 1, "kind": "parameter",
"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 s [...]
+ "contentCache": { "index": 2, "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": { "index": 3, "kind": "parameter", "displayName": "Input
Type", "group": "producer", "label": "", "required": false, "type": "object",
"javaType": "org.apache.camel.component.jolt.JoltInputOutputType", "enum": [
"Hydrated", "JsonString" ], "deprecated": false, "autowired": false, "secret":
false, "defaultValue": "Hydrated", "description": "Specifies if the input is
hydrated JSON or a JSON String." },
+ "outputType": { "index": 4, "kind": "parameter", "displayName": "Output
Type", "group": "producer", "label": "", "required": false, "type": "object",
"javaType": "org.apache.camel.component.jolt.JoltInputOutputType", "enum": [
"Hydrated", "JsonString" ], "deprecated": false, "autowired": false, "secret":
false, "defaultValue": "Hydrated", "description": "Specifies if the output
should be hydrated JSON or a JSON String." },
+ "transformDsl": { "index": 5, "kind": "parameter", "displayName":
"Transform Dsl", "group": "producer", "label": "", "required": false, "type":
"object", "javaType": "org.apache.camel.component.jolt.JoltTransformType",
"enum": [ "Chainr", "Shiftr", "Defaultr", "Removr", "Sortr" ], "deprecated":
false, "autowired": false, "secret": false, "defaultValue": "Chainr",
"description": "Specifies the Transform DSL of the endpoint resource. If none
is specified Chainr will be used." },
+ "lazyStartProducer": { "index": 6, "kind": "parameter", "displayName":
"Lazy Start Producer", "group": "producer (advanced)", "label":
"producer,advanced", "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 produc [...]
}
}