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

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


    omit 7e9c037  deps
    omit 0032b33  unit tests
    omit 041fe00  dependencies for dynamic provider contain Maven artifacts 
from the MOJO plugin
     add bbce91a  Use Surefire's StringUtils instead of JUnit's
     add d49f4da  Upgrade JUnit to 5.6 and JQwik to 1.2.2
     add 72aa2c1  Delete is{Not}Blank from internal StringUtils
     new 0d0db5c  dependencies for dynamic provider contain Maven artifacts 
from the MOJO plugin

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   (7e9c037)
            \
             N -- N -- N   refs/heads/resolver (0d0db5c)

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 1 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                      |  5 --
 .../failsafe/util/FailsafeSummaryXmlUtils.java     |  2 +-
 .../plugin/surefire/AbstractSurefireMojo.java      | 13 +--
 .../surefire/SurefireDependencyResolver.java       | 39 ++-------
 .../maven/plugin/surefire/SurefireProperties.java  |  2 +-
 .../surefire/booterclient/output/ForkClient.java   |  4 +-
 .../booterclient/output/ForkedChannelDecoder.java  |  4 +-
 .../maven/plugin/surefire/report/FileReporter.java |  2 +-
 .../surefire/report/StatelessXmlReporter.java      |  2 +-
 .../plugin/surefire/report/WrappedReportEntry.java |  2 +-
 .../maven/plugin/surefire/util/FileScanner.java    |  2 +-
 .../surefire/SurefireDependencyResolverTest.java   | 93 +++++++++-------------
 pom.xml                                            | 10 +--
 .../org/apache/maven/surefire/booter/Command.java  |  2 +-
 .../maven/surefire/booter/CommandReader.java       |  4 +-
 .../maven/surefire/util/internal/ClassMethod.java  |  2 +-
 .../maven/surefire/util/internal/StringUtils.java  | 26 ------
 .../maven/surefire/booter/ProcessCheckerType.java  |  2 +-
 .../maven/surefire/booter/PropertiesWrapper.java   |  2 +-
 .../booter/SurefireBooterForkException.java        |  2 +-
 .../surefire/extensions/ConsoleOutputReporter.java |  2 +-
 .../surefire/extensions/StatelessReporter.java     |  2 +-
 .../apache/maven/surefire/its/JUnitPlatformIT.java |  4 +-
 .../common/junit4/JUnit4RunListenerFactory.java    |  2 +-
 .../surefire/common/junit48/FilterFactory.java     |  2 +-
 .../junitplatform/JUnitPlatformProvider.java       |  4 +-
 .../surefire/testng/TestNGDirectoryTestSuite.java  |  2 +-
 .../maven/surefire/testng/TestNGExecutor.java      |  2 +-
 28 files changed, 78 insertions(+), 162 deletions(-)

Reply via email to