You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2020/05/10 01:10:37 UTC

[maven-surefire] branch dependencies updated (9703c23 -> f7c1d0d)

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

tibordigana pushed a change to branch dependencies
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


 discard 9703c23  Verifier 1.7.2
     add 754e4ab  [SUREFIRE-1791] Documentation and the integration test for Spock/Groovy with JUnit5
     add f7c1d0d  Verifier 1.7.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   (9703c23)
            \
             N -- N -- N   refs/heads/dependencies (f7c1d0d)

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:
 .../src/site/apt/examples/spock.apt.vm             | 174 +++++++++++++++++++++
 maven-surefire-plugin/src/site/site.xml            |   1 +
 .../surefire/its/fixture/HelperAssertions.java     |  17 +-
 ...rectConcurrentTestCountIT.java => SpockIT.java} |  19 +--
 .../{surefire-1727 => junit5-spock}/pom.xml        |  32 ++--
 .../src/main/java/pkg/Calculator.java}             |   9 +-
 .../src/test/groovy/pkg/CalculatorTest.groovy      |  26 +++
 7 files changed, 247 insertions(+), 31 deletions(-)
 create mode 100644 maven-surefire-plugin/src/site/apt/examples/spock.apt.vm
 copy surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/{Surefire1055CorrectConcurrentTestCountIT.java => SpockIT.java} (69%)
 copy surefire-its/src/test/resources/{surefire-1727 => junit5-spock}/pom.xml (73%)
 copy surefire-its/src/test/resources/{surefire-1185/src/test/java/pkg/RunningTest.java => junit5-spock/src/main/java/pkg/Calculator.java} (90%)
 create mode 100644 surefire-its/src/test/resources/junit5-spock/src/test/groovy/pkg/CalculatorTest.groovy