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 code from the interpretation.

I'd like to 'clean up' some of the following and will raise them as
JIRA issues if others feel they are worthwhile:

- Removal of throws Exception from lots of places in the code and
either use RuntimeException if the exception is going to be ignored or
use the actual exception in the throws clause
- Remove the current JexlExprResolver class and use of pre/post resolvers
- 2.0 API design -  this needs some discussion. In particular what
classes should be public in 2.0, package structure etc.

Ideas?


-- 
dIon Gillard
Rule #131 of Acquisition: Information is Profit.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to