Re: Java script engine to be removed

2018-07-16 Thread Gian Merlino
IIRC we never moved to Nashorn, and are still using Rhino. Certainly, all
the imports in the relevant files are "org.mozilla".

On Sat, Jul 14, 2018 at 1:54 PM Charles Allen  wrote:

> http://openjdk.java.net/jeps/335
>
> https://bugs.openjdk.java.net/browse/JDK-8202786
>
> The javascript Nashorn engine is deprecated and slated to be removed in the
> next long term support release of Java.
>
> https://github.com/apache/incubator-druid/issues/5589 is the ticket for
> maintaining future java support in Druid.
>
> Not quite sure what the best way forward is. Should we revert back to rhino
> https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino ?
>


Java script engine to be removed

2018-07-14 Thread Charles Allen
http://openjdk.java.net/jeps/335

https://bugs.openjdk.java.net/browse/JDK-8202786

The javascript Nashorn engine is deprecated and slated to be removed in the
next long term support release of Java.

https://github.com/apache/incubator-druid/issues/5589 is the ticket for
maintaining future java support in Druid.

Not quite sure what the best way forward is. Should we revert back to rhino
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino ?