You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mc...@apache.org on 2011/11/18 12:06:09 UTC

svn commit: r1203595 - /commons/proper/ognl/trunk/src/changes/changes.xml

Author: mcucchiara
Date: Fri Nov 18 11:06:08 2011
New Revision: 1203595

URL: http://svn.apache.org/viewvc?rev=1203595&view=rev
Log:
Added OGNL-39 to the change list

Modified:
    commons/proper/ognl/trunk/src/changes/changes.xml

Modified: commons/proper/ognl/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/changes/changes.xml?rev=1203595&r1=1203594&r2=1203595&view=diff
==============================================================================
--- commons/proper/ognl/trunk/src/changes/changes.xml (original)
+++ commons/proper/ognl/trunk/src/changes/changes.xml Fri Nov 18 11:06:08 2011
@@ -23,6 +23,12 @@
   </properties>
   <body>
     <release version="4.0-incubating" date="TBD" description="First ASF release under Incubation.">
+      <action issue="OGNL-39" type="update" dev="mcucchiara">
+        Simplify OgnlRuntime: Greatly simplified OgnlRuntime, delegating away responsibilities to several new classes.
+        Caching responsibilities are now taken by a new OgnlCache class.
+        Added new classes PrimitiveWrapperClasses, NumericCasts, PrimitiveDefaults, NumericValues, PrimitiveTypes,
+        NumericLiterals and NumericDefaults. (contributed by Adrian Cumiskey).
+      </action>
       <action issue="OGNL-38" type="update" dev="mcucchiara">Use StringBuilder instead of StringBuffer, deprecate
         >=JDK1.5 conditionals and use CONSTANT.equals(variable) (contributed by Adrian Cumiskey).
       </action>