This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a change to branch release/2.22.3
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.
from bb839bb enabled and fixed tests in surefire-junit-platform
new d44dd1d [SUREFIRE-1865] ChecksumCalculator getSha1 does not compute
checksums correctly
new 92b65de [SUREFIRE-1908] Wish by Stackoverflow - Documented strategy
with parallel Java packages
new cbaaa09 [SUREFIRE-1912] user.dir should not be set lazily within the
surefire fork JVM
new f2db744 [SUREFIRE-1913] system properties should be restored after
the in-process tests have been executed
new 8f02db1 jdk1.7 build fix with m-compiler-p:3.9.0
The 5 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 | 23 ++++++--
.../surefire/booterclient/ChecksumCalculator.java | 5 +-
.../booterclient/ChecksumCalculatorTest.java | 26 +++------
.../org/apache/maven/surefire/JUnit4SuiteTest.java | 2 +
.../fork-options-and-parallel-execution.apt.vm | 64 ++++++++++++++++++++++
.../surefire-855-failsafe-use-bundle/pom.xml | 5 ++
.../surefire-855-failsafe-use-jar/pom.xml | 5 ++
.../surefire-855-failsafe-use-war/pom.xml | 5 ++
8 files changed, 111 insertions(+), 24 deletions(-)
copy
surefire-its/src/test/resources/surefire-1080-parallel-fork-double-test/src/test/java/com/cal/SimpleTest.java
=>
maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/booterclient/ChecksumCalculatorTest.java
(69%)