You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/05/22 20:42:50 UTC

[jira] Created: (CAMEL-1637) Simple language to support AND / OR for cancat multiple expressions

Simple language to support AND / OR for cancat multiple expressions
-------------------------------------------------------------------

                 Key: CAMEL-1637
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1637
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-core
    Affects Versions: 2.0-M1
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.0.0


The simple language only supports a single expression with a single operator.

We should add support for adding AND , OR as operator to concat two expressions.
Currently we only support a single AND , OR as it will cover most use cases.

Now you can do:
{code}
        ${in.header.foo} == abc and ${in.header.bar} == 123
{code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-1637) Simple language to support AND / OR for cancat multiple expressions

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1637.
--------------------------------

    Resolution: Fixed

trunk: 777654

updated wiki as well.

> Simple language to support AND / OR for cancat multiple expressions
> -------------------------------------------------------------------
>
>                 Key: CAMEL-1637
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1637
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>    Affects Versions: 2.0-M1
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> The simple language only supports a single expression with a single operator.
> We should add support for adding AND , OR as operator to concat two expressions.
> Currently we only support a single AND , OR as it will cover most use cases.
> Now you can do:
> {code}
>         ${in.header.foo} == abc and ${in.header.bar} == 123
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.