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/09/20 07:50:00 UTC

[jira] [Commented] (CAMEL-14542) camel-core - Optimize simple language

    [ https://issues.apache.org/jira/browse/CAMEL-14542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17198930#comment-17198930 ] 

Claus Ibsen commented on CAMEL-14542:
-------------------------------------

Maybe we can do some optimizations around operators where one type would be a static expression ( ${header.foo} == true) where true would be the static part. This can lead to knowing some type matching optimizations so that the dynamic part header.foo should be converted to boolean
http://camel.465427.n5.nabble.com/Unclear-reasons-for-conversion-rules-when-using-Simple-language-td5883835.html



> camel-core - Optimize simple language
> -------------------------------------
>
>                 Key: CAMEL-14542
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14542
>             Project: Camel
>          Issue Type: Task
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.x
>
>
> There are potentially some improvements we can for simple language. 



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