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 2022/02/14 09:51:28 UTC

[maven-surefire] branch SUREFIRE-2003 updated (2b9b5a9 -> eeebc5b)

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

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


 discard 2b9b5a9  [SUREFIRE-2003] Upgrade Maven Reporting to 3.1.0
     add 67abe59  [SUREFIRE-2008] Upgrade animal-sniffer-maven-plugin to 1.21
     add 93e0aea  [SUREFIRE-2009] Refactoring of surefire-junit3. JUnitTestSetExecutor and PojoTestSetExecutor should be stateless.
     add eeebc5b  [SUREFIRE-2003] Upgrade Maven Reporting to 3.1.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   (2b9b5a9)
            \
             N -- N -- N   refs/heads/SUREFIRE-2003 (eeebc5b)

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:
 pom.xml                                            |  17 +++-
 .../api/stream/AbstractStreamDecoderTest.java      |   2 +-
 .../maven/surefire/junit/JUnit3Provider.java       |  52 +++++------
 ...JUnitTestSet.java => JUnitTestSetExecutor.java} |  30 +-----
 .../{PojoTestSet.java => PojoTestSetExecutor.java} | 104 +++++++--------------
 ...reTestSet.java => SurefireTestSetExecutor.java} |   6 +-
 .../junit/TestListenerInvocationHandler.java       |  33 ++-----
 .../maven/surefire/junit/JUnitTestSetTest.java     |   4 +-
 8 files changed, 91 insertions(+), 157 deletions(-)
 rename surefire-providers/surefire-junit3/src/main/java/org/apache/maven/surefire/junit/{JUnitTestSet.java => JUnitTestSetExecutor.java} (85%)
 rename surefire-providers/surefire-junit3/src/main/java/org/apache/maven/surefire/junit/{PojoTestSet.java => PojoTestSetExecutor.java} (73%)
 rename surefire-providers/surefire-junit3/src/main/java/org/apache/maven/surefire/junit/{SurefireTestSet.java => SurefireTestSetExecutor.java} (89%)