This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-exec.git
from 008804a9 Fix Checkstyle JavadocVariable new 7b582ad0 Replace org.apache.commons.exec.CommandLine.arguments from Vector to ArrayList new e92733a9 Replace org.apache.commons.exec.ShutdownHookProcessDestroyer.processes from Vector to ArrayList new ee8205c8 Replace org.apache.commons.exec.Watchdog.observers from Vector to ArrayList new 65c061ef Replace org.apache.commons.exec.CommandLine.arguments from Vector to ArrayList new 69f8dbe0 TimeoutObserver now extends Consumer<Watchdog> new cbbc685f Add OSTest The 6 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 | 6 ++-- src/changes/changes.xml | 4 ++- .../java/org/apache/commons/exec/CommandLine.java | 3 +- .../commons/exec/ShutdownHookProcessDestroyer.java | 4 +-- .../org/apache/commons/exec/TimeoutObserver.java | 14 +++++++- .../java/org/apache/commons/exec/Watchdog.java | 4 +-- ...bstractCommandLauncherTest.java => OSTest.java} | 38 ++++++++++++++++------ ...dLauncherTest.java => TimeoutObserverTest.java} | 34 +++++++++++++------ 8 files changed, 76 insertions(+), 31 deletions(-) copy src/test/java/org/apache/commons/exec/{launcher/AbstractCommandLauncherTest.java => OSTest.java} (51%) copy src/test/java/org/apache/commons/exec/{launcher/AbstractCommandLauncherTest.java => TimeoutObserverTest.java} (61%)