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 31668fd Remove dead comments. new e59563d Add and use IOUtils.byteArray(*). new 29e4f85 Make public and reuse IOUtils.EMPTY_BYTE_ARRAY. 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 | 6 +++ .../java/org/apache/commons/io/ByteOrderMark.java | 2 +- src/main/java/org/apache/commons/io/CopyUtils.java | 9 +---- src/main/java/org/apache/commons/io/IOUtils.java | 44 ++++++++++++++++++---- .../io/filefilter/MagicNumberFileFilter.java | 6 ++- .../commons/io/input/ObservableInputStream.java | 2 +- .../commons/io/input/ReversedLinesFileReader.java | 4 +- .../java/org/apache/commons/io/input/Tailer.java | 2 +- .../apache/commons/io/input/XmlStreamReader.java | 2 +- .../io/input/buffer/CircularBufferInputStream.java | 2 +- .../io/input/buffer/CircularByteBuffer.java | 2 +- .../io/output/AbstractByteArrayOutputStream.java | 10 ++--- .../commons/io/output/WriterOutputStream.java | 2 +- .../org/apache/commons/io/CharsetsTestCase.java | 1 + .../io/FileUtilsDeleteDirectoryBaseTestCase.java | 1 + .../commons/io/file/PathUtilsDeleteFileTest.java | 2 + .../apache/commons/io/function/IOFunctionTest.java | 6 +-- .../commons/io/input/BoundedInputStreamTest.java | 2 +- .../commons/io/input/CountingInputStreamTest.java | 6 +-- .../io/input/MarkShieldInputStreamTest.java | 7 +++- .../io/input/ObservableInputStreamTest.java | 2 +- .../commons/io/input/QueueInputStreamTest.java | 22 +++++------ .../commons/io/input/TimestampedObserverTest.java | 2 +- .../UnsynchronizedByteArrayInputStreamTest.java | 37 +++++++++--------- .../io/input/compatibility/XmlStreamReader.java | 14 +++---- .../io/output/ByteArrayOutputStreamTestCase.java | 20 +++++----- .../commons/io/output/QueueOutputStreamTest.java | 20 +++++----- 27 files changed, 135 insertions(+), 100 deletions(-)