Woohoo!!

On 9/12/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote:
The Apache Jakarta project would like to announce the release of
Commons JEXL 1.1.

JEXL is an Expression Language supporting most of the constructs in
the JSP Expression Language, with some additional extensions. This
release is available in either binary or source form from the
following download page -

 http://jakarta.apache.org/site/downloads/downloads_commons-jexl.cgi

For more information on Commons JEXL, see the project web site:

 http://jakarta.apache.org/commons/jexl/

Changes in this version include:

New Features:
=============

o Added Script and ScriptFactory to allow scripts to be executed from
   text, files or a URL.
o Added implementation for bitwise operators: and, complement, or, xor.
o Added implementation for the foreach statement.
o Added implementation for the while statement.
o Added implementation for block statements, e.g. curly braces
   containing multiple statements.
o Added implementation for the if statement.
o [JEXL-4] Support assignment to variables.

Bugs fixed:
===========

o [JEXL-17] Consistently throw ParseException in case of a parsing
   failure, not an Error.
o [JEXL-3] Allow for static methods to be called on classes and not
   just objects.
o [JEXL-6] Unary minus was only working for integer values.
o [JEXL-5] Method matching problem.


-Rahul Akolkar

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




--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

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

Reply via email to