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 e916128 [jenkins] excludes h49-shared which caused
UmlautDirIT.testUmlaut() build failure on dir renaming error && JDK18 && maven
3.2
add d19f79f [SUREFIRE-2023] The integration test
Surefire946KillMainProcessInReusableForkIT hanged and timed out because SIGTERM
happened before the first test has started. The plugin should be able to
terminate itself whenever after SIGTERM.
new fdf0228 [documentation] use *Nix paths
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../plugin/surefire/AbstractSurefireMojo.java | 50 +++--
.../plugin/surefire/InPluginVMSurefireStarter.java | 9 +-
.../plugin/surefire/booterclient/ForkStarter.java | 201 +++++++++------------
.../plugin/surefire/booterclient/Platform.java | 17 ++
.../surefire/booterclient/output/ForkClient.java | 45 ++---
.../booterclient/output/ForkClientTest.java | 11 +-
.../src/site/apt/examples/logging.apt.vm | 2 +-
maven-surefire-plugin/src/site/markdown/java9.md | 2 +-
.../api/util/internal/ConcurrencyUtils.java | 13 +-
.../api/util/internal/ConcurrencyUtilsTest.java | 41 +++--
...Surefire946KillMainProcessInReusableForkIT.java | 2 +-
.../maven/surefire/common/junit4/Notifier.java | 8 +-
.../maven/surefire/testng/TestNGExecutor.java | 18 +-
13 files changed, 205 insertions(+), 214 deletions(-)