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 47deaf1e8 Fix ClassNotFoundException message in
ClassUtils.getClass(String) #1577.
new 2c68a657e Merge branch 'master' of
https://[email protected]/apache/commons-lang.git
47deaf1e8 is described below
commit 47deaf1e86f7ad910291358d5f26047ff47df9a6
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 22 14:38:16 2026 -0500
Fix ClassNotFoundException message in ClassUtils.getClass(String) #1577.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4579592d8..598dd0d70 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -106,6 +106,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory,
Akshat Upadhyay">Fix Javadoc parameter comments in StringUtils.truncate()
methods #1536.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory,
Dhaneesh.M">Improve test coverage for TypeUtils.isAssignable() #1574.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory,
Dhaneesh.M">Improve branch coverage for Processor (isAarch64, isRISCV); add
ProcessorTest #1578.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory,
烂泥扶上墙">Fix ClassNotFoundException message in ClassUtils.getClass(String)
#1577.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add JavaVersion.JAVA_27.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add SystemUtils.IS_JAVA_27.</action>