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.git
The following commit(s) were added to refs/heads/main by this push:
new 39572ea8faf0 Regen
39572ea8faf0 is described below
commit 39572ea8faf0a9038c4e5eb5a7ad6409acdc6b01
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Mar 7 16:02:55 2026 +0100
Regen
---
.../org/apache/camel/catalog/models/groovyJson.json | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/groovyJson.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/groovyJson.json
new file mode 100644
index 000000000000..3cd013b55775
--- /dev/null
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/groovyJson.json
@@ -0,0 +1,19 @@
+{
+ "model": {
+ "kind": "model",
+ "name": "groovyJson",
+ "title": "Groovy JSon",
+ "description": "Transform between JSon and java.util.Map or java.util.List
objects.",
+ "deprecated": false,
+ "firstVersion": "4.19.0",
+ "label": "dataformat,transformation,json",
+ "javaType": "org.apache.camel.model.dataformat.GroovyJSonDataFormat",
+ "abstract": false,
+ "input": false,
+ "output": false
+ },
+ "properties": {
+ "id": { "index": 0, "kind": "attribute", "displayName": "Id", "group":
"common", "required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "description": "The
id of this node" },
+ "prettyPrint": { "index": 1, "kind": "attribute", "displayName": "Pretty
Print", "group": "common", "required": false, "type": "boolean", "javaType":
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": true, "description": "To pretty printing output nicely
formatted. Is by default true." }
+ }
+}