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 2020/10/21 13:06:00 UTC

[jira] [Resolved] (CAMEL-15726) camel-core - Simple language concat expressions optimize for constant parts

     [ https://issues.apache.org/jira/browse/CAMEL-15726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-15726.
---------------------------------
    Resolution: Fixed

> camel-core - Simple language concat expressions optimize for constant parts
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-15726
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15726
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.7.0
>
>
> If you have a simple expression
> Hello ${body} how are you
> Then its 3 parts: constant, body, constant
> And at runtime they get evaluated and appended together as string.
> We could potentially optimize this for constant and pre eval then as string and then skip the noop eval when they are assembled.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)