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 2010/04/22 08:03:20 UTC

[jira] Created: (CAMEL-2664) Simple language - ${body} should return the body instance as is, since the expression doesnt contain any string concats

Simple language - ${body} should return the body instance as is, since the expression doesnt contain any string concats
-----------------------------------------------------------------------------------------------------------------------

                 Key: CAMEL-2664
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2664
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.2.0, 2.1.0, 2.0.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.3.0


This makes it easier to use as
{code}
simple("${body")
simple("body")
{code}

Is the same. It returns the body instance as is.

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


[jira] Resolved: (CAMEL-2664) Simple language - ${body} should return the body instance as is, since the expression doesnt contain any string concats

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

Claus Ibsen resolved CAMEL-2664.
--------------------------------

    Resolution: Fixed

trunk: 936625

> Simple language - ${body} should return the body instance as is, since the expression doesnt contain any string concats
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2664
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2664
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.0.0, 2.1.0, 2.2.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.3.0
>
>
> This makes it easier to use as
> {code}
> simple("${body")
> simple("body")
> {code}
> Is the same. It returns the body instance as is.

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