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

github-bot pushed a change to branch 
dependabot/maven/maven-failsafe-plugin/src/it/jetty-war-test-failing/org.htmlunit-htmlunit-3.9.0
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


    omit 498db5112 Bump org.htmlunit:htmlunit
     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
     add 731889335 Bump org.htmlunit:htmlunit from 3.8.0 to 3.9.0 (#695)
     add 3e2f4f25a Bump org.fusesource.jansi:jansi from 2.4.0 to 2.4.1 (#684)
     add 484ef563d Bump doxiaVersion from 1.11.1 to 1.12.0 (#609)
     add 867671476 [SUREFIRE-2221] Document minimum supported Java version for 
Toolchains
     add 6eb7d7e54 [SUREFIRE-2224] StatelessXmlReporter#getTestProblems() does 
not properly reflect report schema structure
     add ef4f2bff6 [SUREFIRE-1345] Support flakyFailure and flakyError in 
TestSuiteXmlParser
     add c006d8eea [SUREFIRE-2223] Surefire evaluates parameter jvm before skip
     add 83c466698 Use uppercase convention for enum member names
     add 4eb0fd5ae [SUREFIRE-2225] Surefire ITs fail when project directory 
contains space
     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 4f8542313 Bump org.htmlunit:htmlunit

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   (498db5112)
            \
             N -- N -- N   
refs/heads/dependabot/maven/maven-failsafe-plugin/src/it/jetty-war-test-failing/org.htmlunit-htmlunit-3.9.0
 (4f8542313)

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                 |   4 +-
 maven-failsafe-plugin/pom.xml                      |   2 +-
 maven-surefire-common/pom.xml                      |   2 +-
 .../plugin/surefire/AbstractSurefireMojo.java      |   9 +-
 .../surefire/extensions/SurefireForkChannel.java   |  16 +-
 .../surefire/report/DefaultReporterFactory.java    |  64 ++--
 .../surefire/report/StatelessXmlReporter.java      |  36 +-
 .../report/DefaultReporterFactoryTest.java         |  31 +-
 .../maven/surefire/extensions/ForkChannelTest.java |  16 +-
 maven-surefire-plugin/pom.xml                      |   2 +-
 .../src/site/apt/examples/toolchains.apt.vm        |  39 ++-
 maven-surefire-report-plugin/pom.xml               |   6 +-
 .../src/site/apt/index.apt                         |  22 +-
 pom.xml                                            |  10 +-
 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/its/fixture/SurefireLauncher.java     |   4 +
 .../src/test/resources/junit47-parallel/pom.xml    |   2 +-
 .../pom.xml                                        |   2 +-
 .../src/test/resources/testng-740-parallel/pom.xml |   2 +-
 .../src/test/resources/testng-simple/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 +-
 .../plugins/surefire/report/ReportTestCase.java    |  88 +++++
 .../surefire/report/TestSuiteXmlParser.java        |  32 ++
 .../surefire/report/TestSuiteXmlParserTest.java    |  75 +++++
 .../testsuitexmlparser/TEST-org.acme.FlakyTest.xml | 363 +++++++++++++++++++++
 surefire-shadefire/pom.xml                         |   2 +-
 surefire-shared-utils/pom.xml                      |   2 +-
 44 files changed, 738 insertions(+), 133 deletions(-)
 create mode 100644 
surefire-report-parser/src/test/resources/fixture/testsuitexmlparser/TEST-org.acme.FlakyTest.xml

Reply via email to