Rethrow NegativeArraySizeException as SerializationException in SerilizationUtils.deserialize(InputStream) #1141
This commit is contained in:
parent
c3f5f3204b
commit
40e1f5de33
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue