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

olamy pushed a change to branch test-junit-platform-runner-junit4
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


    from e2f0f1c32 renaming, adjust runListener class loading (#3222)
     add 92ba7aca6 Bump jacocoVersion from 0.8.13 to 0.8.14 (#3204)
     add f7c80d7b3 Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24 
to 1.26 (#3202)
     add d493ecd5b Clarify how late placeholder replacement (@{...}) deals with 
unresolvable parameters
     add 3aada4242 Bump org.htmlunit:htmlunit from 4.16.0 to 4.18.0 (#3213)
     add ead1e7d9c Bump org.codehaus.plexus:plexus-java from 1.5.0 to 1.5.1
     add 0360c655a Bump 
org.apache.maven.plugin-testing:maven-plugin-testing-harness
     add d90661f1b Bump commons-io:commons-io from 2.20.0 to 2.21.0
     add b63489ee1 Revert "Properly work with test failures caused during 
beforeAll phase (#3194)"
     add 77ebac81d Properly parse flake failures in beforeAll stages
     add 93e34da94 fix -Dtest documentation, inclusion of junit engine

No new revisions were added by this update.

Summary of changes:
 maven-surefire-common/pom.xml                      |   2 +-
 .../plugin/surefire/AbstractSurefireMojo.java      |  14 ++-
 .../surefire/report/DefaultReporterFactory.java    |  58 +++++++----
 .../surefire/report/StatelessXmlReporter.java      | 112 ++++++++++++++++++---
 .../report/DefaultReporterFactoryTest.java         |   8 +-
 maven-surefire-plugin/src/site/fml/faq.fml         |   6 +-
 pom.xml                                            |  12 +--
 .../its/JUnitPlatformFailingBeforeAllRerunIT.java  |  64 ++++++++++++
 .../pom.xml                                        |   4 +-
 .../test/java/junitplatform/AlwaysFailingTest.java |  22 ++++
 .../java/junitplatform/FlakyFirstTimeTest.java     |  15 ++-
 .../src/test/java/junitplatform/PassingTest.java   |   0
 .../junitplatform/JUnitPlatformProvider.java       |   5 +-
 13 files changed, 269 insertions(+), 53 deletions(-)
 create mode 100644 
surefire-its/src/test/java/org/apache/maven/surefire/its/JUnitPlatformFailingBeforeAllRerunIT.java
 copy surefire-its/src/test/resources/{junit-platform-rerun-failing-tests => 
junit-platform-rerun-failing-before-all}/pom.xml (95%)
 create mode 100644 
surefire-its/src/test/resources/junit-platform-rerun-failing-before-all/src/test/java/junitplatform/AlwaysFailingTest.java
 copy surefire-its/src/test/resources/{junit-platform-rerun-failing-tests => 
junit-platform-rerun-failing-before-all}/src/test/java/junitplatform/FlakyFirstTimeTest.java
 (69%)
 copy surefire-its/src/test/resources/{junit-platform-rerun-failing-tests => 
junit-platform-rerun-failing-before-all}/src/test/java/junitplatform/PassingTest.java
 (100%)

Reply via email to