Author: rahul Date: Fri Mar 7 15:01:57 2008 New Revision: 634857 URL: http://svn.apache.org/viewvc?rev=634857&view=rev Log: Expand the scope of this branch to JDK 1.6 (for useful features such as javax.script, see SCXML-68, for example).
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=634857&r1=634856&r2=634857&view=diff ============================================================================== --- commons/proper/scxml/branches/J5/BRANCHINFO.txt (original) +++ commons/proper/scxml/branches/J5/BRANCHINFO.txt Fri Mar 7 15:01:57 2008 @@ -20,7 +20,7 @@ -- PURPOSE -- -To improve the Commons SCXML codebase using JDK 5 features. +To improve the Commons SCXML codebase using JDK 5 and 6 features. -- STATUS -- @@ -29,7 +29,7 @@ -- DETAILS -- This is an experimental branch to explore improvements to the Commons -SCXML codebase using JDK 5 features (originally authored for JDK 1.4). +SCXML codebase using JDK 5 and 6 features (originally authored for JDK 1.4). Commons SCXML uses JDK Collections extensively as part of the implementation details. Generics can pretty some of that implementation. @@ -43,8 +43,12 @@ -- TASKS -- +J5 * Type safety improvements - Mostly DONE * @Override, @SuppressWarnings etc. - Mostly DONE * Enhanced for, Iterator usage - Mostly DONE * Switch to javax.xml.xpath - TODO * Static imports - WONTFIX +J6 + * Use javax.script for more pluggable ELs +