This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch SUREFIRE-2226
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


    omit 817350e68 [SUREFIRE-2226] Upgrade to Maven Verifier 2.0.0-M1
     add 22095a336 [maven-release-plugin] prepare release surefire-3.2.4
     add 660cff856 [maven-release-plugin] prepare for next development iteration
     add 988e1ed37 Correct incomplete incompat notice
     add 96890c426 Run CI tests also with Java 21
     add 32dd601c1 Bump javassist to 3.30.2-GA
     add f83b8839f Bump org.apache.maven.wagon:wagon-http-lightweight from 
3.5.1 to 3.5.3 (#699)
     add e7507601f [SUREFIRE-2229] [REGRESSION] SUREFIRE-2224 causes stack 
trace to be omitted for errors and failures
     add fe0e14631 Bump org.htmlunit:htmlunit
     add 9b15b2edb Bump org.htmlunit:htmlunit
     add c99b0dd25 Bump org.testng:testng from 5.10 to 5.11
     add e5f454527 Bump jacocoVersion from 0.8.8 to 0.8.11
     add c0f775569 Fix formatting
     add 8874add5b Revert "Bump jacocoVersion from 0.8.8 to 0.8.11"
     add 7752f7e62 Bump commons-io:commons-io from 2.15.0 to 2.15.1
     add 25a9776c0 Bump net.java.dev.javacc:javacc from 7.0.12 to 7.0.13
     add 3290740be Bump org.apache.maven.plugins:maven-docck-plugin from 1.1 to 
1.2
     add 2d92f2d42 [SUREFIRE-2231] JaCoCo 0.8.11 fails with old TestNG releases 
on Java 17+
     add 430c40675 Bump org.assertj:assertj-core from 3.24.2 to 3.25.1
     add eb3f1d946 Bump org.codehaus.plexus:plexus-component-metadata from 
2.1.1 to 2.2.0
     add 4b3a2719d [maven-release-plugin] prepare release surefire-3.2.5
     add 5487438d0 [maven-release-plugin] prepare for next development iteration
     add 60ef4511d Bump org.htmlunit:htmlunit from 3.9.0 to 3.10.0 (#717)
     add a8739e5e4 Bump org.apache.commons:commons-compress from 1.25.0 to 
1.26.0 (#722)
     add 45f5170a3 Bump org.htmlunit:htmlunit from 3.10.0 to 3.11.0 (#721)
     add 2fed80239 Bump org.assertj:assertj-core from 3.25.1 to 3.25.3 (#719)
     add 1d6dcf522 Remove references to very old versions of surefire and 
TestNG (#723)
     add 96128a573 [SUREFIRE-2240] Don't manage JUnit5 artifact versions (#725)
     add 28b3e54dd Bump org.apache.commons:commons-compress from 1.26.0 to 
1.26.1
     add bae016d75 Bump apache/maven-gh-actions-shared from 3 to 4
     add 4281a9bdd [SUREFIRE-2243] Bump commons-io:commons-io from 2.15.1 to 
2.16.0 (#728)
     add 91c2adae9 Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#731)
     add 790e33279 Bump jacocoVersion from 0.8.11 to 0.8.12
     add 0aa072822 Fix/remove incorrect SCM elements
     add 8f13111fe Fix case of name
     add fb71907bd Remove references to very old versions
     add d0348535d [SUREFIRE-2244] Make IT for SUREFIRE-1295 reliable
     add 19b16d9b4 Directory, not folder
     add 71d2214be [SUREFIRE-2245] Upgrade to Parent 42 and Maven 3.6.3
     add e166d93e1 [SUREFIRE-2246] Clean up dependencies reported by 
dependencies:analyze
     new 574c35648 [SUREFIRE-2226] Upgrade to Maven Verifier 2.0.0-M1

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   (817350e68)
            \
             N -- N -- N   refs/heads/SUREFIRE-2226 (574c35648)

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                 |   6 +-
 .github/workflows/release-drafter.yml              |   2 +-
 maven-failsafe-plugin/pom.xml                      |  36 +++++++-
 .../src/it/jetty-war-test-failing/pom.xml          |   2 +-
 .../src/it/jetty-war-test-passing/pom.xml          |   2 +-
 maven-surefire-common/pom.xml                      |  62 +++++++++++--
 .../plugin/surefire/AbstractSurefireMojo.java      |  31 ++-----
 .../surefire/report/StatelessXmlReporter.java      |  10 ++-
 .../AbstractSurefireMojoToolchainsTest.java        |  86 +++++-------------
 .../maven/plugin/surefire/SurefireHelperTest.java  |  10 +--
 .../surefire/report/StatelessXmlReporterTest.java  |   4 +-
 maven-surefire-plugin/pom.xml                      |  18 +++-
 .../src/site/apt/examples/single-test.apt.vm       |  13 ++-
 .../src/site/apt/examples/testng.apt.vm            |  42 ++-------
 maven-surefire-report-plugin/pom.xml               |  63 ++++++++++---
 .../src/site/apt/index.apt                         |  22 ++---
 pom.xml                                            |  36 ++++----
 surefire-api/pom.xml                               |   6 +-
 surefire-booter/pom.xml                            |  16 +++-
 surefire-extensions-api/pom.xml                    |  10 ++-
 surefire-extensions-spi/pom.xml                    |   2 +-
 surefire-grouper/pom.xml                           |   6 +-
 surefire-its/pom.xml                               |  21 +++--
 .../maven/surefire/its/CheckTestNgVersionsIT.java  | 100 ++-------------------
 .../maven/surefire/its/JUnitPlatformEnginesIT.java |   1 +
 .../apache/maven/surefire/its/JUnitPlatformIT.java |   2 +
 .../org/apache/maven/surefire/its/UmlautDirIT.java |   8 +-
 .../Surefire1295AttributeJvmCrashesToTestsIT.java  |  25 ++++--
 ...ire1967CheckTestNgMethodParallelOrderingIT.java |  17 ----
 surefire-its/src/test/resources/junit-4-5/pom.xml  |  10 +++
 .../src/test/resources/junit5-suite/pom.xml        |   5 ++
 surefire-logger-api/pom.xml                        |   8 +-
 surefire-providers/common-java5/pom.xml            |   8 +-
 surefire-providers/common-junit3/pom.xml           |   8 +-
 surefire-providers/common-junit4/pom.xml           |  18 ++--
 surefire-providers/common-junit48/pom.xml          |  13 +--
 surefire-providers/pom.xml                         |   8 +-
 surefire-providers/surefire-junit-platform/pom.xml |  34 +++++--
 surefire-providers/surefire-junit3/pom.xml         |  18 ++--
 surefire-providers/surefire-junit4/pom.xml         |  17 ++--
 surefire-providers/surefire-junit47/pom.xml        |  27 ++++--
 surefire-providers/surefire-testng-utils/pom.xml   |  12 +--
 surefire-providers/surefire-testng/pom.xml         |  19 ++--
 surefire-report-parser/pom.xml                     |   4 +-
 surefire-shadefire/pom.xml                         |   5 +-
 surefire-shared-utils/pom.xml                      |   6 +-
 46 files changed, 453 insertions(+), 426 deletions(-)

Reply via email to