This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a change to branch testng
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
discard 923c331ad Bump testng to 7.8.0 in integration tests
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
new 442a7e6be Bump testng to 7.5.1 in integration tests
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 (923c331ad)
\
N -- N -- N refs/heads/testng (442a7e6be)
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:
pom.xml | 11 ++--
.../maven/surefire/its/CheckTestNgVersionsIT.java | 4 +-
.../src/test/resources/junit5-testng/pom.xml | 2 +-
.../surefire-1535-parallel-testng/pom.xml | 2 +-
.../test/resources/surefire-1733-testng/pom.xml | 2 +-
.../pom.xml | 2 +-
.../src/test/resources/testng-740-parallel/pom.xml | 2 +-
.../test/resources/testng-junit4-together/pom.xml | 2 +-
.../maven/surefire/junitplatform/LazyLauncher.java | 11 ++++
.../junitplatform/RunListenerAdapterTest.java | 64 +++++++++++++---------
.../junitplatform/TestMethodFilterTest.java | 6 +-
11 files changed, 66 insertions(+), 42 deletions(-)