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/20 11:03:00 UTC

[jira] [Updated] (CAMEL-15697) camel-joor - Camel expression language using jOOR

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

Claus Ibsen updated CAMEL-15697:
--------------------------------
    Component/s: camel-joor

> camel-joor - Camel expression language using jOOR
> -------------------------------------------------
>
>                 Key: CAMEL-15697
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15697
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-joor
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.7.0
>
>
> jOOR allows to do runtime compilation to java with some limitations. But this can benefit a scripting language in the Camel DSL where we do limited and basic java code with the camel exchange/message etc.
> This can then be used as a prototype for doing a compiled simple language. However for that we would also like to discover the simple expressions during route source scanning, and make it part of the regular java compiler so its pre compiled. 
> But a first step is to use runtime compile via the javac compiler (requires to be in the JVM).
> And Java 8 is not supported.



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