[ 
https://issues.apache.org/jira/browse/CAMEL-6118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13592168#comment-13592168
 ] 

Raul Kripalani commented on CAMEL-6118:
---------------------------------------

[~pax], agree that it's gone unnoticed for a long time. Buried in a doc page 
that's not very popular, as when one is browsing references, they tend to jump 
from [Architecture|http://camel.apache.org/architecture.html] straight to the 
expression language of choice. 

I'll add a notice to all Expression Language pages to advertise this powerful 
feature.

It's not available for Blueprint/Spring AFAIK.
                
> Allow to combine predicates applying logical operators
> ------------------------------------------------------
>
>                 Key: CAMEL-6118
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6118
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: Raul Kripalani
>            Assignee: Raul Kripalani
>             Fix For: 2.11.1
>
>
> I can see something like this being very useful in many cases:
> {code}
> from("foo:bar")
>    .filter(and(xpath("//weather = 'cloudy'"), simple("${property.skyColor} != 
> 'dark grey'")))
>    .setBody(constant("It's gonna rain..."))
> .end();
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to