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 43594ce6 Revert "[IO-414] don't write a BOM on every (or any) line (#492)" new 67bc02cc RandomAccessFileMode.create(Path) provides a better NullPointerException message. new dd93554b Improve performance of PathUtils.fileContentEquals(Path, Path) 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: pom.xml | 8 +- src/changes/changes.xml | 23 +++- .../apache/commons/io/RandomAccessFileMode.java | 3 +- .../org/apache/commons/io/RandomAccessFiles.java | 55 +++++++++- .../apache/commons/io/channels/FileChannels.java | 87 +++++++++++++++ .../io/{build => channels}/package-info.java | 6 +- .../java/org/apache/commons/io/file/PathUtils.java | 16 +-- .../apache/commons/io/RandomAccessFilesTest.java | 90 ++++++++++++++-- .../io/jmh/PathUtilsContentEqualsBenchmark.java | 119 +++++++++++++++++++++ .../org/apache/commons/io/test-file-empty2.bin} | 0 10 files changed, 382 insertions(+), 25 deletions(-) create mode 100644 src/main/java/org/apache/commons/io/channels/FileChannels.java copy src/main/java/org/apache/commons/io/{build => channels}/package-info.java (87%) create mode 100644 src/test/java/org/apache/commons/io/jmh/PathUtilsContentEqualsBenchmark.java copy src/{site/resources/profile.jacoco => test/resources/org/apache/commons/io/test-file-empty2.bin} (100%)