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

github-bot pushed a change to branch 
dependabot/github_actions/actions/setup-java-5.0.0
in repository https://gitbox.apache.org/repos/asf/daffodil.git


 discard 0e55466a2 Bump actions/setup-java from 4.7.1 to 5.0.0
     add 9454abf29 Bump SonarSource/sonarqube-scan-action from 5.2.0 to 5.3.1
     add 0a47acb82 Evaluate assert/discriminator expressions after groupContent
     add aee5c0c91 Change withValidation API to accept a URL instead of URI
     add 522270948 Update scala-xml to 2.4.0
     add 0b8635429 Update woodstox-core to 7.1.1
     add c7a5dca90 Update Saxon-HE to 12.8
     add b9e524831 Update commons-io to 2.20.0
     add 3cd5c35fb Update jline to 3.30.5
     add eb4b5f97a Update scalacheck to 1.19.0
     add 3d1840db1 Update os-lib to 0.11.5
     add 4ade1fc43 Update sbt-unidoc to 0.6.0
     add 0cf540010 Update sbt, scripted-plugin to 1.11.6
     add a7c521f0f Bump actions/checkout from 4.2.2 to 5.0.0
     add 232f3c2f7 Bump actions/setup-java from 4.7.1 to 5.0.0

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   (0e55466a2)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/actions/setup-java-5.0.0 (232f3c2f7)

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                         |  10 +-
 .github/workflows/release-candidate.yml            |   2 +-
 .../main/scala/org/apache/daffodil/cli/Main.scala  |   9 +-
 .../org/apache/daffodil/api/DataProcessor.java     |  10 +-
 .../daffodil/api/validation/package-info.java      |  10 +-
 .../daffodil/core/dsom/DFDLStatementMixin.scala    |   7 +-
 .../apache/daffodil/core/dsom/SequenceGroup.scala  |   2 +-
 .../apache/daffodil/core/dsom/SimpleTypes.scala    |   4 +-
 .../org/apache/daffodil/core/grammar/Grammar.scala |  22 ++-
 .../core/grammar/HasStatementsGrammarMixin.scala   |  15 +-
 .../core/grammar/ModelGroupGrammarMixin.scala      |   6 +-
 .../daffodil/core/grammar/TermGrammarMixin.scala   |   9 +
 .../org/apache/daffodil/core/util/TestUtils.scala  |   6 +-
 .../daffodil/lib/xml/DaffodilXMLLoader.scala       |   2 +-
 .../runtime1/processors/DataProcessor.scala        |  12 +-
 .../runtime1/processors/parsers/PState.scala       |  18 ++
 .../runtime1/processors/parsers/Parser.scala       |  34 ++--
 .../daffodil/validation/XercesValidator.scala      |  14 +-
 .../java/org/apache/daffodil/jexample/TestAPI.java |   8 +-
 .../daffodil/jexample/ValidatorApiExample.java     |   2 +-
 .../org/apache/daffodil/sexample/TestAPI.scala     |   8 +-
 .../schematron/SchematronValidatorFactory.scala    |  13 +-
 .../validation/schematron/Transforms.scala         |   4 +-
 .../validation/schematron/EmbeddedTesting.scala    |   2 +-
 .../processor/tdml/DaffodilTDMLDFDLProcessor.scala |   2 +-
 .../section07/discriminators/discriminator.tdml    | 187 ++++++++++++++++-----
 .../apache/daffodil/infoset/TestStringAsXml.scala  |   2 +-
 .../discriminators/TestDiscriminators.scala        |   6 +-
 project/Dependencies.scala                         |  14 +-
 project/build.properties                           |   2 +-
 project/plugins.sbt                                |   2 +-
 32 files changed, 310 insertions(+), 136 deletions(-)

Reply via email to