garydgregory commented on code in PR #784:
URL: https://github.com/apache/commons-io/pull/784#discussion_r2366356227


##########
src/changes/changes.xml:
##########
@@ -62,10 +62,12 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(int, 
long).</action>
       <action dev="pkarwasz" type="add"                due-to="Piotr P. 
Karwasz">Add length unit support in FileSystem limits.</action>
       <action dev="pkarwasz" type="add"                due-to="Piotr P. 
Karwasz">Add IOUtils.toByteArray(InputStream, int, int) for safer chunked 
reading with size validation.</action>
-      <action dev="pkarwasz" type="add"                due-to="Piotr P. 
Karwasz">Add org.apache.commons.io.file.PathUtils.getPath(String, 
String).</action>
+      <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add org.apache.commons.io.file.PathUtils.getPath(String, 
String).</action>
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add 
org.apache.commons.io.channels.ByteArraySeekableByteChannel.</action>
+      <action dev="pkarwasz" type="add"                due-to="Piotr P. 
Karwasz">Add ByteArrayChannel, a simple in-memory `SeekableByteChannel` 
implementation.</action>
+      <action dev="pkarwasz" type="add"                due-to="Piotr P. 
Karwasz">Add NIO channel support to `AbstractStreamBuilder`.</action>
       <!-- UPDATE -->
-      <action type="update" dev="ggregory"             due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 85 to 88 #774, 
#783.</action>
+      <action type="update" dev="ggregory"             due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 85 to 87 #774.</action>

Review Comment:
   This change is backwards: We are on commons-parent 88 now.



##########
src/changes/changes.xml:
##########
@@ -62,10 +62,12 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(int, 
long).</action>
       <action dev="pkarwasz" type="add"                due-to="Piotr P. 
Karwasz">Add length unit support in FileSystem limits.</action>
       <action dev="pkarwasz" type="add"                due-to="Piotr P. 
Karwasz">Add IOUtils.toByteArray(InputStream, int, int) for safer chunked 
reading with size validation.</action>
-      <action dev="pkarwasz" type="add"                due-to="Piotr P. 
Karwasz">Add org.apache.commons.io.file.PathUtils.getPath(String, 
String).</action>
+      <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add org.apache.commons.io.file.PathUtils.getPath(String, 
String).</action>
       <action dev="ggregory" type="add"                due-to="Gary 
Gregory">Add 
org.apache.commons.io.channels.ByteArraySeekableByteChannel.</action>
+      <action dev="pkarwasz" type="add"                due-to="Piotr P. 
Karwasz">Add ByteArrayChannel, a simple in-memory `SeekableByteChannel` 
implementation.</action>
+      <action dev="pkarwasz" type="add"                due-to="Piotr P. 
Karwasz">Add NIO channel support to `AbstractStreamBuilder`.</action>
       <!-- UPDATE -->
-      <action type="update" dev="ggregory"             due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 85 to 88 #774, 
#783.</action>
+      <action type="update" dev="ggregory"             due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 85 to 87 #774.</action>

Review Comment:
   This change is backward: We are currently on commons-parent 88.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to