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
commit 84a057436d39b7ea4cad43d9cd966e8d8de08d23 Author: Claus Ibsen <[email protected]> AuthorDate: Sun Jan 23 12:17:53 2022 +0100 Regen --- .../org/apache/camel/catalog/schemas/camel-spring.xsd | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 dfb17ca..631ce4f 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 @@ -12238,6 +12238,16 @@ Sets a reference to use for lookup the policy in the registry. <xs:element ref="tns:xpath"/> <xs:element ref="tns:xquery"/> </xs:choice> + <xs:attribute name="predicateExceptionFactory" type="xs:string"> + <xs:annotation> + <xs:documentation xml:lang="en"><![CDATA[ +The bean id of custom PredicateExceptionFactory to use for creating the +exception when the validation fails. By default, Camel will throw +PredicateValidationException. By using a custom factory you can control which +exception to throw instead. + ]]></xs:documentation> + </xs:annotation> + </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType>
