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 3cb5fd7 Add tests for PathUtils.newOutputStream() and fix PathUtils.newOutputStream(). new 6659feb Fomrat nit. new a4373a8 Add UncheckedAppendable. 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 | 3 + .../commons/io/output/UncheckedAppendable.java | 60 +++++++++++++ .../commons/io/output/UncheckedAppendableImpl.java | 76 ++++++++++++++++ .../commons/io/output/StringBuilderWriterTest.java | 8 +- .../commons/io/output/UncheckedAppendableTest.java | 100 +++++++++++++++++++++ 5 files changed, 243 insertions(+), 4 deletions(-) create mode 100644 src/main/java/org/apache/commons/io/output/UncheckedAppendable.java create mode 100644 src/main/java/org/apache/commons/io/output/UncheckedAppendableImpl.java create mode 100644 src/test/java/org/apache/commons/io/output/UncheckedAppendableTest.java