Author: mcucchiara Date: Mon Nov 7 09:57:53 2011 New Revision: 1198686 URL: http://svn.apache.org/viewvc?rev=1198686&view=rev Log: Formatted text (many lines were very lengthy)
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=1198686&r1=1198685&r2=1198686&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/changes/changes.xml (original) +++ commons/proper/ognl/trunk/src/changes/changes.xml Mon Nov 7 09:57:53 2011 @@ -16,33 +16,59 @@ limitations under the License. --> <document xmlns="http://maven.apache.org/changes/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd"> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd"> <properties> <title>Commons OGNL Changes</title> </properties> <body> <release version="4.0-incubating" date="TBD" description="First ASF release under Incubation."> - <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> + <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> <action issue="OGNL-37" type="fix" dev="mcucchiara">Findbugs fixes (contributed by Adrian Cumiskey).</action> - <action issue="OGNL-35" type="update" dev="mcucchiara">Improvements to {List,Map,Array}PropertyAccessor and ASTProperty (contributed by Adrian Cumiskey).</action> - <action issue="OGNL-36" type="fix" dev="mcucchiara">Link "Benchmarks" on left hand navigation is broken (contributed by Adrian Cumiskey).</action> - <action issue="OGNL-33" type="update" dev="mcucchiara">Improvements to JJTOgnlParserState (contributed by Adrian Cumiskey).</action> - <action issue="OGNL-32" type="update" dev="mcucchiara">CPD fix to ASTProperty (contributed by Adrian Cumiskey).</action> - <action issue="OGNL-31" type="update" dev="mcucchiara">Some CPD fixes around ASTMethod and ASTStaticMethod (contributed by Adrian Cumiskey).</action> - <action issue="OGNL-28" type="update" dev="mcucchiara">Visitor pattern needs way to propagate exceptions (contributed by Daniel Pitts).</action> - <action issue="OGNL-27" type="update" dev="simonetripodi">Move "toString" implementations into visitor pattern (contributed by Daniel Pitts).</action> + <action issue="OGNL-35" type="update" dev="mcucchiara">Improvements to {List,Map,Array}PropertyAccessor and + ASTProperty (contributed by Adrian Cumiskey). + </action> + <action issue="OGNL-36" type="fix" dev="mcucchiara">Link "Benchmarks" on left hand navigation is broken + (contributed by Adrian Cumiskey). + </action> + <action issue="OGNL-33" type="update" dev="mcucchiara">Improvements to JJTOgnlParserState (contributed by Adrian + Cumiskey). + </action> + <action issue="OGNL-32" type="update" dev="mcucchiara">CPD fix to ASTProperty (contributed by Adrian Cumiskey). + </action> + <action issue="OGNL-31" type="update" dev="mcucchiara">Some CPD fixes around ASTMethod and ASTStaticMethod + (contributed by Adrian Cumiskey). + </action> + <action issue="OGNL-28" type="update" dev="mcucchiara">Visitor pattern needs way to propagate exceptions + (contributed by Daniel Pitts). + </action> + <action issue="OGNL-27" type="update" dev="simonetripodi">Move "toString" implementations into visitor pattern + (contributed by Daniel Pitts). + </action> <action issue="OGNL-26" type="update" dev="grobmeier">JUnit Tests produce confusing output.</action> - <action issue="OGNL-23" type="fix" dev="simonetripodi">Class.forName() usage is malicious inside OSGi (contributed by Adrian Cumiskey)</action> - <action issue="OGNL-22" type="update" dev="mcucchiara">Change the generics signature of ClassCache and ClassCacheImpl (with contributions by Daniel Pitts)</action> - <action issue="OGNL-21" type="update" dev="grobmeier">Remove dead and broken code from OgnlRuntime/SimpleNode (with contributions by Daniel Pitts)</action> - <action issue="OGNL-20" type="update" dev="mcucchiara, simonetripodi">Performance - Replace synchronized blocks with ReentrantReadWriteLock (with contributions by Daniel Pitts)</action> - <action issue="OGNL-24" type="update" dev="grobmeier">Support visitor pattern on AST (contributed by Daniel Pitts)</action> + <action issue="OGNL-23" type="fix" dev="simonetripodi">Class.forName() usage is malicious inside OSGi (contributed + by Adrian Cumiskey) + </action> + <action issue="OGNL-22" type="update" dev="mcucchiara">Change the generics signature of ClassCache and + ClassCacheImpl (with contributions by Daniel Pitts) + </action> + <action issue="OGNL-21" type="update" dev="grobmeier">Remove dead and broken code from OgnlRuntime/SimpleNode + (with contributions by Daniel Pitts) + </action> + <action issue="OGNL-20" type="update" dev="mcucchiara, simonetripodi">Performance - Replace synchronized blocks + with ReentrantReadWriteLock (with contributions by Daniel Pitts) + </action> + <action issue="OGNL-24" type="update" dev="grobmeier">Support visitor pattern on AST (contributed by Daniel Pitts) + </action> <action issue="OGNL-17" type="update" dev="mcucchiara">Links "Download" and "Release Notes" do not work</action> <action issue="OGNL-15" type="update" dev="simonetripodi">OGNL needs a new Logo</action> <action issue="OGNL-14" type="update" dev="mcucchiara">Documentation site has to be published</action> <action issue="OGNL-13" type="update" dev="simonetripodi">Ant maintenance</action> - <action issue="OGNL-10" type="update" dev="simonetripodi">Update the User/Developer guide according the Commons standard</action> + <action issue="OGNL-10" type="update" dev="simonetripodi">Update the User/Developer guide according the Commons + standard + </action> <action issue="OGNL-9" type="update" dev="mcucchiara, simonetripodi">Upgrade JUnit to version4</action> <action issue="OGNL-8" type="update" dev="grobmeier">enabled generation of javacc Parser classes</action> <action issue="OGNL-6" type="update" dev="simonetripodi">Upgrade groupId/artifactId/version on pom</action>