You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/03/04 16:54:49 UTC

[camel-kamelets] branch main updated: Regen for commit 3775a88c214558a1d602da0a0a4b353d890bec67

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


The following commit(s) were added to refs/heads/main by this push:
     new d2fd9b5  Regen for commit 3775a88c214558a1d602da0a0a4b353d890bec67
d2fd9b5 is described below

commit d2fd9b5d88d13235394a5d17f1cd4da0cde79120
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Fri Mar 4 16:53:38 2022 +0000

    Regen for commit 3775a88c214558a1d602da0a0a4b353d890bec67
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../src/main/resources/kamelets/predicate-filter-action.kamelet.yaml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/predicate-filter-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/predicate-filter-action.kamelet.yaml
index b1cfb87..206c4fa 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/predicate-filter-action.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/predicate-filter-action.kamelet.yaml
@@ -29,7 +29,7 @@ metadata:
 spec:
   definition:
     title: "Predicate Filter Action"
-    description: "Filter based on a JsonPath Expression"
+    description: "Filter based on a JsonPath Expression. 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."
     required:
       - expression
     properties: