You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2006/04/04 03:18:59 UTC

svn commit: r391208 - /jakarta/commons/proper/jexl/trunk/xdocs/changes.xml

Author: dion
Date: Mon Apr  3 18:18:56 2006
New Revision: 391208

URL: http://svn.apache.org/viewcvs?rev=391208&view=rev
Log:
Allow static methods to be executed on classes, e.g.
if the context contains: Boolean.class as 'variable', 
variable.valueOf('true') should work.

Modified:
    jakarta/commons/proper/jexl/trunk/xdocs/changes.xml

Modified: jakarta/commons/proper/jexl/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/xdocs/changes.xml?rev=391208&r1=391207&r2=391208&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/jexl/trunk/xdocs/changes.xml Mon Apr  3 18:18:56 2006
@@ -25,6 +25,7 @@
   </properties>
   <body>
     <release version="1.1-SNAPSHOT" date="in SVN">
+      <action dev="dion" type="fix" issue="39193" due-to="Guido Anzuoni">Allow for static methods to be called on classes and not just objects.</action>
       <action dev="dion" type="add">Added Script and ScriptFactory to allow scripts to be executed from text, files or a URL.</action>
       <action dev="dion" type="add">Added implementation for bitwise operators: and, complement, or, xor.</action>
       <action dev="dion" type="add">Added implementation for the foreach statement.</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org