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 392c19c [MSHARED-826] Apply Java 7 syntax add 4827543 Move newline for prettier print add 7d20101 [MSHARED-847] - Upgrade commons-io to 2.6 add 29fddbc docs: grammar add fec0848 Merge pull request #8 from apache/elharo-patch-1 add 5f0ea24 [MSHARED-803] set names on threads (#15) add 5769481 [MSHARED-685] assert some things (#16) add da96cb4 docs: fix issues URL (#14) add 4c422c2 docs: this project does have further dependencies (#13) add 2e3bcac deps: update JUnit add a950ff4 remove unreachable code (#17) add 663aa80 remove info about what's not here (#19) add 8ed3e68 remove unreferenced non-public class (#18) new 328fbf5 [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 (392c19c) \ N -- N -- N refs/heads/MSHARED-826 (328fbf5) 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: pom.xml | 8 +- .../java/org/apache/maven/shared/utils/Expand.java | 213 ---- .../maven/shared/utils/cli/CommandLineUtils.java | 3 + .../apache/maven/shared/utils/package-info.java | 36 - .../maven/shared/utils/reflection/Reflector.java | 535 --------- .../utils/reflection/ReflectorException.java | 70 -- .../shared/utils/xml/PrettyPrintXMLWriter.java | 2 +- src/site/apt/index.apt.vm | 8 +- .../org/apache/maven/shared/utils/ExpandTest.java | 336 ------ .../shared/utils/io/DirectoryScannerTest.java | 20 +- .../shared/utils/reflection/ReflectorTest.java | 1232 -------------------- .../utils/reflection/ReflectorTestHelper.java | 119 -- 12 files changed, 24 insertions(+), 2558 deletions(-) delete mode 100644 src/main/java/org/apache/maven/shared/utils/Expand.java delete mode 100644 src/main/java/org/apache/maven/shared/utils/package-info.java delete mode 100644 src/main/java/org/apache/maven/shared/utils/reflection/Reflector.java delete mode 100644 src/main/java/org/apache/maven/shared/utils/reflection/ReflectorException.java delete mode 100644 src/test/java/org/apache/maven/shared/utils/ExpandTest.java delete mode 100644 src/test/java/org/apache/maven/shared/utils/reflection/ReflectorTest.java delete mode 100644 src/test/java/org/apache/maven/shared/utils/reflection/ReflectorTestHelper.java