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/25 13:58:17 UTC

[maven-surefire] branch SUREFIRE-2025 updated (c33024e -> e5e57cf)

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

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


    omit c33024e  TestSetReportEntry already contains system properties and systemProperties() can be removed in MasterProcessChannelEncoder
    omit 2840bfa  added Javadoc
    omit adbbc82  [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test
     add 3c207f5  Fix documentation: integration tests are in surefire-its now
     add 778de43  [SUREFIRE-2026] Improve assertions in Surefire1787JUnit5IT
     add e5e57cf  [SUREFIRE-2025] Updated abstractions which helps associating systemProperties() with a test context added Javadoc TestSetReportEntry already contains system properties and systemProperties() can be removed in MasterProcessChannelEncoder

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   (c33024e)
            \
             N -- N -- N   refs/heads/SUREFIRE-2025 (e5e57cf)

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/developing.apt.vm                 |  8 ++---
 .../surefire/its/jiras/Surefire1787JUnit5IT.java   | 42 +++++++++++++---------
 .../src/test/java/examples/RootTest.java           | 10 ++++--
 .../src/test/java/examples/a/ATest.java            |  8 +++--
 .../src/test/java/examples/b/BTest.java            | 10 ++++--
 5 files changed, 49 insertions(+), 29 deletions(-)