This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new fc19e6727 [IO-887] WriterOutputStream from a builder fails on
malformed or unmappable input bytes
fc19e6727 is described below
commit fc19e67274c64374779365f22bffa537448676be
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Mar 13 15:30:22 2026 -0400
[IO-887] WriterOutputStream from a builder fails on malformed or
unmappable input bytes
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1eb4ba65a..94112887a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,7 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Kishor, Mashrur Mia"
issue="IO-639">ReversedLinesFileReader does not read first line if its empty
#829.</action>
<action type="fix" dev="ggregory" due-to="Peter De Maeyer"
issue="IO-886">Fixed incorrect regular expression in
PathUtils.RelativeSortedPaths.extractKey(String, String).</action>
<action type="fix" dev="ggregory" due-to="Martin Wiesner">Fix typos in
Javadoc of FileUtils and related test classes #833.</action>
- <action type="fix" dev="ggregory" due-to="Daniel Vega, Gary Gregory"
issue="IO-887">WriterOutputStream fails on malformed input by default for
malformed or unmappable input bytes.</action>
+ <action type="fix" dev="ggregory" due-to="Daniel Vega, Gary Gregory"
issue="IO-887">WriterOutputStream from a builder fails on malformed or
unmappable input bytes.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory, Piotr P.
Karwasz">Add and use IOUtils.closeQuietlySuppress(Closeable, Throwable)
#818.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add
ProxyWriter.setReference(Writer).</action>