Skip to content

Commit 7ef3ff3

Browse files
committed
ClassUtils now throws IllegalArgumentException if a class name
represents an array with more dimensions than the JVM supports, 255 - getClass(ClassLoader, String, boolean), - ClassUtils.getClass(ClassLoader, String), - ClassUtils.getClass(String, boolean), - ClassUtils.getClass(String)
1 parent 7cc1ac1 commit 7ef3ff3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/changes/changes.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ The <action> type attribute can be add,update,fix,remove.
4949
<action type="fix" dev="ggregory" due-to="ThrawnCA">Fix spelling and grammar in StringUtils #1486.</action>
5050
<action type="fix" dev="ggregory" due-to="Michael Hausegger, Gary Gregory">Add ConversionTest assertions to increase coverage #1489.</action>
5151
<action type="fix" dev="ggregory" due-to="Boda65665, Gary Gregory">Use Class&lt;?&gt; instead of Class&lt;? extends Object&gt; in MethodUtils #1491.</action>
52+
<action type="fix" dev="ggregory" due-to="Gary Gregory, Arnout Engelen, Piotr P. Karwasz, Vladimir Sitnikov, Gilles Sadowski">ClassUtils now throws IllegalArgumentException if a class name represents an array with more dimensions than the JVM supports, 255:
53+
getClass(ClassLoader, String, boolean),
54+
ClassUtils.getClass(ClassLoader, String),
55+
ClassUtils.getClass(String, boolean),
56+
ClassUtils.getClass(String).</action>
5257
<!-- ADD -->
5358
<!-- UPDATE -->
5459
</release>

0 commit comments

Comments
 (0)