This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-scxml.git
from 92817eba Merge pull request #259 from apache/dependabot/github_actions/actions/upload-artifact-4.4.0 new e4c2ae6f Use compact array declaration new cd90fda0 Make private class a private static class new a4db26da Remove redundant syntax new 36dbbe85 Remove redundant syntax new c6521a4b Use compact array declaration new a6bc2d32 Remove redundant syntax new 69dc129d Remove redundant syntax new 924b8cce Remove redundant syntax new d9be4d1c Use final new 1f6608ed Merge else if block new b205e536 Merge else if block new 84933eaf Use final new 50585245 Remove redundant syntax new e8424979 Remove redundant syntax new c4313d5c Remove redundant syntax new 08810d4a Merge if clauses new fbf7a785 Use diamonds new 4b72c76d Remove redundant syntax new 6050e69c Merge if clauses new a21b5750 Remove redundant syntax new 6fcb3824 Remove redundant syntax new 47958a1c Merge else if block new a629d363 Merge if clauses new f3338a57 Merge if clauses new 43c69eed Remove redundant syntax new 9f8b9a18 Remove redundant syntax new de432641 Use compact array declaration new 4731bbe9 Add missing @Deprecated new 772d60e8 Use final new 7bb4f45b Remove redundant syntax The 30 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/commons/scxml2/EvaluatorFactory.java | 2 +- .../java/org/apache/commons/scxml2/SCInstance.java | 11 +- .../commons/scxml2/SCXMLExecutionContext.java | 2 +- .../apache/commons/scxml2/SCXMLSystemContext.java | 2 +- .../apache/commons/scxml2/StateConfiguration.java | 6 +- .../org/apache/commons/scxml2/TriggerEvent.java | 1 + .../commons/scxml2/env/AbstractStateMachine.java | 2 +- .../apache/commons/scxml2/env/SimpleContext.java | 10 +- .../commons/scxml2/env/SimpleDispatcher.java | 2 +- .../org/apache/commons/scxml2/env/URLResolver.java | 2 +- .../scxml2/env/groovy/GroovySCXMLScript.java | 8 +- .../commons/scxml2/env/jexl/JexlEvaluator.java | 2 +- .../org/apache/commons/scxml2/io/ModelUpdater.java | 20 +- .../org/apache/commons/scxml2/io/SCXMLReader.java | 280 +++++++++++---------- .../org/apache/commons/scxml2/io/SCXMLWriter.java | 4 +- .../org/apache/commons/scxml2/model/Foreach.java | 2 +- .../java/org/apache/commons/scxml2/model/Send.java | 6 +- .../commons/scxml2/model/TransitionTarget.java | 2 +- .../commons/scxml2/model/TransitionalState.java | 6 +- .../scxml2/semantics/SCXMLSemanticsImpl.java | 28 +-- .../commons/scxml2/test/StandaloneUtils.java | 25 +- .../org/apache/commons/scxml2/EventDataTest.java | 2 +- .../apache/commons/scxml2/SCXMLExecutorTest.java | 6 +- .../org/apache/commons/scxml2/WizardsTest.java | 2 +- .../scxml2/env/AbstractStateMachineTest.java | 4 +- .../commons/scxml2/env/StopWatchDisplay.java | 2 +- .../env/javascript/JavaScriptEngineTest.java | 6 +- .../apache/commons/scxml2/io/SCXMLReaderTest.java | 2 +- .../commons/scxml2/model/CustomActionTest.java | 16 +- .../commons/scxml2/model/StatelessModelTest.java | 16 +- 30 files changed, 238 insertions(+), 241 deletions(-)