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 14:00:58 UTC

[maven-surefire] branch master updated (778de43 -> 64f0fde)

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

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


    from 778de43  [SUREFIRE-2026] Improve assertions in Surefire1787JUnit5IT
     add 64f0fde  [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

No new revisions were added by this update.

Summary of changes:
 .../surefire/booterclient/output/ForkClient.java   |   2 +-
 .../extensions/ForkedProcessEventNotifierTest.java |  89 +--------------
 .../surefire/api/booter/ForkingRunListener.java    |   1 -
 .../api/booter/MasterProcessChannelEncoder.java    | 125 +++++++++++++++++++--
 .../surefire/booter/spi/EventChannelEncoder.java   |   9 +-
 .../booter/spi/EventChannelEncoderTest.java        |  74 ++++++------
 6 files changed, 165 insertions(+), 135 deletions(-)