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 dfe207ae334638035c8cd069d7f7171f17725eb4 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jun 9 18:05:14 2021 +0200 Added Predicate Filter Action Kamelet --- predicate-filter-action.kamelet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/predicate-filter-action.kamelet.yaml b/predicate-filter-action.kamelet.yaml index 6af19bb..993b0e3 100644 --- a/predicate-filter-action.kamelet.yaml +++ b/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"
