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
commit 30f017ffacf0d6f991919534175bfe5a70ac41bd Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Mon Sep 27 12:36:05 2021 +0000 Regen for commit 477964ab0c80c5d74d99fbbe4858fc024197d9db Signed-off-by: GitHub <nore...@github.com> --- .../apache/camel/catalog/schemas/camel-spring.xsd | 48 +++++++++++++--------- 1 file changed, 28 insertions(+), 20 deletions(-) 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 8a88496..5d92def 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 @@ -13864,11 +13864,13 @@ configured on a parent level. <xs:attribute name="clientRequestValidation" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Whether to enable validation of the client request to check whether the -Content-Type and Accept headers from the client is supported by the Rest-DSL -configuration of its consumes/produces settings. This can be turned on, to -enable this check. In case of validation error, then HTTP Status codes 415 or -406 is returned. The default value is false. +Whether to enable validation of the client request to check: 1) Content-Type +header matches what the Rest DSL consumes; returns HTTP Status 415 if validation +error. 2) Accept header matches what the Rest DSL produces; returns HTTP Status +406 if validation error. 3) Missing required data (query parameters, HTTP +headers, body); returns HTTP Status 400 if validation error. 4) Parsing error of +the message body (JSon, XML or Auto binding mode must be enabled); returns HTTP +Status 400 if validation error. ]]></xs:documentation> </xs:annotation> </xs:attribute> @@ -14256,11 +14258,13 @@ as success messages otherwise will do. <xs:attribute name="clientRequestValidation" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Whether to enable validation of the client request to check whether the -Content-Type and Accept headers from the client is supported by the Rest-DSL -configuration of its consumes/produces settings. This can be turned on, to -enable this check. In case of validation error, then HTTP Status codes 415 or -406 is returned. The default value is false. +Whether to enable validation of the client request to check: 1) Content-Type +header matches what the Rest DSL consumes; returns HTTP Status 415 if validation +error. 2) Accept header matches what the Rest DSL produces; returns HTTP Status +406 if validation error. 3) Missing required data (query parameters, HTTP +headers, body); returns HTTP Status 400 if validation error. 4) Parsing error of +the message body (JSon, XML or Auto binding mode must be enabled); returns HTTP +Status 400 if validation error. ]]></xs:documentation> </xs:annotation> </xs:attribute> @@ -14503,11 +14507,13 @@ as success messages otherwise will do. Default value: false <xs:attribute name="clientRequestValidation" type="xs:boolean"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Whether to enable validation of the client request to check whether the -Content-Type and Accept headers from the client is supported by the Rest-DSL -configuration of its consumes/produces settings. This can be turned on, to -enable this check. In case of validation error, then HTTP Status codes 415 or -406 is returned. The default value is false. Default value: false +Whether to enable validation of the client request to check: 1) Content-Type +header matches what the Rest DSL consumes; returns HTTP Status 415 if validation +error. 2) Accept header matches what the Rest DSL produces; returns HTTP Status +406 if validation error. 3) Missing required data (query parameters, HTTP +headers, body); returns HTTP Status 400 if validation error. 4) Parsing error of +the message body (JSon, XML or Auto binding mode must be enabled); returns HTTP +Status 400 if validation error. Default value: false ]]></xs:documentation> </xs:annotation> </xs:attribute> @@ -14608,11 +14614,13 @@ configured on a parent level. <xs:attribute name="clientRequestValidation" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en"><![CDATA[ -Whether to enable validation of the client request to check whether the -Content-Type and Accept headers from the client is supported by the Rest-DSL -configuration of its consumes/produces settings. This can be turned on, to -enable this check. In case of validation error, then HTTP Status codes 415 or -406 is returned. The default value is false. +Whether to enable validation of the client request to check: 1) Content-Type +header matches what the Rest DSL consumes; returns HTTP Status 415 if validation +error. 2) Accept header matches what the Rest DSL produces; returns HTTP Status +406 if validation error. 3) Missing required data (query parameters, HTTP +headers, body); returns HTTP Status 400 if validation error. 4) Parsing error of +the message body (JSon, XML or Auto binding mode must be enabled); returns HTTP +Status 400 if validation error. ]]></xs:documentation> </xs:annotation> </xs:attribute>