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/
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/
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
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/
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