You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ra...@apache.org on 2006/02/05 22:39:12 UTC

svn commit: r375111 - in /jakarta/commons/sandbox/scxml/trunk: project.properties xdocs/changes.xml

Author: rahul
Date: Sun Feb  5 13:39:11 2006
New Revision: 375111

URL: http://svn.apache.org/viewcvs?rev=375111&view=rev
Log:
Update changes document and add changes issue template.

Modified:
    jakarta/commons/sandbox/scxml/trunk/project.properties
    jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml

Modified: jakarta/commons/sandbox/scxml/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/project.properties?rev=375111&r1=375110&r2=375111&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/project.properties (original)
+++ jakarta/commons/sandbox/scxml/trunk/project.properties Sun Feb  5 13:39:11 2006
@@ -32,3 +32,4 @@
 maven.checkstyle.properties=scxml-checks.xml
 maven.checkstyle.header.file=scxml-asl-header.txt
 
+maven.changes.issue.template=%URL%/show_bug.cgi?id=%ISSUE%

Modified: jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml?rev=375111&r1=375110&r2=375111&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/sandbox/scxml/trunk/xdocs/changes.xml Sun Feb  5 13:39:11 2006
@@ -35,6 +35,35 @@
     <release version="1.0" date="Pending"
      description="Project nearing promotion vote to Commons Proper">
 
+      <action dev="rahul" type="add" issue="38459" due-to="Peter Costa">
+       [02-05-2006] Numerous JUnit test cases added. Start publishing
+       cobertura report.
+      </action>
+
+      <action dev="rahul" type="update">
+       [02-05-2006] Contexts are now created per State, but only as and
+       when needed. The
+       <a href="http://svn.apache.org/viewcvs?rev=374981&amp;view=rev">
+       commit message for r374981</a> has the details.
+      </action>
+
+      <action dev="rahul" type="update" issue="38311" due-to="Tim O'Brien">
+       [02-05-2006] The Commons SCXML object model is now decoupled from
+       the SCXML execution engine instance. The Commons SCXML object model
+       is now stateless. For example (incomplete list):
+        <ol>
+          <li>A "SCXML" object no longer contains a root "Context"</li>
+          <li>A "State" no longer contains a "Context"</li>
+          <li>A "Transition" no longer contains a list of "SCXMLListeners"
+              attached</li>
+          <li>A "History" no longer contains the last known configuration.
+              </li>
+        </ol>
+        The advantage of this decoupling is that the SCXML document can be
+        parsed once and reused across multiple execution instances,
+        concurrently or otherwise.
+      </action>
+
       <action dev="rahul" type="update">
        [01-22-2006] Package reorganization. Mostly out of discussions on
        the dev list, three new packages were introduced:



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org