This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a change to branch MSHARED-685 in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git.
discard 0280bb9 Adding output discard eb9fe3e Make test order resistent. discard a088376 Check if my assumption is correct. discard 82a6ed7 [MSHARED-685] - DirectoryScanner#checkSymlinkBehaviour() does not use assert* o Replaced System.out.* with real checkings. add c83335a [MSHARED-684] - Upgrade parent to 31 add fe1bf39 [MNGSITE-328] use sha1 checksum instead of md5 add 283d4f9 [INFRA-16467] move components documentation out of CMS space add ff82b1e (doc) readme update for shared-utils in line with apache/maven-compiler-plugin add fd27c71 Update readme.md add 7e86acb [MSHARED-748] - Upgrade maven-shared-parent to 32 add 6a57059 [MSHARED-416] Odd number of quotes in command-line fails add 3365943 [MSHARED-750] - Unbalanced quotes in command with escaped double quotation mark add 43210ae [MSHARED-749] - Commandline does not thrown CommandLineException when uneven number of quotation marks used add 45966f8 Add contributor add c2203f6 [MNGSITE-341] use https for sigs, hashes and KEYS add 4d336ef [MPOM-205] use sha512 checksums instead of sha1 add ba67166 [MSHARED-826] Require Java 7 add 4827543 Move newline for prettier print add 7d20101 [MSHARED-847] - Upgrade commons-io to 2.6 new 5063137 [MSHARED-685] - DirectoryScanner#checkSymlinkBehaviour() does not use assert* o Replaced System.out.* with real checkings. new 9f55408 Check if my assumption is correct. new e8a2a83 Make test order resistent. new ed9c486 Adding output 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 (0280bb9) \ N -- N -- N refs/heads/MSHARED-685 (ed9c486) 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 4 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: pom.xml | 34 ++++----- readme.md | 86 +++++++++++++++++++++- .../org/apache/maven/shared/utils/StringUtils.java | 8 +- .../org/apache/maven/shared/utils/cli/Arg.java | 2 +- .../maven/shared/utils/cli/CommandLineUtils.java | 46 ++++++++++-- .../apache/maven/shared/utils/cli/Commandline.java | 19 ++--- .../maven/shared/utils/cli/shell/BourneShell.java | 8 +- .../shared/utils/xml/PrettyPrintXMLWriter.java | 2 +- src/site/xdoc/download.xml.vm | 6 +- .../java/org/apache/maven/shared/utils/OsTest.java | 33 --------- .../shared/utils/cli/CommandLineUtilsTest.java | 72 +++++++++++++++++- .../shared/utils/cli/shell/BourneShellTest.java | 14 ++-- 12 files changed, 237 insertions(+), 93 deletions(-)