This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
from 7cc1ac1c3 ClassUtils now throws `IllegalArgumentException` when array
is greater than JVM spec limit (255) (#1494)
new 7ef3ff366 ClassUtils now throws IllegalArgumentException if a class
name represents an array with more dimensions than the JVM supports, 255
new 2e6b31d43 Fix console compiler warning: TypeUtils.java:[361,33]
non-varargs call of varargs method with inexact argument type for last parameter
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 6 ++++++
src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)