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 e06e3c44b Dynamically calculate xrefTestLocation omit a7bde3363 Prepare for Doxia 2.0.0 add 55ccd06a0 [SUREFIRE-2211] additionalClasspathElement with UNC path not working with Maven Failsafe Plugin add 05322d992 [SUREFIRE-2212] OutOfMemoryError raised when parsing files with huge stderr/stdout output in surefire-report-parser add 2d6cbc63c [SUREFIRE-2220] SurefireForkChannel#getForkNodeConnectionString() returns invalid URI string if localHost resolves to IPv6 address add ac9e574a9 [maven-release-plugin] prepare release surefire-3.2.3 add 4c06735aa [maven-release-plugin] prepare for next development iteration new 2a1d9c31d Prepare for Doxia 2.0.0 new 217dc1da3 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 (e06e3c44b) \ N -- N -- N refs/heads/doxia-2.0.0 (217dc1da3) 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: maven-failsafe-plugin/pom.xml | 2 +- maven-surefire-common/pom.xml | 2 +- .../booterclient/JarManifestForkConfiguration.java | 5 ++ .../surefire/extensions/SurefireForkChannel.java | 16 ++++- .../JarManifestForkConfigurationTest.java | 32 +++++++++ .../maven/surefire/extensions/ForkChannelTest.java | 16 +++-- maven-surefire-plugin/pom.xml | 2 +- maven-surefire-report-plugin/pom.xml | 2 +- pom.xml | 4 +- surefire-api/pom.xml | 2 +- surefire-booter/pom.xml | 2 +- surefire-extensions-api/pom.xml | 2 +- surefire-extensions-spi/pom.xml | 2 +- surefire-grouper/pom.xml | 2 +- surefire-its/pom.xml | 2 +- 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 +- surefire-providers/surefire-junit-platform/pom.xml | 2 +- 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 | 8 ++- .../surefire/report/TestSuiteXmlParserTest.java | 84 ++++++++++++++++++++-- surefire-shadefire/pom.xml | 2 +- surefire-shared-utils/pom.xml | 2 +- 32 files changed, 175 insertions(+), 40 deletions(-)