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

michaelo pushed a change to branch use-renderer
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


 discard da5defa71 [SUREFIRE-2153] Replace SurefireReportGenerator with 
SurefireReportRenderer
     new 744cae1f9 [SUREFIRE-2153] Replace SurefireReportGenerator with a new 
SurefireReportRenderer
     new 058bb1b32 [SUREFIRE-2160] Replace LocalizedProperties with 
(Custom)I18N approach from MPIR

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   (da5defa71)
            \
             N -- N -- N   refs/heads/use-renderer (058bb1b32)

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:
 .../report/AbstractSurefireReportMojo.java         | 279 ++++++++++++--
 .../surefire/report/FailsafeReportMojo.java        |  64 +---
 .../surefire/report/LocalizedProperties.java       | 100 -----
 .../surefire/report/SurefireReportMojo.java        |  64 +---
 .../surefire/report/SurefireReportRenderer.java    | 413 +++++++++------------
 .../src/main/resources/surefire-report.properties  |   7 +-
 .../main/resources/surefire-report_de.properties   |   9 +-
 .../main/resources/surefire-report_sv.properties   |   7 +-
 .../plugins/surefire/report/Surefire597Test.java   |  17 +-
 .../surefire/report/SurefireReportMojoTest.java    |   4 -
 .../resources/unit/surefire-1183/plugin-config.xml |   3 +-
 .../src/site/custom/surefire-report.properties     |   6 +-
 .../jiras/Surefire260TestWithIdenticalNamesIT.java |   1 -
 13 files changed, 468 insertions(+), 506 deletions(-)
 delete mode 100644 
maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/LocalizedProperties.java
 copy maven-failsafe-plugin/src/it/jetty-war-test-passing/invoker.properties => 
maven-surefire-report-plugin/src/test/resources/unit/surefire-1183/src/site/custom/surefire-report.properties
 (85%)

Reply via email to