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 1e81d66 Regen for commit 34045738de92fc58eea935639468b46338d2b577 1e81d66 is described below commit 1e81d66c24a646fffc6d9d24dba1abdc4e982c9f Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Thu Sep 2 14:28:32 2021 +0000 Regen for commit 34045738de92fc58eea935639468b46338d2b577 Signed-off-by: GitHub <nore...@github.com> --- .../org/apache/camel/catalog/schemas/camel-spring.xsd | 12 +++++++++++- 1 file changed, 11 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 6a9a5a5..2700720 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 @@ -4600,6 +4600,16 @@ The java type to convert to. ]]></xs:documentation> </xs:annotation> </xs:attribute> + <xs:attribute name="mandatory" type="xs:string"> + <xs:annotation> + <xs:documentation xml:lang="en"><![CDATA[ +When mandatory then the conversion must return a value (cannot be null), if this +is not possible then NoTypeConversionAvailableException is thrown. Setting this +to false could mean conversion is not possible and the value is null. Default +value: true + ]]></xs:documentation> + </xs:annotation> + </xs:attribute> <xs:attribute name="charset" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ @@ -4709,7 +4719,7 @@ Sets the uri delimiter to use. Default value: , <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ Ignore the invalidate endpoint exception when try to create a producer with that -endpoint. +endpoint. Default value: false ]]></xs:documentation> </xs:annotation> </xs:attribute>