The GitHub Actions job "Java CI" on commons-lang.git/master has succeeded.
Run started by GitHub user garydgregory (triggered by garydgregory).

Head commit for run:
7cc1ac1c30d9ad2b285d11ed26b121e1f794e57e / Gary Gregory 
<[email protected]>
ClassUtils now throws `IllegalArgumentException` when array is greater than JVM 
spec limit (255) (#1494)

* Add testLang1641()

* Rename some test methods

* ClassUtils now throws IllegalArgumentException if a class name
represents an array with more dimensions than the JVM spec allow, 255

Affects ClassUtils methods:

- getClass(ClassLoader, String, boolean),
- ClassUtils.getClass(ClassLoader, String),
- ClassUtils.getClass(String, boolean),
- ClassUtils.getClass(String)

* Add Javadoc for MAX_JVM_ARRAY_DIMENSION constant

* Update Javadoc link format for JVM array dimension

* Javadoc

Report URL: https://github.com/apache/commons-lang/actions/runs/19469518867

With regards,
GitHub Actions via GitBox

Reply via email to