This is an automated email from the ASF dual-hosted git repository. acosentino 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 9bef2b8 Regen for commit 1ac094c63e35579514b38213226b20ca14ba0572 9bef2b8 is described below commit 9bef2b8e4b0caf8dd111df374b3fed7cb8f7884c Author: oscerd <osc...@users.noreply.github.com> AuthorDate: Mon Sep 13 13:11:43 2021 +0000 Regen for commit 1ac094c63e35579514b38213226b20ca14ba0572 Signed-off-by: GitHub <nore...@github.com> --- .../org/apache/camel/catalog/schemas/camel-spring.xsd | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 d91d6e2..ce55fce 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 @@ -13351,7 +13351,15 @@ Sets the class name of the result type (type from output). <xs:complexType name="constantExpression"> <xs:simpleContent> - <xs:extension base="tns:expression"/> + <xs:extension base="tns:expression"> + <xs:attribute name="resultType" type="xs:string"> + <xs:annotation> + <xs:documentation xml:lang="en"><![CDATA[ +Sets the class name of the constant type. + ]]></xs:documentation> + </xs:annotation> + </xs:attribute> + </xs:extension> </xs:simpleContent> </xs:complexType>