commons-scxml git commit: SCXML-276 Simplify and generalize reading and writing SCXML content and data element body values

2017-12-17 Thread ate
Repository: commons-scxml Updated Branches: refs/heads/master a55b13b7a -> 99d942b55 SCXML-276 Simplify and generalize reading and writing SCXML content and data element body values Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/repos/

commons-scxml git commit: SCXML-275 expression evaluation must fallback to empty string on error, see SCXML specification 5.6.2

2017-12-17 Thread ate
Repository: commons-scxml Updated Branches: refs/heads/master 1cc51f55d -> a55b13b7a SCXML-275 expression evaluation must fallback to empty string on error, see SCXML specification 5.6.2 Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/

[3/3] commons-scxml git commit: SCXML-274 Cleanup and fix namespace handling and writing, specifically (and only needed) for custom Actions

2017-12-17 Thread ate
SCXML-274 Cleanup and fix namespace handling and writing, specifically (and only needed) for custom Actions Namespaces now only are recorded on the root SCXML element and for custom Actions. For the latter a new CustomActionWrapper is introduced and the (currently only) Var Commons SCXML custo

[2/3] commons-scxml git commit: SCXML-274 Cleanup and fix namespace handling and writing, specifically (and only needed) for custom Actions

2017-12-17 Thread ate
http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/1cc51f55/src/main/java/org/apache/commons/scxml2/io/SCXMLReader.java -- diff --git a/src/main/java/org/apache/commons/scxml2/io/SCXMLReader.java b/src/main/java/org/apache/

[1/3] commons-scxml git commit: SCXML-274 Cleanup and fix namespace handling and writing, specifically (and only needed) for custom Actions

2017-12-17 Thread ate
Repository: commons-scxml Updated Branches: refs/heads/master 686d4aa79 -> 1cc51f55d http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/1cc51f55/src/main/java/org/apache/commons/scxml2/io/SCXMLWriter.java -- diff --git a