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 5ba05b1764a7 Regen
5ba05b1764a7 is described below
commit 5ba05b1764a7c289173b1dfe56720f33a3297d08
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Mar 7 15:41:45 2026 +0100
Regen
---
.../org/apache/camel/catalog/models/groovyJSon.json | 19 -------------------
1 file changed, 19 deletions(-)
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
deleted file mode 100644
index 3cd013b55775..000000000000
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/groovyJSon.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "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." }
- }
-}