Re: JEXL 2 Road map

2007-10-26 Thread Dion Gillard
Centralised null handling should also be on this list - whether to gracefully handle null (as is) or allow a new syntax, e.g. velocity uses $! and groovy uses a? to allow nulls On 10/26/07, Dion Gillard <[EMAIL PROTECTED]> wrote: > I've gotten JEXL 2 to the point now where it passes all of the 1.1

JEXL 2 Road map

2007-10-26 Thread Dion Gillard
I've gotten JEXL 2 to the point now where it passes all of the 1.1 test cases. There are a few issues open which were targeted at 2.0 and some others I've added 2.0 as a Fix For Version in JIRA. The idea for doing this was to make it easier to change the JEXL code base, and separate the generated