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 259592691 [LANG-1803] Fix incorrect method invocation in
ObjectUtilsTest and Javadoc reference in RandomStringUtils
259592691 is described below
commit 2595926918d8783b1507fded8a65ee3439048839
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 16 10:56:40 2025 -0500
[LANG-1803] Fix incorrect method invocation in ObjectUtilsTest and Javadoc
reference in RandomStringUtils
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 442b9d442..91c2e71f2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -78,6 +78,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix race condition in Range.hashCode().</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory,
Akshat_Agg">Document safer deserialization option in Javadoc for
SerializationUtils.</action>
<action issue="LANG-1729" type="fix" dev="ggregory" due-to="Gary Gregory,
Andrei Anischevici, Akshat_Agg">NumberUtils.isParsable() returns true for full
width Unicode digits for inputs with a decimal point.</action>
+ <action issue="LANG-1803" type="fix" dev="ggregory" due-to="IcoreE">Fix
incorrect method invocation in ObjectUtilsTest and Javadoc reference in
RandomStringUtils.</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 93
#1498.</action>