You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/05 19:44:34 UTC

[maven-shared-utils] branch MSHARED-431 updated (a2ce78c -> 3e44168)

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

slachiewicz pushed a change to branch MSHARED-431
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git.


 discard a2ce78c  [MSHARED-431] Escape arguments including hash-signs
     add b879ee5  [MSHARED-860] suppress deprecations and clean up test methods (#46)
     add ee3e27e  update to Maven core 3.1.0 (#47)
     add 7d7c483  replace deprecated method
     add 3e44168  [MSHARED-431] Escape arguments including hash-signs

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   (a2ce78c)
            \
             N -- N -- N   refs/heads/MSHARED-431 (3e44168)

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:
 pom.xml                                            |  8 ++-
 .../shared/utils/xml/PrettyPrintXMLWriter.java     |  6 +-
 .../org/apache/maven/shared/utils/CaseTest.java    |  2 +-
 .../apache/maven/shared/utils/StringUtilsTest.java |  9 +--
 .../maven/shared/utils/XmlStreamReaderTest.java    | 10 ++--
 .../maven/shared/utils/io/MatchPatternTest.java    |  2 +-
 .../maven/shared/utils/io/MatchPatternsTest.java   |  2 +-
 .../maven/shared/utils/io/SelectorUtilsTest.java   |  3 +-
 .../shared/utils/testhelpers/ExceptionHelper.java  | 67 ----------------------
 .../shared/utils/testhelpers/FileTestHelper.java   | 33 ++++++-----
 .../shared/utils/xml/PrettyPrintXmlWriterTest.java | 39 ++++---------
 11 files changed, 50 insertions(+), 131 deletions(-)
 delete mode 100644 src/test/java/org/apache/maven/shared/utils/testhelpers/ExceptionHelper.java