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.