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 cfaaa2377 ix StringUtils.abbreviate(String, String, int) contract
violations #1572.
cfaaa2377 is described below
commit cfaaa2377e4b67981f17f7dd4336f89643ae893e
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Feb 11 19:02:48 2026 -0500
ix StringUtils.abbreviate(String, String, int) contract
violations #1572.
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 959376748..f92daf883 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -115,6 +115,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1818" type="fix" dev="ggregory" due-to="Ivan
Ponomarev, Gary Gregory">Fix ClassUtils.getShortClassName(Class) to correctly
handle $ in valid class names #1591.</action>
<action type="fix" dev="ggregory" due-to="Ivan
Ponomarev, Gary Gregory">ThreadUtils.sleepQuietly(Duration) now restores the
current thread's interrupt flag when catching InterruptedException.</action>
<action issue="LANG-1817" type="fix" dev="ggregory" due-to="Ivan
Ponomarev, Gary Gregory">UncheckedFutureImpl clears thread interrupt status
when wrapping InterruptedException #1590.</action>
+ <action type="fix" dev="ggregory" due-to="ThrawnCA, Gary
Gregory">Fix StringUtils.abbreviate(String, String, int) contract violations
#1572.</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>