[
https://issues.apache.org/jira/browse/CAMEL-5392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Hillary updated CAMEL-5392:
--------------------------------
Attachment: bean-expression.diff
Create the BeanHolder in the MethodCallExpression and pass to the
BeanExpression so that it's only created once and not for each evaluation of
the expression
> Optimize bean expression with local introspection cache to avoid re
> introspection when not needed
> -------------------------------------------------------------------------------------------------
>
> Key: CAMEL-5392
> URL: https://issues.apache.org/jira/browse/CAMEL-5392
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Fix For: 2.11
>
> Attachments: bean-expression.diff
>
>
> See nabble
> http://camel.465427.n5.nabble.com/Bean-Expression-Performance-tp5715003.html
> A bean expression is dynamic evaluated on each exchange. But the bean type
> and method may match previous evaluation, and therefore the introspection can
> be locally cached to avoid re introspection.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira