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-io.git
from 9a35bb0d Merge branch 'pr-368'
new 323d376b Add and reuse IOConsumer forAll(*), forEach(*)
new 495f4651 Use forEach()
new 9d552350 Format nit.
new 3ddd6718 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-io.git
new 63771b3f Internal refactoring
The 5 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 | 2 +-
src/main/java/org/apache/commons/io/FileUtils.java | 4 +-
src/main/java/org/apache/commons/io/IOUtils.java | 2 +-
.../org/apache/commons/io/function/IOConsumer.java | 57 ++++++++++----
.../org/apache/commons/io/function/IOFunction.java | 1 -
.../org/apache/commons/io/function/IOStreams.java | 88 ++++++++++++++++------
.../commons/io/input/ObservableInputStream.java | 2 +-
.../commons/io/output/FilterCollectionWriter.java | 39 ++++------
.../java/org/apache/commons/io/FileUtilsTest.java | 5 +-
9 files changed, 126 insertions(+), 74 deletions(-)