You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2008/04/15 00:06:09 UTC

svn commit: r648027 - /commons/proper/scxml/branches/J5/BRANCHINFO.txt

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)