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/16 10:01:00 UTC

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

Claus Ibsen created CAMEL-15697:
-----------------------------------

             Summary: 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
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             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)