[
https://issues.apache.org/jira/browse/CAMEL-15697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-15697.
---------------------------------
Resolution: Fixed
Let's wait for null safe operator, as its more a compiled single language
feature.
> 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
> 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)