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 b97ea732 Javadoc spelling new b2385acb Add PumpStreamHandler.setStopTimeout(Duration) and deprecate PumpStreamHandler.setStopTimeout(long) new 62ed3f42 Use better Java IOException API The 2 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 | 1 + .../org/apache/commons/exec/DefaultExecutor.java | 5 +- .../org/apache/commons/exec/PumpStreamHandler.java | 61 ++++++++++++++++------ .../apache/commons/exec/PumpStreamHandlerTest.java | 45 ++++++++++++++++ 4 files changed, 91 insertions(+), 21 deletions(-) create mode 100644 src/test/java/org/apache/commons/exec/PumpStreamHandlerTest.java