This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch SUREFIRE-2161
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
omit 96f18fbad [SUREFIRE-2161] Align Mojo class names and output names
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
add 9a43d063f [SUREFIRE-1939] Build fails if java.home has <=2 path
components
add c19d8574a Fix schema locations in code which lead to 404
add a88d786d7 [SUREFIRE-2047] Upgrade to maven-common-artifact-filters
3.4.0
add cad093193 [SUREFIRE-2248] Make "type" attribute on failures and errors
in (surefire|failsafe)-test-report schema optional
add 680fb00b4 Bump org.apache.commons:commons-compress from 1.26.1 to
1.26.2
add 5c34c43cb Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
add fd440c495 Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0
add 57b783761 Bump org.htmlunit:htmlunit from 3.11.0 to 4.2.0
add e6287ddbd [SUREFIRE-2232] [REGRESSION] StatelessXmlReporter fails to
process failed result without a throwable
add afb2d4e50 Bump org.codehaus.plexus:plexus-interpolation from 1.25 to
1.27
add 71796af4d Bump org.codehaus.plexus:plexus-component-annotations
add d0b96a409 [maven-release-plugin] prepare release surefire-3.3.0
add b8e7c0c2e [maven-release-plugin] prepare for next development iteration
add d626ced41 [SUREFIRE-2249] Update doc for parameter 'properties' to
include JUnit
add 07fd1c8a5 Update MSITE and MPIR in a few ITs
add 5f64810fd [SUREFIRE-2124] Avoid creating unnecessary target files for
pom projects
add 3a793bb87 Remove/clean up Maven + JDK requirements
add 6ff0f83ea [SUREFIRE-2242] Plain test report does not include names of
the skipped tests
add 3c49ebdd6 Bump org.htmlunit:htmlunit from 4.2.0 to 4.3.0
add 281409cb1 [SUREFIRE-2161] Align Mojo class names and output names
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 (96f18fbad)
\
N -- N -- N refs/heads/SUREFIRE-2161 (281409cb1)
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.
No new revisions were added by this update.
Summary of changes:
.github/workflows/maven-verify.yml | 2 +-
.github/workflows/release-drafter.yml | 2 +-
README.md | 6 +-
maven-failsafe-plugin/pom.xml | 34 ++++++++-
.../maven/plugin/failsafe/IntegrationTestMojo.java | 14 ++--
maven-surefire-common/pom.xml | 60 +++++++++++++--
.../plugin/surefire/AbstractSurefireMojo.java | 53 +++++++------
.../extensions/SurefireStatelessReporter.java | 4 +-
.../junit5/JUnit5Xml30StatelessReporter.java | 2 +-
.../surefire/report/StatelessXmlReporter.java | 5 +-
.../maven/plugin/surefire/report/TestSetStats.java | 2 +-
.../plugin/surefire/report/WrappedReportEntry.java | 7 +-
.../AbstractSurefireMojoToolchainsTest.java | 86 ++++++----------------
.../maven/plugin/surefire/MojoMocklessTest.java | 2 +-
.../maven/plugin/surefire/SurefireHelperTest.java | 10 +--
.../surefire/extensions/StatelessReporterTest.java | 12 +--
.../surefire/report/StatelessXmlReporterTest.java | 31 ++++++--
.../surefire/util/DependenciesScannerTest.java | 2 +-
maven-surefire-plugin/pom.xml | 16 +++-
.../apache/maven/plugin/surefire/SurefireMojo.java | 2 +-
.../src/site/apt/examples/junit-platform.apt.vm | 6 +-
.../src/site/apt/examples/single-test.apt.vm | 13 ++--
.../src/site/apt/examples/testng.apt.vm | 42 ++---------
maven-surefire-plugin/src/site/apt/index.apt.vm | 7 +-
.../site/resources/xsd/surefire-test-report.xsd | 14 ++--
.../maven/plugin/surefire/SurefireMojoTest.java | 2 +-
maven-surefire-report-plugin/pom.xml | 59 ++++++++++++---
.../surefire-1894/TEST-surefire.MyTest.xml | 4 +-
pom.xml | 52 ++++---------
surefire-api/pom.xml | 6 +-
.../apache/maven/surefire/api/suite/RunResult.java | 6 +-
surefire-booter/pom.xml | 16 +++-
.../maven/surefire/booter/SystemUtilsTest.java | 8 --
surefire-extensions-api/pom.xml | 10 ++-
.../surefire/extensions/StatelessReporter.java | 4 +-
surefire-extensions-spi/pom.xml | 2 +-
surefire-grouper/pom.xml | 4 +-
surefire-its/pom.xml | 21 ++++--
.../maven/surefire/its/JUnitPlatformEnginesIT.java | 4 +-
.../apache/maven/surefire/its/JUnitPlatformIT.java | 2 +
.../org/apache/maven/surefire/its/UmlautDirIT.java | 8 +-
.../Surefire1295AttributeJvmCrashesToTestsIT.java | 25 +++++--
surefire-its/src/test/resources/junit-4-5/pom.xml | 10 +++
.../src/test/resources/junit5-suite/pom.xml | 5 ++
.../test/resources/surefire-1490-custom/pom.xml | 4 +-
.../test/resources/surefire-1490-default/pom.xml | 4 +-
.../surefire-260-testWithIdenticalNames/pom.xml | 4 +-
.../surefire-570-multipleReportDirectories/pom.xml | 2 +-
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 | 10 +--
surefire-providers/surefire-testng/pom.xml | 17 +++--
surefire-report-parser/pom.xml | 4 +-
.../testsuitexmlparser/TEST-org.acme.FlakyTest.xml | 12 +--
surefire-shadefire/pom.xml | 5 +-
surefire-shared-utils/pom.xml | 6 +-
64 files changed, 520 insertions(+), 389 deletions(-)