Author: simonetripodi Date: Mon Mar 19 09:21:32 2012 New Revision: 1302338 URL: http://svn.apache.org/viewvc?rev=1302338&view=rev Log: added DIGESTER-163 in the resolved issues list added Torsten in the contributors list
Modified: commons/proper/digester/trunk/pom.xml commons/proper/digester/trunk/src/changes/changes.xml Modified: commons/proper/digester/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=1302338&r1=1302337&r2=1302338&view=diff ============================================================================== --- commons/proper/digester/trunk/pom.xml (original) +++ commons/proper/digester/trunk/pom.xml Mon Mar 19 09:21:32 2012 @@ -145,6 +145,10 @@ <role>graphic designer</role> </roles> </contributor> + <contributor> + <name>Torsten Krah</name> + <email>tkrah AT fachschaft DOT imn DOT htwk-leipzig DOT de</email> + </contributor> </contributors> <scm> Modified: commons/proper/digester/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/changes/changes.xml?rev=1302338&r1=1302337&r2=1302338&view=diff ============================================================================== --- commons/proper/digester/trunk/src/changes/changes.xml (original) +++ commons/proper/digester/trunk/src/changes/changes.xml Mon Mar 19 09:21:32 2012 @@ -23,6 +23,9 @@ </properties> <body> <release version="3.3" date="201?-??-??" description="Maintenance release."> + <action dev="simonetripodi" type="fix" issue="DIGESTER-163" due-to="Torsten Krah"> + ConcurrentModificationException creating a new Digester via loaderInstance.newDigester() + </action> <action dev="simonetripodi" type="fix" issue="DIGESTER-162"> ObjectCreateRule doesn't allow create objects which type is specified in attributeName only </action>