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 83653f40 Failing Checkstyle now fails the build (the default behavior)
new a3ce9400 Migrate internal type declaration from class Vector to
interface List
new afa90ed7 Remove some extra vertical whitespace
new 008804a9 Fix Checkstyle JavadocVariable
The 3 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:
src/conf/checkstyle-suppressions.xml | 1 +
src/conf/checkstyle.xml | 4 +---
.../java/org/apache/commons/exec/CommandLine.java | 27 ++++++++--------------
.../org/apache/commons/exec/DefaultExecutor.java | 11 +++++++++
.../org/apache/commons/exec/ExecuteWatchdog.java | 3 +++
.../org/apache/commons/exec/LogOutputStream.java | 9 ++++++++
src/main/java/org/apache/commons/exec/OS.java | 20 +++++++++++++---
.../org/apache/commons/exec/PumpStreamHandler.java | 12 ++++++++++
.../commons/exec/ShutdownHookProcessDestroyer.java | 10 +++++---
.../java/org/apache/commons/exec/Watchdog.java | 22 ++++++++++++++----
.../commons/exec/environment/EnvironmentUtils.java | 3 +++
.../org/apache/commons/exec/util/StringUtils.java | 9 ++++++++
12 files changed, 100 insertions(+), 31 deletions(-)