commons-scxml git commit: SCXML-262 Support

2017-12-09 Thread ate
Repository: commons-scxml Updated Branches: refs/heads/master f8b4e224b -> 8da7f06a6 SCXML-262 Support

commons-scxml git commit: SCXML-261 Support ".*" besides "*" as 'any' wildcard event descriptor

2017-12-09 Thread ate
Repository: commons-scxml Updated Branches: refs/heads/master 8233b90eb -> f8b4e224b SCXML-261 Support ".*" besides "*" as 'any' wildcard event descriptor Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/f8b

commons-scxml git commit: SCXML-260 must fail on using illegal item definition

2017-12-09 Thread ate
Repository: commons-scxml Updated Branches: refs/heads/master 5155f49df -> 8233b90eb SCXML-260 must fail on using illegal item definition Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/8233b90e Tree: http

commons-scxml git commit: SCXML-258 align JEXL and Javascript evaluator error handling with the Groovy evaluator error handling

2017-12-09 Thread ate
Repository: commons-scxml Updated Branches: refs/heads/master 877289e1c -> 5155f49df SCXML-258 align JEXL and Javascript evaluator error handling with the Groovy evaluator error handling Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/r

commons-scxml git commit: SCXML-259 Complete implementation and handling of system variables _event and _ioprocessors

2017-12-09 Thread ate
Repository: commons-scxml Updated Branches: refs/heads/master b4a10313c -> 877289e1c SCXML-259 Complete implementation and handling of system variables _event and _ioprocessors Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/repos/asf/c

[1/2] commons-scxml git commit: SCXML-259 Complete implementation and handling of system variables _event and _ioprocessors

2017-12-09 Thread ate
Repository: commons-scxml Updated Branches: refs/heads/master a61c3c544 -> b4a10313c http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/b4a10313/src/test/java/org/apache/commons/scxml2/TriggerEventTest.java -- diff --git

[2/2] commons-scxml git commit: SCXML-259 Complete implementation and handling of system variables _event and _ioprocessors

2017-12-09 Thread ate
SCXML-259 Complete implementation and handling of system variables _event and _ioprocessors Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/b4a10313 Tree: http://git-wip-us.apache.org/repos/asf/commons-scxml/t

[2/2] commons-scxml git commit: SCXML-258 Add Evaluator strict mode (boolean) needed for Jexl to properly fail on incorrect expressions

2017-12-09 Thread ate
SCXML-258 Add Evaluator strict mode (boolean) needed for Jexl to properly fail on incorrect expressions Also removed obsolete Evaluator.AssignType enum and parameters of the #evalAssign method, which no longer are used/needed since dropping XPath support (SCXML-242) Project: http://git-wip-us.

[1/2] commons-scxml git commit: SCXML-254 replace deprecated IOUtils.closeQuietly(InputStream) with try-with-resources block

2017-12-09 Thread ate
Repository: commons-scxml Updated Branches: refs/heads/master 35e75829e -> a61c3c544 SCXML-254 replace deprecated IOUtils.closeQuietly(InputStream) with try-with-resources block Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/repos/asf/

commons-scxml git commit: SCXML-257 delay must support decimal values

2017-12-09 Thread ate
Repository: commons-scxml Updated Branches: refs/heads/master d3c4e83a3 -> 35e75829e SCXML-257 delay must support decimal values This fixes 3 more W3C IRP tests Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/co

commons-scxml git commit: update changes.xml for SCXML-256

2017-12-09 Thread ate
Repository: commons-scxml Updated Branches: refs/heads/master 49768f8be -> d3c4e83a3 update changes.xml for SCXML-256 Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/d3c4e83a Tree: http://git-wip-us.apache.

commons-scxml git commit: SCXML-256 Add SCXMLExecutor.run() ans SCXMLSemantics.initialize(...) methods and SCXML early/late binding

2017-12-09 Thread ate
Repository: commons-scxml Updated Branches: refs/heads/master 370360e03 -> 49768f8be SCXML-256 Add SCXMLExecutor.run() ans SCXMLSemantics.initialize(...) methods and SCXML early/late binding This fixes 6 SCXML IRP tests (both jexl and ecma) Project: http://git-wip-us.apache.org/repos/asf/co

commons-scxml git commit: SCXML-255 fix missing )

2017-12-09 Thread ate
Repository: commons-scxml Updated Branches: refs/heads/master 321fd4264 -> 370360e03 SCXML-255 fix missing ) Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/370360e0 Tree: http://git-wip-us.apache.org/repos

[1/2] commons-scxml git commit: SCXML-255 initial unmodified copy of W3C IRP confEcma.xsl to be adjusted for jexl

2017-12-09 Thread ate
Repository: commons-scxml Updated Branches: refs/heads/master ad21dbcc8 -> 321fd4264 SCXML-255 initial unmodified copy of W3C IRP confEcma.xsl to be adjusted for jexl Origin: https://www.w3.org/Voice/2013/scxml-irp/confEcma.xsl W3C 3-clause BSD License: http://www.w3.org/Consortium/Legal/2008

[2/2] commons-scxml git commit: SCXML-255 Use jexl for SCXML specification IRP test verification

2017-12-09 Thread ate
SCXML-255 Use jexl for SCXML specification IRP test verification Adapted the original confEcma.xsl in confJexl.xsl to produce Jexl datamodel based scxml test definitions. Currently 98 Jexl tests pass, 70 failing (for ecmascript: 111 pass, 77 failing) Project: http://git-wip-us.apache.org/repos/

svn commit: r1817655 - /commons/proper/commons-parent/trunk/pom.xml

2017-12-09 Thread ggregory
Author: ggregory Date: Sat Dec 9 19:55:36 2017 New Revision: 1817655 URL: http://svn.apache.org/viewvc?rev=1817655&view=rev Log: Update Maven Javadoc plugin from 3.0.0-M1 to 3.0.0. Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml UR

svn commit: r1817653 - /commons/cms-site/trunk/conf/component_releases.properties

2017-12-09 Thread ggregory
Author: ggregory Date: Sat Dec 9 19:40:13 2017 New Revision: 1817653 URL: http://svn.apache.org/viewvc?rev=1817653&view=rev Log: Apache Commons BCEL 6.2 Modified: commons/cms-site/trunk/conf/component_releases.properties Modified: commons/cms-site/trunk/conf/component_releases.properties UR

svn commit: r1817648 - /commons/proper/bcel/trunk/pom.xml

2017-12-09 Thread ggregory
Author: ggregory Date: Sat Dec 9 18:04:45 2017 New Revision: 1817648 URL: http://svn.apache.org/viewvc?rev=1817648&view=rev Log: Update POM from 6.2-SNAPSHOT to 6.3-SNAPSHOT. Modified: commons/proper/bcel/trunk/pom.xml Modified: commons/proper/bcel/trunk/pom.xml URL: http://svn.apache.org/

svn commit: r1817642 - /commons/proper/bcel/trunk/src/site/xdoc/index.xml

2017-12-09 Thread ggregory
Author: ggregory Date: Sat Dec 9 17:53:34 2017 New Revision: 1817642 URL: http://svn.apache.org/viewvc?rev=1817642&view=rev Log: Clean up for 6.x. Modified: commons/proper/bcel/trunk/src/site/xdoc/index.xml Modified: commons/proper/bcel/trunk/src/site/xdoc/index.xml URL: http://svn.apache.

svn commit: r1817640 - /commons/proper/bcel/trunk/src/site/xdoc/index.xml

2017-12-09 Thread ggregory
Author: ggregory Date: Sat Dec 9 17:52:05 2017 New Revision: 1817640 URL: http://svn.apache.org/viewvc?rev=1817640&view=rev Log: Clean up for 6.x. Modified: commons/proper/bcel/trunk/src/site/xdoc/index.xml Modified: commons/proper/bcel/trunk/src/site/xdoc/index.xml URL: http://svn.apache.

commons-scxml git commit: SCXML-254 Update to current dependencies for groovy, commons-jexl, commons-io, jackson

2017-12-09 Thread ate
Repository: commons-scxml Updated Branches: refs/heads/master ad0a8b525 -> ad21dbcc8 SCXML-254 Update to current dependencies for groovy, commons-jexl, commons-io, jackson Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo Commit: http://git-wip-us.apache.org/repos/asf/common