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 ce5296c12 Fix handling of null marker in
StringUtils.abbreviate(String, String, int, int) #1571
ce5296c12 is described below
commit ce5296c1208740ab16041a3de8031f9df0fe4bfb
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 17 07:55:22 2026 -0500
Fix handling of null marker in StringUtils.abbreviate(String, String,
int, int) #1571
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9bbf46e98..c99e06c52 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -97,6 +97,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory,
Jagdish Singh Bisht">NumberUtils.isParsable("1.f") should return true
#1560.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory,
David Du">Simplify literal assignments in ArrayFillTest #1567.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory,
David Du">Make ArrayUtils methods implementation consistent with other
overloads #1568.</action>
+ <action type="fix" dev="ggregory" due-to="ThrawnCA, Gary
Gregory">Fix handling of null marker in StringUtils.abbreviate(String, String,
int, int) #1571.</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>