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 48be3f94d CircularInputStream.available() should return 0 when the stream is closed new fbede3cdd Rename test method new a3d1c9837 InfiniteCircularInputStream.available() should return 0 when the stream is closed new c958b3182 ChecksumInputStream(InputStream, Checksum, long, long) should fail-fast on null Checksum input 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 | 2 + .../commons/io/input/ChecksumInputStream.java | 3 +- .../commons/io/input/CircularInputStream.java | 5 +- .../commons/io/input/ChecksumInputStreamTest.java | 29 +++++++++++- .../commons/io/input/CircularInputStreamTest.java | 53 +++++++++++++--------- .../io/input/InfiniteCircularInputStreamTest.java | 46 +++++++++++++++++-- 6 files changed, 108 insertions(+), 30 deletions(-)