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 8f66b3212 ByteArraySeekableByteChannel.position|truncate(long) 
shouldn't throw an IllegalArgumentException for a new positive position that's 
too large #817
8f66b3212 is described below

commit 8f66b3212c3d35c74cc96e7d0b3258f0fb9305f1
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 8 16:58:12 2025 -0500

    ByteArraySeekableByteChannel.position|truncate(long) shouldn't throw an 
IllegalArgumentException for a new positive position that's too large #817
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 49ec68e14..da3cd56c8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,6 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
     <release version="2.21.1" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT 
plugin console warnings.</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory, Piotr P. 
Karwasz">ByteArraySeekableByteChannel.position|truncate(long) shouldn't throw 
an IllegalArgumentException for a new positive position that's too large 
#817.</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory"             due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 91 to 93 #816.</action>

Reply via email to