Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-io.git
Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/f00d97a6 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/f00d97a6 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/f00d97a6 Branch: refs/heads/master Commit: f00d97a6cea0a08c8112ffb8bd0b6847373899ae Parents: c295a58 bfd83b0 Author: Sebb <s...@apache.org> Authored: Tue May 2 11:28:01 2017 +0100 Committer: Sebb <s...@apache.org> Committed: Tue May 2 11:28:01 2017 +0100 ---------------------------------------------------------------------- .travis.yml | 2 +- README.md | 1 - checkstyle.xml | 4 - pom.xml | 16 +++- src/changes/changes.xml | 6 ++ .../java/org/apache/commons/io/FileUtils.java | 69 +++++++++++++++ .../java/org/apache/commons/io/IOUtils.java | 8 +- .../commons/io/filefilter/FileFilterUtils.java | 12 +-- .../MessageDigestCalculatingInputStream.java | 15 ++++ .../commons/io/input/ObservableInputStream.java | 32 ++++++- .../commons/io/output/WriterOutputStream.java | 5 ++ src/site/resources/profile.clirr | 0 src/site/resources/profile.cobertura | 0 .../apache/commons/io/FileUtilsTestCase.java | 89 ++++++++++++++++++++ .../org/apache/commons/io/IOUtilsTestCase.java | 10 +-- 15 files changed, 244 insertions(+), 25 deletions(-) ----------------------------------------------------------------------