You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Drew Davidson <dr...@ognl.org> on 2003/08/02 17:17:22 UTC

OGNL 2.6.3 released

I'm pleased to announce OGNL, version 2.6.3

       http://www.ognl.org/download.html

This release is a bug fix release.

     * Fixed bug with Object Indexed properties wherein you could not override the get or set methods.

     * Corrected OgnlOps operations with regard to String catenation and null handling. If two strings are being catenated with the "+" operator and one of them is null this will now use "null" (literal string) as a replacement. This is consistent with Java's handling of null catenation to a String. Any other object catenated to a null object will throw a NullPointerException as usual.

- Drew

-- 
+---------------------------------+
< Drew Davidson | OGNL Technology >
<     Professional Open Source    >
+---------------------------------+
|  Email: drew@ognl.org          /
|    Web: http://www.ognl.org   /
|    Vox: (520) 531-1966       <
|    Fax: (520) 531-1965        \
| Mobile: (520) 405-2967         \
+---------------------------------+