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/10/12 18:33:08 UTC

[maven-surefire] branch toolc updated (3319c42 -> 3094ce6)

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

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


 discard 3319c42  remove toolchain
     add 5a393a4  removed the unused method parameter LegacyMasterProcessChannelEncoder
     add fba377f  avoided unnecessary string encoding (faster in 25 ns)
     add e9f595b  JDK 16
     add 08163fa  [SUREFIRE-1851] Prevent NPE in SmartStackTraceParser
     add 26e8c84  [GH] build fix
     add 756a134  [GH] do not use std/out and std/err in E2ETest.java
     add 3094ce6  [SUREFIRE-1850] Unnecessary dependency incorrectly resolved in certain phases

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   (3319c42)
            \
             N -- N -- N   refs/heads/toolc (3094ce6)

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/maven.yml                        |   2 +-
 .github/workflows/smoketest.yml                    |   2 +-
 Jenkinsfile                                        |   2 +-
 .../surefire/extensions/EventConsumerThread.java   |   8 +-
 .../booterclient/ForkingRunListenerTest.java       |  75 +++-
 .../booterclient/output/ForkClientTest.java        | 343 ++++++++++------
 .../maven/plugin/surefire/extensions/E2ETest.java  |  16 +-
 .../extensions/ForkedProcessEventNotifierTest.java | 434 +++++++++++++++------
 .../maven/surefire/api/booter/Constants.java       |   1 +
 .../spi/LegacyMasterProcessChannelEncoder.java     |  15 +-
 .../spi/LegacyMasterProcessChannelEncoderTest.java |   2 +-
 .../surefire/report/SmartStackTraceParser.java     |   7 +-
 .../apache/maven/surefire/report/ATestClass.java   |   5 +
 .../surefire/report/SmartStackTraceParserTest.java |  15 +
 ...bleTestClass2.java => SomeMockedException.java} |  41 +-
 15 files changed, 683 insertions(+), 285 deletions(-)
 copy surefire-providers/common-java5/src/test/java/org/apache/maven/surefire/report/{RunnableTestClass2.java => SomeMockedException.java} (65%)