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 6ff4e8ffbf56 Regen
6ff4e8ffbf56 is described below
commit 6ff4e8ffbf5641e7ae03ed8230cae405e0f19bdb
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Mar 6 21:52:37 2026 +0100
Regen
---
.../org/apache/camel/catalog/models.properties | 2 +-
.../apache/camel/catalog/schemas/camel-spring.xsd | 20 ++++++++++++++++++--
.../apache/camel/catalog/schemas/camel-xml-io.xsd | 20 ++++++++++++++++++--
.../dataformat/{groovyJSon.json => groovyJson.json} | 0
.../services/org/apache/camel/model.properties | 2 +-
5 files changed, 38 insertions(+), 6 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties
index b1e2082ed026..03f85c0c9cfe 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models.properties
@@ -58,7 +58,7 @@ globalOption
globalOptions
grok
groovy
-groovyJSon
+groovyJson
groovyXml
gzipDeflater
head
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index fc56771c4396..9dda3d0ef604 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -611,7 +611,15 @@ Evaluates a Groovy script.
</xs:documentation>
</xs:annotation>
</xs:element>
- <xs:element name="groovyJson" type="tns:groovyJSonDataFormat"/>
+ <xs:element name="groovyJson" type="tns:groovyJSonDataFormat">
+ <xs:annotation>
+ <xs:documentation xml:lang="en">
+<![CDATA[
+Transform between JSon and java.util.Map or java.util.List objects.
+]]>
+ </xs:documentation>
+ </xs:annotation>
+ </xs:element>
<xs:element name="groovyXml" type="tns:groovyXmlDataFormat">
<xs:annotation>
<xs:documentation xml:lang="en">
@@ -8837,7 +8845,15 @@ Whether to capture named expressions only or not (i.e.
%{IP:ip} but not ${IP}).
<xs:complexContent>
<xs:extension base="tns:dataFormat">
<xs:sequence/>
- <xs:attribute name="prettyPrint" type="xs:string"/>
+ <xs:attribute name="prettyPrint" type="xs:string">
+ <xs:annotation>
+ <xs:documentation xml:lang="en">
+<![CDATA[
+To pretty printing output nicely formatted. Is by default true. Default value:
true
+]]>
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-xml-io.xsd
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-xml-io.xsd
index 04513b6000ad..fae166cc034d 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-xml-io.xsd
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-xml-io.xsd
@@ -566,7 +566,15 @@ Evaluates a Groovy script.
</xs:documentation>
</xs:annotation>
</xs:element>
- <xs:element name="groovyJson" type="tns:groovyJSonDataFormat"/>
+ <xs:element name="groovyJson" type="tns:groovyJSonDataFormat">
+ <xs:annotation>
+ <xs:documentation xml:lang="en">
+<![CDATA[
+Transform between JSon and java.util.Map or java.util.List objects.
+]]>
+ </xs:documentation>
+ </xs:annotation>
+ </xs:element>
<xs:element name="groovyXml" type="tns:groovyXmlDataFormat">
<xs:annotation>
<xs:documentation xml:lang="en">
@@ -7510,7 +7518,15 @@ Whether to capture named expressions only or not (i.e.
%{IP:ip} but not ${IP}).
<xs:complexContent>
<xs:extension base="tns:dataFormat">
<xs:sequence/>
- <xs:attribute name="prettyPrint" type="xs:string"/>
+ <xs:attribute name="prettyPrint" type="xs:string">
+ <xs:annotation>
+ <xs:documentation xml:lang="en">
+<![CDATA[
+To pretty printing output nicely formatted. Is by default true. Default value:
true
+]]>
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
diff --git
a/core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/dataformat/groovyJSon.json
b/core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/dataformat/groovyJson.json
similarity index 100%
rename from
core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/dataformat/groovyJSon.json
rename to
core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/dataformat/groovyJson.json
diff --git
a/core/camel-core-model/src/generated/resources/META-INF/services/org/apache/camel/model.properties
b/core/camel-core-model/src/generated/resources/META-INF/services/org/apache/camel/model.properties
index 9b05516a0d7b..bd8dde1e716f 100644
---
a/core/camel-core-model/src/generated/resources/META-INF/services/org/apache/camel/model.properties
+++
b/core/camel-core-model/src/generated/resources/META-INF/services/org/apache/camel/model.properties
@@ -59,7 +59,7 @@ globalOption
globalOptions
grok
groovy
-groovyJSon
+groovyJson
groovyXml
gzipDeflater
head