Author: rahul Date: Mon Apr 14 15:06:07 2008 New Revision: 648027 URL: http://svn.apache.org/viewvc?rev=648027&view=rev Log: Since branch has moved to J6, we can more easily eliminate the dependency on Commons Digester (and BeanUtils) -- add a rewrite parser TODO to that effect.
Modified: commons/proper/scxml/branches/J5/BRANCHINFO.txt Modified: commons/proper/scxml/branches/J5/BRANCHINFO.txt URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J5/BRANCHINFO.txt?rev=648027&r1=648026&r2=648027&view=diff ============================================================================== --- commons/proper/scxml/branches/J5/BRANCHINFO.txt (original) +++ commons/proper/scxml/branches/J5/BRANCHINFO.txt Mon Apr 14 15:06:07 2008 @@ -51,4 +51,5 @@ * Static imports - WONTFIX J6 * Use javax.script for more pluggable ELs - Added env.javascript package - + * Rewrite parser: switch to javax.xml.stream and eliminate dependency on + Commons Digester (and thereby, Commons BeanUtils as well)