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 e63e9c790 Add PR reference to #1495 to action description in
changes.xml
e63e9c790 is described below
commit e63e9c7902b5c9d0b79de9fdc1fb7f983f3eb4a8
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 19 07:54:53 2026 -0500
Add PR reference to #1495 to action description in changes.xml
---
src/changes/changes.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index df0193254..5aac073ac 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,13 +53,14 @@ The <action> type attribute can be add,update,fix,remove.
getClass(ClassLoader, String, boolean),
ClassUtils.getClass(ClassLoader, String),
ClassUtils.getClass(String, boolean),
- ClassUtils.getClass(String)
+ ClassUtils.getClass(String),
#1494.</action>
<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 length
is greater than 65,535:
getClass(ClassLoader, String, boolean),
ClassUtils.getClass(ClassLoader, String),
ClassUtils.getClass(String, boolean),
- ClassUtils.getClass(String).</action>
+ ClassUtils.getClass(String),
+ #1495.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix console compiler warning: TypeUtils.java:[361,33] non-varargs call
of varargs method with inexact argument type for last parameter.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix console compiler warning: ReflectionDiffBuilderTest.java:[172,52]
non-varargs call of varargs method with inexact argument type for last
parameter.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix Apache RAT plugin console warnings.</action>