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 62488886 Internal refactoring in DefaultExecutor and DaemonExecutor
     new 130f930d Watchdog.builder().get() now uses a default timeout of 30 
seconds instead of throwing a NullPointerException
     new fed8eb1c Watchdog.builder().get() now uses a default timeout of 30 
seconds instead of throwing a NullPointerException
     new b78d1063 ExecuteWatchdog.builder().get() now uses a default timeout of 
30 seconds instead of throwing a NullPointerException

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/changes/changes.xml                            |  7 +++
 .../org/apache/commons/exec/ExecuteWatchdog.java   | 45 ++++++++------
 .../java/org/apache/commons/exec/Watchdog.java     | 68 +++++++++++++++-------
 ...amHandlerTest.java => ExecuteWatchdogTest.java} | 25 ++++----
 ...dLauncherFactoryTest.java => WatchdogTest.java} | 18 ++++--
 5 files changed, 104 insertions(+), 59 deletions(-)
 copy src/test/java/org/apache/commons/exec/{PumpStreamHandlerTest.java => 
ExecuteWatchdogTest.java} (57%)
 copy 
src/test/java/org/apache/commons/exec/{launcher/CommandLauncherFactoryTest.java 
=> WatchdogTest.java} (61%)

Reply via email to