You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/05/30 10:18:04 UTC

[jira] [Created] (CAMEL-11366) Optimise - bean component result - only need to propagate headers if really needed

Claus Ibsen created CAMEL-11366:
-----------------------------------

             Summary: Optimise - bean component result - only need to propagate headers if really needed
                 Key: CAMEL-11366
                 URL: https://issues.apache.org/jira/browse/CAMEL-11366
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Priority: Minor


In the org.apache.camel.language.bean.BeanExpression.InvokeProcessor we propagate headers etc after the invoking the bean.

However as most times the output is just for the message body, then any headers etc is not needed to be propagated.

Only if the bean has bean parameter bindings that gives direct access to headers for manipulation then we would need to copy over these.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)