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-compress.git
The following commit(s) were added to refs/heads/master by this push: new 71857f4 Replace manual copy of array contents with System.arraycopy() #246. 71857f4 is described below commit 71857f4bf17fcadd7a28036a73caf7a0a0bb01ed Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 13 11:00:55 2022 -0500 Replace manual copy of array contents with System.arraycopy() #246. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8abe4a3..1f3385f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -70,6 +70,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Arturo Bernal"> Replace manual comparisons with Comparator.comparingInt() #244. </action> + <action type="fix" dev="ggregory" due-to="Arturo Bernal"> + Replace manual copy of array contents with System.arraycopy() #246. + </action> <!-- ADD --> <action issue="COMPRESS-602" type="add" dev="ggregory" due-to="Postelnicu George, Gary Gregory"> Migrate zip package to use NIO #236.