Author: woonsan Date: Thu Apr 9 14:36:30 2015 New Revision: 1672367 URL: http://svn.apache.org/r1672367 Log: updating changes.xml for scxml 2.0
Modified: commons/proper/scxml/trunk/src/changes/changes.xml Modified: commons/proper/scxml/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/changes/changes.xml?rev=1672367&r1=1672366&r2=1672367&view=diff ============================================================================== --- commons/proper/scxml/trunk/src/changes/changes.xml (original) +++ commons/proper/scxml/trunk/src/changes/changes.xml Thu Apr 9 14:36:30 2015 @@ -36,6 +36,186 @@ <release version="2.0" date="In SVN trunk" description="Latest unreleased code"> + <action dev="ate" type="fix" issue="SCXML-194"> + [03-01-2014] Drop outdated, incomplete, broken or no longer supported features for SCXML 2.0. + </action> + + <action dev="ate" type="fix" issue="SCXML-206"> + [09-07-2014] Specification mismatch: event-less transitions are triggered by named events. + </action> + + <action dev="ate" type="add" issue="SCXML-187"> + [01-27-2014] Add support for initial SCXML script (SCXML spec 3.2.2: <scxml> children). + </action> + + <action dev="ate" type="add" issue="SCXML-191"> + [01-27-2014] Support foreach element. + </action> + + <action dev="ate" type="add" issue="SCXML-190"> + [01-27-2014] Check and enforce required scxml element attributes as defined by the specification. + </action> + + <action dev="ate" type="add" issue="SCXML-186"> + [04-03-2014] Groovy expression evaluator. + </action> + + <action dev="ate" type="add" issue="SCXML-200"> + [04-03-2014] Normalize and complete the SCXML object model and parsing. + </action> + + <action dev="ate" type="add" issue="SCXML-199"> + [03-17-2014] Map the <scxml> initial attribute to an initial Transition instead of a (single) TransitionTarget. + </action> + + <action dev="ate" type="add" issue="SCXML-198"> + [03-17-2014] <history> elements (now) requires a <transition> child element with a default target configuration. + </action> + + <action dev="ate" type="add" issue="SCXML-197"> + [04-03-2014] Better separation of concern between SCXMLExecutor and SCInstance and introducing a new SCXMLExecutionContext. + </action> + + <action dev="ate" type="add" issue="SCXML-196"> + [04-03-2014] Redefine SCXMLSemantics to align with the Algorithm for SCXML Interpretation as described in the SCXML specification. + </action> + + <action dev="ate" type="add" issue="SCXML-182"> + [04-03-2014] Support error event raising to comply the spec "3.12.2 Errors". + </action> + + <action dev="woonsan" type="fix" issue="SCXML-178"> + [11-28-2013] Initial state ID attribute in SCXML element shouldn't be mandatory. + </action> + + <action dev="woonsan" type="fix" issue="SCXML-180"> + [12-04-2013] Prevent NPEs for possible null value returned from Evaluator.eval* methods. + </action> + + <action dev="ate" type="add" issue="SCXML-183"> + [12-05-2013] Expose JexlEngine strict/silent mode settings through the JexlEvaluator for easier customization. + </action> + + <action dev="ate" type="add" issue="SCXML-170"> + [10-15-2013] Move to new package and artifact org.apache.commons.scxml2 and version 2.0. + </action> + + <action dev="ate" type="fix" issue="SCXML-168"> + [10-14-2013] Test failure in SCXMLWriterTest using Java 7. + </action> + + <action dev="dbrosius" type="fix" issue="SCXML-171"> + [10-16-2013] Upgrade JUnit dependency to 4.11. + </action> + + <action dev="woonsan" type="fix" issue="SCXML-167" due-to="Maikel Linke"> + [11-28-2013] SimpleScheduler removes wrong Timer. + </action> + + <action dev="rahul" type="fix" issue="SCXML-161"> + [06-06-2011] transition leaving a child state of parallel. + </action> + + <action dev="ate" type="add" issue="SCXML-224"> + [01-02-2015] Improve SCXML state configuration handling and optional validation. + </action> + + <action dev="ate" type="add" issue="SCXML-222"> + [11-14-2014] Add support for executing the SCXML IRP test cases. + </action> + + <action dev="ate" type="add" issue="SCXML-214"> + [11-14-2014] Replace JAXP xpath expression evaluation with Commons JXPath. + </action> + + <action dev="ate" type="add" issue="SCXML-213"> + [11-14-2014] Fixing the datamodel handling - reimplement xpath processing, the Data() function and the <assign> action. + </action> + + <action dev="ate" type="add" issue="SCXML-210"> + [10-10-2014] Align <send> action attributes support with the latest SCXML specification. + </action> + + <action dev="ate" type="fix" issue="SCXML-209"> + [10-08-2014] Incomplete legal state configuration validation in ModelUpdater. + </action> + + <action dev="ate" type="add" issue="SCXML-212"> + [10-11-2014] Add support for SCXML datamodel type and default Evaluator instantiation. + </action> + + <action dev="ate" type="fix" issue="SCXML-211"> + [10-11-2014] Bug in current SCXML specification for addDescendantStatesToEnter algorithm can lead to illegal configurations. + </action> + + <action dev="ate" type="add" issue="SCXML-72"> + [10-17-2013] Rewrite the IO package for version 2.0. + </action> + + <action dev="ate" type="fix" issue="SCXML-99"> + [03-30-2014] Support read-only system variables. + </action> + + <action dev="woonsan" type="fix" issue="SCXML-100"> + [01-02-2014] Support _event variable. + </action> + + <action dev="sebb" type="fix" issue="SCXML-91"> + [01-07-2009] Test case bugs. + </action> + + <action dev="woonsan" type="fix" issue="SCXML-227" due-to="Michael Goerlich"> + [04-08-2015] Cancel doesn't work. + </action> + + <action dev="rahul" type="add" issue="SCXML-109"> + [07-16-2009] Attribute targettype of send and invoke elements changed to type in SCXML Working Draft (7 May 2009). + </action> + + <action dev="ate" type="fix" issue="SCXML-203"> + [04-21-2014] Calculation of states to be entered can be depending on states to be exited and thereby also their possible history. + </action> + + <action dev="ate" type="fix" issue="SCXML-202"> + [04-18-2014] State machine running status must be kept and maintained by SCInstance across serialization and deserialization. + </action> + + <action dev="woonsan" type="add" issue="SCXML-179"> + [12-03-2013] Leave more context (location) information when failing to execute JEXL scripts. + </action> + + <action dev="woonsan" type="add" issue="SCXML-172"> + [10-16-2013] Improve CustomActionTest not to depend on test method execution order. + </action> + + <action dev="woonsan" type="fix" issue="SCXML-160"> + [11-08-2013] Cast to State in TransitionTargetComparator. + </action> + + <action dev="woonsan" type="add" issue="SCXML-225"> + [02-13-2015] Preserve order in <send> namelist attribute values. + </action> + + <action dev="ate" type="add" issue="SCXML-221"> + [11-15-2014] Add "null" datamodel support as required by the SCXML specification. + </action> + + <action dev="rahul" type="fix" issue="SCXML-104" due-to="Jorge Vila Forcén"> + [01-09-2009] AbstractStateMachine log error. + </action> + + <action dev="sebb" type="fix" issue="SCXML-103"> + [01-06-2009] Remove any catch (Throwable t) occurences. + </action> + + <action dev="ate" type="fix" issue="SCXML-193"> + [02-15-2014] Drop non-functional exit element. + </action> + + <action dev="woonsan" type="fix" issue="SCXML-177"> + [12-05-2013] Correct error/warning messages in SCXML reading to be up-to-date. + </action> + <action dev="woonsan" type="add" issue="SCXML-114" due-to="Henri Biestro"> [11-01-2013] Support for JEXL2 Evaluator. </action>