This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a change to branch SUREFIRE-2040
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.
discard bce7dd6 [SUREFIRE-2040] No tests executed with junit-platform-suite
and -Dtest=TestSuite
add 722fa93 Stage site on GH actions
add 064d554 Revert "[SUREFIRE-1964] Support for method filtering on
excludesFile and includesFile"
add d3e1fcb [SUREFIRE-1964] Support for method filtering on excludesFile
and includesFile committers: Ildefonso Montero, Tibor Digaňa Add the
implementation and integration tests Add some unit tests Add some javadoc to
includesFile and excludesFile
add fcd1488 [SUREFIRE-2042] Remove unused method
TestListResolver#getWildcard
add 4d7ebc7 [SUREFIRE-2038] Upgrade Maven Parent to 35
add 75aab7e Add locally used repository .m2 to gitignore
add 8bf29be resolved todo with UncheckedIOException
add 6e60b03 [SUREFIRE-1426] Fork crash doesn't fail build with
-Dmaven.test.failure.ignore=true
add db99f16 [SUREFIRE-2046] Resolved TODOs. Updated callbacks
ForkedProcessPropertyEventListener and ForkedProcessStandardOutErrEventListener.
new 1f99455 [SUREFIRE-2040] No tests executed with junit-platform-suite
and -Dtest=TestSuite
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 (bce7dd6)
\
N -- N -- N refs/heads/SUREFIRE-2040 (1f99455)
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.
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:
.github/workflows/maven-verify.yml | 3 +-
.gitignore | 1 +
.../maven/plugin/failsafe/IntegrationTestMojo.java | 10 ++
maven-surefire-common/pom.xml | 1 +
.../maven/plugin/surefire/SurefireHelper.java | 10 +-
.../surefire/booterclient/output/ForkClient.java | 14 +--
.../output/ForkedProcessEventNotifier.java | 6 +-
.../output/ForkedProcessPropertyEventListener.java | 2 +-
.../ForkedProcessStandardOutErrEventListener.java | 2 +-
.../surefire/report/ConsoleOutputFileReporter.java | 4 +-
.../plugin/surefire/AbstractSurefireMojoTest.java | 5 +-
.../maven/plugin/surefire/SurefireHelperTest.java | 42 +++++++
.../extensions/ForkedProcessEventNotifierTest.java | 24 ++--
maven-surefire-plugin/pom.xml | 2 -
.../maven/plugin/surefire/SurefirePlugin.java | 12 +-
maven-surefire-report-plugin/pom.xml | 11 --
pom.xml | 133 ++++-----------------
.../surefire/api/testset/TestListResolver.java | 5 -
surefire-its/pom.xml | 25 ----
... Surefire1426JvmCrashShouldNotBeIgnoredIT.java} | 21 ++--
.../pom.xml | 11 +-
.../src/test/java/PojoTest.java | 0
22 files changed, 144 insertions(+), 200 deletions(-)
copy
surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/{Surefire408ManualProviderSelectionIT.java
=> Surefire1426JvmCrashShouldNotBeIgnoredIT.java} (66%)
copy surefire-its/src/test/resources/{pojo-simple =>
surefire-1426-ignore-fail-jvm-crash}/pom.xml (83%)
copy surefire-its/src/test/resources/{pojo-simple =>
surefire-1426-ignore-fail-jvm-crash}/src/test/java/PojoTest.java (100%)