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 651b1bd Regen for commit 23ae7466c8acdca657041ef24aa1700f809f0a69 651b1bd is described below commit 651b1bddc76180659eac58ec70100fc079920a61 Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Tue Jan 11 15:53:22 2022 +0000 Regen for commit 23ae7466c8acdca657041ef24aa1700f809f0a69 Signed-off-by: GitHub <nore...@github.com> --- .../resources/org/apache/camel/catalog/models/filter.json | 1 + .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/filter.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/filter.json index 173a586..31cefd5 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/filter.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/filter.json @@ -13,6 +13,7 @@ }, "properties": { "expression": { "kind": "expression", "displayName": "Expression", "required": true, "type": "object", "javaType": "org.apache.camel.model.language.ExpressionDefinition", "oneOf": [ "constant", "csimple", "datasonnet", "exchangeProperty", "groovy", "header", "hl7terser", "joor", "jsonpath", "language", "method", "mvel", "ognl", "ref", "simple", "spel", "tokenize", "xpath", "xquery", "xtokenize" ], "deprecated": false, "autowired": false, "secret": false, "asPredicate": true, "descrip [...] + "statusPropertyName": { "kind": "attribute", "displayName": "Status Property Name", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Name of exchange property to use for storing the status of the filtering. Setting this allows to know if the filter predicate evaluated as true or false." }, "id": { "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the id of this node" }, "description": { "kind": "element", "displayName": "Description", "required": false, "type": "object", "javaType": "org.apache.camel.model.DescriptionDefinition", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the description of this node" } } 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 320036f..f8c2110 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 @@ -4858,6 +4858,14 @@ org.apache.camel.spi.SendDynamicAware . Default value: true <xs:element ref="tns:serviceCall"/> </xs:choice> </xs:sequence> + <xs:attribute name="statusPropertyName" type="xs:string"> + <xs:annotation> + <xs:documentation xml:lang="en"><![CDATA[ +Name of exchange property to use for storing the status of the filtering. +Setting this allows to know if the filter predicate evaluated as true or false. + ]]></xs:documentation> + </xs:annotation> + </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType>