You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gi...@apache.org on 2022/03/09 16:49:22 UTC

[commons-scxml] branch dependabot/maven/commons-logging-commons-logging-1.2 updated (6fcfcc5 -> 1ce1f52)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/commons-logging-commons-logging-1.2
in repository https://gitbox.apache.org/repos/asf/commons-scxml.git.


 discard 6fcfcc5  Bump commons-logging from 1.1.3 to 1.2
     add 20dadb9  No need to nest in else.
     add 6596540  Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea.
     add 6655a24  Update `actions/setup-java` to v2.
     add d6fbd43  Update commons-io 2.7 -> 2.9.0.
     add 463d3d1  AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as Eclipse Temurin.
     add 2234a06  Update GitHub build from Java 16 to 17.
     add 55fdb8a  Add CodeQL GitHub workflow.
     add 10b9d4f  Add CODE_OF_CONDUCT.md
     add 459e1ec  Use verify in default goal instead of package.
     add e7b7283  Fix build on Java 17.
     add 1ce1f52  Bump commons-logging from 1.1.3 to 1.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6fcfcc5)
            \
             N -- N -- N   refs/heads/dependabot/maven/commons-logging-commons-logging-1.2 (1ce1f52)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql-analysis.yml              |  74 +++++++++++++
 .github/workflows/maven.yml                        |  13 ++-
 SECURITY.md => CODE_OF_CONDUCT.md                  |   2 +-
 pom.xml                                            |  53 +++++++++-
 src/changes/changes.xml                            |   8 +-
 .../commons/scxml2/SCXMLExecutionContext.java      |   3 +-
 .../org/apache/commons/scxml2/SCXMLExecutor.java   |  22 ++--
 .../apache/commons/scxml2/SCXMLIOProcessor.java    |   2 +-
 .../commons/scxml2/env/AbstractBaseEvaluator.java  |  20 ++--
 .../apache/commons/scxml2/env/SimpleContext.java   |   6 +-
 .../commons/scxml2/env/SimpleDispatcher.java       | 116 ++++++++++-----------
 .../apache/commons/scxml2/io/ContentParser.java    |   2 +-
 .../org/apache/commons/scxml2/io/SCXMLWriter.java  |   5 +-
 .../java/org/apache/commons/scxml2/io/package.html |  15 ++-
 .../org/apache/commons/scxml2/model/Action.java    |   2 +-
 .../org/apache/commons/scxml2/model/Foreach.java   |  72 +++++++------
 .../org/apache/commons/scxml2/model/Invoke.java    |  20 ++--
 .../scxml2/semantics/SCXMLSemanticsImpl.java       |  22 ++--
 .../org/apache/commons/scxml2/w3c/W3CTests.java    |  20 ++--
 19 files changed, 290 insertions(+), 187 deletions(-)
 create mode 100644 .github/workflows/codeql-analysis.yml
 copy SECURITY.md => CODE_OF_CONDUCT.md (83%)