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-lang.git
The following commit(s) were added to refs/heads/master by this push: new 40e1f5de3 Rethrow NegativeArraySizeException as SerializationException in SerilizationUtils.deserialize(InputStream) #1141 40e1f5de3 is described below commit 40e1f5de330a8552ddc715d3a86f7f6c204ae2c5 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Thu Dec 7 08:46:12 2023 -0500 Rethrow NegativeArraySizeException as SerializationException in SerilizationUtils.deserialize(InputStream) #1141 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 89d706354..cd1368f05 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,6 +50,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Miklós Karakó, Gary Gregory">Improve Javadoc in ExceptionUtils #1136.</action> <action type="fix" dev="ggregory" due-to="Saiharshith Karuneegar Ramesh, Gary Gregory">Fixed two non-deterministic tests in EnumUtilsTest.java #1131.</action> <action issue="LANG-1721" type="fix" dev="ggregory" due-to="Arthur Chan, Gary Gregory">Fix wrong number check that cause StringIndexOutOfBoundsException #1140.</action> + <action issue="LANG-1722" type="fix" dev="ggregory" due-to="Arthur Chan">Rethrow NegativeArraySizeException as SerializationException in SerilizationUtils.deserialize(InputStream) #1141.</action> <action type="fix" dev="ggregory" due-to="Paranoïd User">Minor grammar fixes #1143.</action> <!-- REMOVE --> <action type="remove" dev="ggregory" due-to="Paranoïd User">Drop obsolete JDK 13 Maven profile #1142.</action>