This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
from eea8b6645 Bump org.apache.commons:commons-parent from 103 to 104.
add 5161cc471 Make the call to the "sun." packages optional when cleaning
byte buffers (#872)
No new revisions were added by this update.
Summary of changes:
src/main/java/org/apache/commons/io/Buffers.java | 3 +-
.../io/input/BufferedFileChannelInputStream.java | 68 +++++++++++++++-------
.../apache/commons/io/input/ByteBufferCleaner.java | 38 ++++++------
.../java/org/apache/commons/io/input/Input.java | 12 ++++
.../io/input/MemoryMappedFileInputStream.java | 38 +++++++++---
.../input/BufferedFileChannelInputStreamTest.java | 33 +++++++++--
.../commons/io/input/ByteBufferCleanerTest.java | 53 ++++++++++++-----
.../io/input/MemoryMappedFileInputStreamTest.java | 56 +++++++++++++++++-
8 files changed, 234 insertions(+), 67 deletions(-)