This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git.
from 0e4f492 CAMEL-17286: camel-core - RemoveProperty EIP propertyName should be renamed to name add 23ae746 CAMEL-17468: camel-core - Filter EIP - add option to turn on exchange property with filter status add c4bf1d1 Regen for commit 23ae7466c8acdca657041ef24aa1700f809f0a69 No new revisions were added by this update. Summary of changes: .../org/apache/camel/catalog/models/filter.json | 1 + .../apache/camel/catalog/schemas/camel-spring.xsd | 8 ++++++ .../main/docs/modules/eips/pages/filter-eip.adoc | 32 ++++++++++++++++++++++ .../resources/org/apache/camel/model/filter.json | 1 + .../org/apache/camel/model/FilterDefinition.java | 22 +++++++++++++++ .../apache/camel/processor/FilterProcessor.java | 12 ++++++++ .../org/apache/camel/reifier/FilterReifier.java | 7 ++++- ...chedTest.java => FilterStatusPropertyTest.java} | 20 +++++++++----- .../java/org/apache/camel/xml/in/ModelParser.java | 9 ++++-- .../dsl/yaml/deserializers/ModelDeserializers.java | 6 ++++ .../src/generated/resources/camel-yaml-dsl.json | 3 ++ 11 files changed, 111 insertions(+), 10 deletions(-) copy core/camel-core/src/test/java/org/apache/camel/processor/{FilterNotMatchedTest.java => FilterStatusPropertyTest.java} (65%)