This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a change to branch MSHARED-826 in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git.
discard 328fbf5 [MSHARED-826] Apply Java 7 syntax add 7d4ea36 system independent file separator add 659222a document buggy behavior add 778f934 document buggy behavior add 9f89c11 work around Windows add 06dfcc9 work around Windows add dd0b427 add message add 5bad9d9 Merge pull request #21 from apache/windows add cb448b9 [MSHARED-860] deprecated Windows 9X CommandShell (#20) add 4264899 update to parent 34 add 001baa7 fix a number of small warnings and formatting issues (#10) add 297e7ff docs: Java 7 is the target (#24) new f15f351 [MSHARED-826] Apply Java 7 syntax 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 (328fbf5) \ N -- N -- N refs/heads/MSHARED-826 (f15f351) 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: .gitignore | 2 + pom.xml | 2 +- readme.md | 2 +- .../maven/shared/utils/cli/shell/CmdShell.java | 4 +- .../maven/shared/utils/cli/shell/CommandShell.java | 5 +- .../apache/maven/shared/utils/cli/shell/Shell.java | 32 ++++++------- .../maven/shared/utils/io/DirectoryScanner.java | 4 ++ .../apache/maven/shared/utils/io/FileUtils.java | 8 ---- .../org/apache/maven/shared/utils/xml/Xpp3Dom.java | 9 ---- .../maven/shared/utils/XmlStreamReaderTest.java | 54 ++++++++-------------- .../shared/utils/cli/CommandLineUtilsTest.java | 26 ++++++----- .../shared/utils/io/DirectoryScannerTest.java | 14 ++++-- .../maven/shared/utils/io/SymlinkTestSetup.java | 15 +++--- 13 files changed, 78 insertions(+), 99 deletions(-)