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

github-bot pushed a change to branch 
dependabot/maven/surefire-3.5.x/org.mockito-mockito-core-4.11.0
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


    omit b9ba0d901 Bump org.mockito:mockito-core from 3.12.4 to 4.11.0
     add a970fefe4 Introduce reportTestTimestamp option and include timestamp 
for test sets and test cases (#3261) (#3302)
     add 37e8f694c Add `flakes` attribute to use in `testsuite` report (#3306) 
(#3308)
     add adf27069b Bump org.mockito:mockito-core from 3.12.4 to 4.11.0

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   (b9ba0d901)
            \
             N -- N -- N   
refs/heads/dependabot/maven/surefire-3.5.x/org.mockito-mockito-core-4.11.0 
(adf27069b)

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:
 .../plugin/surefire/AbstractSurefireMojo.java      | 13 +++
 .../maven/plugin/surefire/CommonReflector.java     |  2 +
 .../surefire/StartupReportConfiguration.java       | 10 +++
 .../DefaultStatelessReportMojoConfiguration.java   |  4 +-
 .../extensions/SurefireStatelessReporter.java      |  3 +-
 .../junit5/JUnit5Xml30StatelessReporter.java       |  3 +-
 .../surefire/report/NullStatelessXmlReporter.java  |  2 +-
 .../surefire/report/StatelessXmlReporter.java      | 21 ++++-
 .../plugin/surefire/report/TestSetRunListener.java | 15 ++--
 .../maven/plugin/surefire/report/TestSetStats.java |  8 ++
 .../plugin/surefire/report/WrappedReportEntry.java | 11 ++-
 .../maven/plugin/surefire/CommonReflectorTest.java |  1 +
 .../surefire/booterclient/ForkStarterTest.java     |  2 +
 .../booterclient/TestSetMockReporterFactory.java   |  1 +
 .../surefire/extensions/StatelessReporterTest.java |  4 +-
 .../report/DefaultReporterFactoryTest.java         |  3 +
 .../surefire/report/StatelessXmlReporterTest.java  | 55 +++++++++++--
 .../surefire/report/WrappedReportEntryTest.java    | 25 +++---
 .../maven/surefire/report/FileReporterTest.java    |  4 +-
 .../site/resources/xsd/surefire-test-report.xsd    |  3 +
 .../StatelessReportMojoConfiguration.java          | 11 ++-
 .../maven/surefire/its/ReportTestTimestampIT.java  | 96 ++++++++++++++++++++++
 .../pom.xml                                        |  6 +-
 .../src/test/java/TestA.java                       | 18 ++++
 .../pom.xml                                        |  6 +-
 .../src/test/java/TestA.java                       | 18 ++++
 .../maven/surefire/junitcore/JUnitCoreTester.java  |  1 +
 27 files changed, 306 insertions(+), 40 deletions(-)
 create mode 100644 
surefire-its/src/test/java/org/apache/maven/surefire/its/ReportTestTimestampIT.java
 copy surefire-its/src/test/resources/{surefire-1360-disable-properties-element 
=> disable-timestamp-element}/pom.xml (91%)
 create mode 100644 
surefire-its/src/test/resources/disable-timestamp-element/src/test/java/TestA.java
 copy surefire-its/src/test/resources/{surefire-1360-disable-properties-element 
=> enable-timestamp-element}/pom.xml (92%)
 create mode 100644 
surefire-its/src/test/resources/enable-timestamp-element/src/test/java/TestA.java

Reply via email to