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

github-bot pushed a change to branch 
dependabot/github_actions/scalacenter/sbt-dependency-submission-3.0.1
in repository https://gitbox.apache.org/repos/asf/daffodil.git


 discard 296145cb7 Bump scalacenter/sbt-dependency-submission from 2.3.1 to 
3.0.1
     add d21ddd8e2 Enable javadoc and scaladoc from runtime1 API
     add dc558743c Allow inputValueCalc to be defined in a hidden group
     add 8433f4d83 Remapper from XMLIllegal to PUA ignores pre-existing PUA 
characters in the input data.
     add 72cee7cc8 Updated javadoc for layering.
     add 31b90579b Add requireLengthInWholeWords feature to byteSwap layer
     add 182f157d6 Added test to show preexisting PUA chars are preserved.
     add dcf9079fd Allow DataProcessors to be garbage collected in TDML tests
     add 2037fe9a5 Use an empty sequence for the xml of implied choice branch 
sequences
     add 8074f5cf0 Bump SonarSource/sonarcloud-github-action from 2.1.1 to 2.2.0
     add 313be9dd8 Update sbt-scoverage to 2.0.12
     add 5888f24b7 --- updated-dependencies: - dependency-name: 
codecov/codecov-action   dependency-type: direct:production   update-type: 
version-update:semver-minor ...
     add 8ade23609 Bump msys2/setup-msys2 from 2.22.0 to 2.23.0
     add 0dbd3401f Bump actions/checkout from 4.1.1 to 4.1.6
     add b4b7035d6 Bump scalacenter/sbt-dependency-submission from 2.3.1 to 
3.0.1

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   (296145cb7)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/scalacenter/sbt-dependency-submission-3.0.1
 (b4b7035d6)

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/dependency-graph.yml             |   2 +-
 .github/workflows/main.yml                         |  12 +-
 build.sbt                                          |  92 ++++--
 .../apache/daffodil/core/dsom/SequenceGroup.scala  |   2 +-
 .../scala/org/apache/daffodil/core/dsom/Term.scala |   2 +-
 .../grammar/primitives/SequenceCombinator.scala    |   4 +-
 .../core/runtime1/ChoiceTermRuntime1Mixin.scala    |   2 +-
 daffodil-japi/build.sbt                            |  29 --
 .../org/apache/daffodil/lib/xml/XMLUtils.scala     |  17 +-
 .../daffodil/layers/xsd/byteSwapLayer.dfdl.xsd     |   8 +-
 .../daffodil/layers/runtime1/ByteSwapLayer.scala   |  81 ++++-
 .../apache/daffodil/layers/runtime1/GZipLayer.java |   5 +-
 .../layers/runtime1/TestByteSwapStream.scala       |   4 +-
 .../apache/daffodil/runtime1/api/DFDLPrimType.java |   2 +-
 .../apache/daffodil/runtime1/api/Metadata.scala    |  14 +-
 .../runtime1/layers/api/ChecksumLayer.java         |  96 +++---
 .../apache/daffodil/runtime1/layers/api/Layer.java | 364 +++++++++++++++++----
 .../daffodil/runtime1/layers/api/package-info.java |  70 ++++
 daffodil-sapi/root-doc.txt                         |   1 +
 .../org/apache/daffodil/tdml/TDMLRunner.scala      |  35 +-
 .../processor/tdml/TDMLInfosetInputter.scala       |  36 +-
 .../apache/daffodil/layers/TestTwoByteSwap.tdml    | 192 +++++++++++
 .../daffodil/layers/xsd/testTwoByteSwap.dfdl.xsd   |  90 +++++
 .../layers/xsd/testTwoByteSwapByte.dfdl.xsd        |  86 +++++
 .../layers/xsd/testTwoByteSwapShort.dfdl.xsd       |  79 +++++
 .../section00/general/testUnparserGeneral.tdml     |  82 ++++-
 .../section07/discriminators/discriminator.tdml    |  55 ++++
 .../section14/sequence_groups/SequenceGroup.tdml   |  35 ++
 .../{TestGzipFoldB64.scala => TestByteSwap.scala}  |  33 +-
 .../section00/general/TestUnparserGeneral.scala    |  17 +-
 .../discriminators/TestDiscriminators.scala        |   3 +
 .../sequence_groups/TestSequenceGroups.scala       |   2 +
 project/Dependencies.scala                         |  11 +-
 project/plugins.sbt                                |   2 +-
 34 files changed, 1321 insertions(+), 244 deletions(-)
 delete mode 100644 daffodil-japi/build.sbt
 create mode 100644 
daffodil-runtime1/src/main/scala/org/apache/daffodil/runtime1/layers/api/package-info.java
 create mode 100644 
daffodil-test/src/test/resources/org/apache/daffodil/layers/TestTwoByteSwap.tdml
 create mode 100644 
daffodil-test/src/test/resources/org/apache/daffodil/layers/xsd/testTwoByteSwap.dfdl.xsd
 create mode 100644 
daffodil-test/src/test/resources/org/apache/daffodil/layers/xsd/testTwoByteSwapByte.dfdl.xsd
 create mode 100644 
daffodil-test/src/test/resources/org/apache/daffodil/layers/xsd/testTwoByteSwapShort.dfdl.xsd
 copy 
daffodil-test/src/test/scala/org/apache/daffodil/runtime1/layers/{TestGzipFoldB64.scala
 => TestByteSwap.scala} (52%)

Reply via email to