This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch plugin
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
discard d4da8e4ea Update commons compress to 1.23.0
add 535ae06e9 Don't call method which is already called by the super class
add 315d3e8f7 Simplify
o.a.m.plugins.surefire.report.AbstractSurefireReportMojo.canGenerateReport()
add 669cb0913 Remove more details about Maven 2 and old versions
add d8ac134c3 [MNGSITE-393] remove descriptions of Maven 2.x and very old
versions
add e0e89e44a update commons-io to 2.12.0
add a6613a815 Remove redundant space
add 8878ed5e5 update test libraries (#657)
add 1af92f5ff Remove old junittoolbox dependency no longer used (#658)
add 9092b5ec5 [SUREFIRE-2157] Upgrade surefire IT to 3.1.0
add 95e8e95ee [SUREFIRE-2157] Upgrade junit-jupiter to
5.9.3/junit-platform to 1.9.2
add a77dfb24f Drop unused commons-lang 2.6 from management (#661)
new 255bb51cc Update commons compress to 1.23.0
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 (d4da8e4ea)
\
N -- N -- N refs/heads/plugin (255bb51cc)
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:
.../src/site/apt/developing.apt.vm | 9 +--
.../src/site/apt/examples/debugging.apt.vm | 2 +-
.../fork-options-and-parallel-execution.apt.vm | 9 ---
.../report/AbstractSurefireReportMojo.java | 10 +---
pom.xml | 29 ++++------
.../maven/surefire/junitplatform/LazyLauncher.java | 11 ++++
.../junitplatform/RunListenerAdapterTest.java | 64 +++++++++++++---------
.../junitplatform/TestMethodFilterTest.java | 6 +-
8 files changed, 66 insertions(+), 74 deletions(-)