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 359e53f96 Add PR reference to #1494 to action description in
changes.xml
359e53f96 is described below
commit 359e53f96c5d894aa0ff75d6d0e2230b33bd685e
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 19 07:52:46 2026 -0500
Add PR reference to #1494 to action description in changes.xml
---
src/changes/changes.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 39d0c9c05..df0193254 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,7 +53,8 @@ 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).</action>
+ 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),