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
omit 49775e64c sdfsf
omit 1281144cf Format time where it is displayed, not serialized
omit c9ed078fa Prepare for Doxia 2.0.0
add 4e6a85d36 Remove duplicate license header
add 3580f849d Remove unused dependency
add e27ff1453 Simplify link creation
add 2d739c24f [MNG-6829] Replace StringUtils#isEmpty(String) &
#isNotEmpty(String) (#641)
add c49b2b728 [SUREFIRE-2165] TestSuiteXmlParser does not capture text per
element causing concatenated text produced
add 3ff4afd7a Use proper symbol 's' for seconds
add 56ebd61d8 [SUREFIRE-2169] Potential NPE in WrappedReportEntry when
#getElapsed() is called
add cba039eb4 [SUREFIRE-2164] Simplify serialization of elapsed time in
StatelessXmlReporter
add 9e971d20c [SUREFIRE-2167] Simplify deserialization of elapsed time in
TestSuiteXmlParser
add 2967be3b8 [SUREFIRE-2166] Use ChoiceFormat to selectively render
percentage and elapsed time in SurefireReportRenderer
add 40e1d03f2 [SUREFIRE-2168] Use proper en dash approximation for console
report output
add ed307a682 [SUREFIRE-2170] Use ChoiceFormat to selectively render
elapsed time in WrappedReportEntry
add c0810c87e [SUREFIRE-2171] Upgrade to Maven Surefire 3.1.0
add 08952e665 [maven-release-plugin] prepare release surefire-3.1.1
add b6dcaeaa5 [maven-release-plugin] prepare for next development iteration
add 507c97261 Bump animal-sniffer-maven-plugin from 1.21 to 1.23 (#624)
add 135598875 [SUREFIRE-2174] Remove legacy Surefire test report schema
file and make 3.0 default
add 96dedb306 [SUREFIRE-2175] Turn time attribute to xs:float in Surefire
test report schema
add 2a0e80de9 [SUREFIRE-1533] surefire-test-report.xsd has too narrow a
definition for testcase time attribute
add 257a7cdc3 Simplify ctor call
add d5d779726 [SUREFIRE-2173] Update compiler source/target to version 8
in integration tests
add 8e3abdf6a [SUREFIRE-2173] Run CI tests also with Java 20
add 7c4faa9ae [SUREFIRE-2174] Remove legacy Surefire test report schema
file and make 3.0 default
add 62717f342 Fix schema validation
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)
add 255bb51cc Update commons compress to 1.23.0
add 5e097b58e [maven-release-plugin] prepare release surefire-3.1.2
add 0998f10bb [maven-release-plugin] prepare for next development iteration
new b254ac576 Prepare for Doxia 2.0.0
new 330598295 sdfsf
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 (49775e64c)
\
N -- N -- N refs/heads/doxia-2.0.0 (330598295)
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 2 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 | 4 +-
Jenkinsfile | 2 +-
maven-failsafe-plugin/pom.xml | 5 +-
.../src/it/jetty-war-test-failing/pom.xml | 4 +-
.../src/it/jetty-war-test-passing/pom.xml | 4 +-
.../src/it/multiple-summaries-failing/pom.xml | 4 +-
.../src/it/multiple-summaries/pom.xml | 4 +-
.../src/it/working-directory/pom.xml | 4 +-
maven-surefire-common/pom.xml | 2 +-
.../junit5/JUnit5StatelessTestsetInfoReporter.java | 2 +-
.../surefire/report/StatelessXmlReporter.java | 57 +++++----
.../maven/plugin/surefire/report/TestSetStats.java | 2 +-
.../plugin/surefire/report/WrappedReportEntry.java | 20 ++-
.../surefire/report/WrappedReportEntryTest.java | 6 +-
.../StatelessTestsetInfoReporterTest.java | 2 +-
maven-surefire-plugin/pom.xml | 19 +--
.../src/site/apt/developing.apt.vm | 9 +-
.../src/site/apt/examples/debugging.apt.vm | 2 +-
.../fork-options-and-parallel-execution.apt.vm | 9 --
maven-surefire-plugin/src/site/apt/index.apt.vm | 5 +-
.../resources/xsd/legacy-surefire-test-report.xsd | 134 ---------------------
...est-report-3.0.xsd => surefire-test-report.xsd} | 9 +-
maven-surefire-report-plugin/pom.xml | 2 +-
.../report/AbstractSurefireReportMojo.java | 13 +-
.../surefire/report/SurefireReportMojo.java | 2 +-
.../surefire/report/SurefireReportRenderer.java | 1 +
.../src/main/resources/surefire-report.properties | 7 +-
.../report/SurefireSchemaValidationTest.java | 2 +-
pom.xml | 35 ++----
surefire-api/pom.xml | 2 +-
surefire-booter/pom.xml | 2 +-
surefire-extensions-api/pom.xml | 2 +-
surefire-grouper/pom.xml | 2 +-
surefire-its/pom.xml | 8 +-
.../maven/surefire/its/JUnit47ConcurrencyIT.java | 2 +-
.../maven/surefire/its/JUnit47ParallelIT.java | 86 ++++++-------
.../maven/surefire/its/JUnitPlatformEnginesIT.java | 2 +-
.../surefire/its/fixture/HelperAssertions.java | 5 +-
.../its/jiras/Surefire1185DoNotSpawnTestsIT.java | 4 +-
.../Surefire747MethodParallelWithSuiteCountIT.java | 4 +-
.../test/resources/environment-variables/pom.xml | 4 +-
.../src/test/resources/failingBuilds/pom.xml | 4 +-
.../src/test/resources/failsafe-notests/pom.xml | 4 +-
.../test/resources/failure-result-counting/pom.xml | 4 +-
.../src/test/resources/failureOutput/pom.xml | 4 +-
.../src/test/resources/fork-consoleOutput/pom.xml | 4 +-
.../resources/fork-consoleOutputWithErrors/pom.xml | 4 +-
.../test/resources/fork-count-multimodule/pom.xml | 4 +-
.../resources/fork-count-resource-loading/pom.xml | 4 +-
.../src/test/resources/fork-count-testng/pom.xml | 4 +-
surefire-its/src/test/resources/fork-count/pom.xml | 4 +-
surefire-its/src/test/resources/fork-fail/pom.xml | 4 +-
.../src/test/resources/fork-timeout/pom.xml | 4 +-
.../resources/includes-excludes-from-file/pom.xml | 4 +-
.../src/test/resources/includes-excludes/pom.xml | 4 +-
.../test/resources/isolated-classloader/pom.xml | 4 +-
.../src/test/resources/junit-ignore/pom.xml | 4 +-
.../src/test/resources/junit-innerClass/pom.xml | 4 +-
.../resources/junit-notExtendingTestCase/pom.xml | 4 +-
.../test/resources/junit-pathWithUmlaut/pom.xml | 4 +-
.../test/resources/junit-twoTestCaseSuite/pom.xml | 4 +-
.../src/test/resources/junit-twoTestCases/pom.xml | 4 +-
.../resources/junit4-forkAlways-staticInit/pom.xml | 4 +-
.../resources/junit4-rerun-failing-tests/pom.xml | 4 +-
.../src/test/resources/junit4-runlistener/pom.xml | 4 +-
.../test/resources/junit4-twoTestCaseSuite/pom.xml | 4 +-
surefire-its/src/test/resources/junit4/pom.xml | 4 +-
.../src/test/resources/junit44-dep/pom.xml | 4 +-
.../src/test/resources/junit44-environment/pom.xml | 4 +-
.../src/test/resources/junit44-hamcrest/pom.xml | 4 +-
.../test/resources/junit44-method-pattern/pom.xml | 4 +-
.../test/resources/junit44-single-method/pom.xml | 4 +-
.../resources/junit47-parallel-with-suite/pom.xml | 4 +-
.../test/resources/junit47-redirect-output/pom.xml | 4 +-
.../junit47-static-inner-class-tests/pom.xml | 4 +-
.../src/test/resources/junit48-categories/pom.xml | 4 +-
.../test/resources/junit48-smartStackTrace/pom.xml | 4 +-
.../src/test/resources/norunnableTests/pom.xml | 4 +-
.../src/test/resources/parallel-runtime/pom.xml | 4 +-
.../resources/plain-old-java-classpath/pom.xml | 4 +-
.../src/test/resources/plexus-conflict/pom.xml | 4 +-
.../src/test/resources/pojo-simple/pom.xml | 4 +-
surefire-its/src/test/resources/pom.xml | 4 +-
surefire-its/src/test/resources/reporters/pom.xml | 4 +-
.../src/test/resources/result-counting/pom.xml | 4 +-
surefire-its/src/test/resources/runOrder/pom.xml | 4 +-
.../src/test/resources/runorder-parallel/pom.xml | 4 +-
.../sibling-aggregator/aggregator/pom.xml | 6 +-
.../resources/sibling-aggregator/child1/pom.xml | 6 +-
.../resources/sibling-aggregator/child2/pom.xml | 6 +-
.../test/resources/small-result-counting/pom.xml | 4 +-
.../jiras-surefire-1024-testjar/pom.xml | 4 +-
.../pom.xml | 4 +-
.../pom.xml | 4 +-
.../surefire-1122-parallel-and-flakyTests/pom.xml | 4 +-
.../pom.xml | 4 +-
.../surefire-1202-rerun-and-failfast/pom.xml | 4 +-
.../surefire-1209-rerun-and-forkcount/pom.xml | 6 +-
.../surefire-1278-group-name-ending/pom.xml | 4 +-
.../pom.xml | 4 +-
.../pom.xml | 4 +-
.../pom.xml | 4 +-
.../surefire-141-pluggableproviders/pom.xml | 4 +-
.../surefire-146-forkPerTestNoSetup/pom.xml | 4 +-
.../surefire-1535-parallel-testng/pom.xml | 4 +-
.../src/test/resources/surefire-1602/pom.xml | 4 +-
.../resources/surefire-162-charsetProvider/pom.xml | 4 +-
.../surefire-224-wellFormedXmlFailures/pom.xml | 4 +-
.../resources/surefire-257-rerunningTests/pom.xml | 4 +-
.../surefire-260-testWithIdenticalNames/pom.xml | 4 +-
.../surefire-34-securityManager-success/pom.xml | 4 +-
.../resources/surefire-34-securityManager/pom.xml | 4 +-
.../surefire-408-manual-provider-selection/pom.xml | 4 +-
.../resources/surefire-500-puzzling-error/pom.xml | 4 +-
.../resources/surefire-510-testClassPath/pom.xml | 4 +-
.../surefire-570-multipleReportDirectories/pom.xml | 4 +-
.../surefire-613-testCount-in-parallel/pom.xml | 4 +-
.../pom.xml | 4 +-
.../pom.xml | 4 +-
.../surefire-634-systemPropertiesWarning/pom.xml | 4 +-
.../test/resources/surefire-673-mockito/pom.xml | 4 +-
.../surefire-674-buildFailingWhenErrors/pom.xml | 4 +-
.../surefire-685-commaseparatedIncludes/pom.xml | 4 +-
.../resources/surefire-697-niceSummary/pom.xml | 4 +-
.../surefire-733-allOverridesCaptured/pom.xml | 4 +-
.../pom.xml | 4 +-
.../pom.xml | 4 +-
.../surefire-806-specifiedTests-multi/pom.xml | 4 +-
.../surefire-806-specifiedTests-single/pom.xml | 4 +-
.../surefire-809-groupExpr-junit48/pom.xml | 4 +-
.../surefire-809-groupExpr-testng/pom.xml | 4 +-
.../surefire-812-log4j-classloader/pom.xml | 4 +-
.../surefire-818-ignored-tests-on-npe/pom.xml | 4 +-
.../surefire-828-emptyGroupExpr-junit48/pom.xml | 4 +-
.../surefire-828-emptyGroupExpr-testng/pom.xml | 4 +-
.../surefire-832-provider-selection/pom.xml | 4 +-
.../test/resources/surefire-847-testngfail/pom.xml | 4 +-
.../surefire-930-failsafe-runtests/pom.xml | 4 +-
.../surefire-931-provider-failure/pom.xml | 4 +-
.../resources/surefire-943-report-content/pom.xml | 4 +-
.../surefire-946-dummy-dependency/pom.xml | 4 +-
.../pom.xml | 4 +-
.../surefire-946-self-destruct-plugin/pom.xml | 4 +-
.../surefire-972-bizarre-noclassdef/pom.xml | 4 +-
.../resources/surefire-975-wrong-encoding/pom.xml | 4 +-
.../module1/pom.xml | 4 +-
.../module2/pom.xml | 4 +-
.../pom.xml | 4 +-
.../src/test/resources/system-properties/pom.xml | 4 +-
.../resources/test-helper-dump-pid-plugin/pom.xml | 4 +-
.../pom.xml | 4 +-
.../src/test/resources/testng-740-parallel/pom.xml | 4 +-
.../resources/testng-afterSuiteFailure/pom.xml | 4 +-
.../src/test/resources/testng-beforeMethod/pom.xml | 4 +-
.../resources/testng-beforeMethodFailure/pom.xml | 4 +-
.../test/resources/testng-execute-error/pom.xml | 4 +-
.../src/test/resources/testng-groups/pom.xml | 4 +-
.../src/test/resources/testng-jdk14/pom.xml | 4 +-
.../test/resources/testng-junit-together/pom.xml | 4 +-
.../resources/testng-listener-reporter/pom.xml | 4 +-
.../resources/testng-method-pattern-after/pom.xml | 4 +-
.../resources/testng-method-pattern-before/pom.xml | 4 +-
.../test/resources/testng-method-pattern/pom.xml | 4 +-
.../testng-parallel-with-annotations/pom.xml | 4 +-
.../test/resources/testng-path with spaces/pom.xml | 4 +-
.../src/test/resources/testng-simple/pom.xml | 4 +-
.../resources/testng-single-method-5-14-9/pom.xml | 4 +-
.../test/resources/testng-single-method/pom.xml | 4 +-
.../src/test/resources/testng-suite-xml/pom.xml | 4 +-
.../test/resources/testng-twoTestCaseSuite/pom.xml | 4 +-
.../src/test/resources/timeout-forked/pom.xml | 4 +-
.../src/test/resources/unicode-testnames/pom.xml | 4 +-
.../working-directory-is-invalid-property/pom.xml | 4 +-
.../resources/working-directory-missing/pom.xml | 4 +-
.../src/test/resources/working-directory/pom.xml | 6 +-
surefire-logger-api/pom.xml | 2 +-
surefire-providers/common-java5/pom.xml | 2 +-
surefire-providers/common-junit3/pom.xml | 2 +-
surefire-providers/common-junit4/pom.xml | 2 +-
surefire-providers/common-junit48/pom.xml | 2 +-
surefire-providers/pom.xml | 2 +-
.../maven/surefire/junitplatform/LazyLauncher.java | 11 ++
.../junitplatform/RunListenerAdapterTest.java | 64 +++++-----
.../junitplatform/TestMethodFilterTest.java | 6 +-
surefire-providers/surefire-junit3/pom.xml | 2 +-
surefire-providers/surefire-junit4/pom.xml | 2 +-
surefire-providers/surefire-junit47/pom.xml | 2 +-
surefire-providers/surefire-testng-utils/pom.xml | 2 +-
surefire-providers/surefire-testng/pom.xml | 2 +-
surefire-report-parser/pom.xml | 2 +-
.../surefire/report/TestSuiteXmlParser.java | 17 ++-
.../surefire/report/TestSuiteXmlParserTest.java | 6 +-
192 files changed, 512 insertions(+), 656 deletions(-)
delete mode 100644
maven-surefire-plugin/src/site/resources/xsd/legacy-surefire-test-report.xsd
rename
maven-surefire-plugin/src/site/resources/xsd/{surefire-test-report-3.0.xsd =>
surefire-test-report.xsd} (95%)