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-kamelets.git
commit 999982bf6cb5cd78a29bc59f7a5d45be93baa062 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jun 9 18:05:53 2021 +0200 Added Predicate Filter Action Kamelet --- .../src/main/resources/kamelets/predicate-filter-action.kamelet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/library/camel-kamelets-catalog/src/main/resources/kamelets/predicate-filter-action.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/predicate-filter-action.kamelet.yaml index 6af19bb..993b0e3 100644 --- a/library/camel-kamelets-catalog/src/main/resources/kamelets/predicate-filter-action.kamelet.yaml +++ b/library/camel-kamelets-catalog/src/main/resources/kamelets/predicate-filter-action.kamelet.yaml @@ -22,6 +22,7 @@ spec: description: The JsonPath Expression to evaluate, without the external parenthesis. Since this is a filter, the expression will be a negation, this means that if the foo field of the example is equals to John, the message will go ahead, otherwise it will be filtered out. type: string example: '@.foo =~ /.*John/' + type: object dependencies: - "camel:core" - "camel:kamelet"
