This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
discard c03390b28 [SUREFIRE-2227] Dynamically calculate xrefTestLocation
discard 05c4b3725 [SUREFIRE-2228] Upgrade to Doxia 2.0.0 Milestone Stack
discard 833c034de [SUREFIRE-2161] Align Mojo class names and output names
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 64e511384 [SUREFIRE-2161] Align Mojo class names and output names
add 054428f68 [SUREFIRE-2228] Upgrade to Doxia 2.0.0 Milestone Stack
add bc4b6cb80 [SUREFIRE-2227] Dynamically calculate xrefTestLocation
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 (c03390b28)
\
N -- N -- N refs/heads/doxia-2.0.0 (bc4b6cb80)
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:
maven-failsafe-plugin/pom.xml | 34 ++++++++-
.../maven/plugin/failsafe/IntegrationTestMojo.java | 2 +-
maven-surefire-common/pom.xml | 60 +++++++++++++--
.../plugin/surefire/AbstractSurefireMojo.java | 33 ++-------
.../extensions/SurefireStatelessReporter.java | 4 +-
.../junit5/JUnit5Xml30StatelessReporter.java | 2 +-
.../surefire/report/StatelessXmlReporter.java | 5 +-
.../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 ++--
.../site/resources/xsd/surefire-test-report.xsd | 14 ++--
.../maven/plugin/surefire/SurefireMojoTest.java | 2 +-
maven-surefire-report-plugin/pom.xml | 63 ++++++++++++----
.../surefire-1894/TEST-surefire.MyTest.xml | 4 +-
pom.xml | 37 +++-------
surefire-api/pom.xml | 4 +-
surefire-booter/pom.xml | 14 +++-
.../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 ++
.../surefire-260-testWithIdenticalNames/pom.xml | 4 +-
surefire-logger-api/pom.xml | 4 +-
surefire-providers/common-java5/pom.xml | 4 +-
surefire-providers/common-junit3/pom.xml | 4 +-
surefire-providers/common-junit4/pom.xml | 14 +++-
surefire-providers/common-junit48/pom.xml | 9 ++-
surefire-providers/pom.xml | 4 +-
surefire-providers/surefire-junit-platform/pom.xml | 18 ++++-
surefire-providers/surefire-junit3/pom.xml | 10 ++-
surefire-providers/surefire-junit4/pom.xml | 9 ++-
surefire-providers/surefire-junit47/pom.xml | 19 ++++-
surefire-providers/surefire-testng-utils/pom.xml | 4 +-
surefire-providers/surefire-testng/pom.xml | 9 ++-
surefire-report-parser/pom.xml | 4 +-
.../testsuitexmlparser/TEST-org.acme.FlakyTest.xml | 12 +--
surefire-shadefire/pom.xml | 5 +-
surefire-shared-utils/pom.xml | 6 +-
53 files changed, 443 insertions(+), 257 deletions(-)