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 ccf663d8 [IO-828] Deprecate CountingInputStream.resetCount() new abaae750 Deprecate CountingInputStream.getMaxLength() in favor of getMaxCount()) new 53d22fd7 Javadoc new 52fb5b2b Javadoc new 9293f5f4 [IO-818] NullInputStream breaks InputStream's read method contract The 4 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 | 4 +- .../commons/io/input/BoundedInputStream.java | 36 +++-- .../apache/commons/io/input/NullInputStream.java | 165 +++++++++------------ .../apache/commons/io/input/ProxyInputStream.java | 17 ++- .../commons/io/input/BoundedInputStreamTest.java | 12 +- .../commons/io/input/NullInputStreamTest.java | 91 +++++++++++- .../commons/io/test/ThrowOnCloseInputStream.java | 10 +- 7 files changed, 213 insertions(+), 122 deletions(-)