This is an automated email from the ASF dual-hosted git repository.

garydgregory 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 c84d1a325 Keep abbreviateMiddle off surrogate pair boundaries (#1758).
c84d1a325 is described below

commit c84d1a32551be1ae9c7e0a4a0051b6ca492e37d8
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 30 07:24:15 2026 -0400

    Keep abbreviateMiddle off surrogate pair boundaries (#1758).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 24dfbcae8..60ba4b0ce 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -234,6 +234,7 @@ java.lang.NullPointerException: Cannot invoke
     <action issue="LANG-1830" type="fix" dev="ggregory" due-to="Maksym 
Korshun">Avoid repeated regex compilation in ClassUtils.toCleanName() 
(#1754).</action>
     <action                   type="fix" dev="ggregory" due-to="Maksym 
Korshun, Gary Gregory">Add missing test for ObjectUtils.isEmpty(Object) and 
wait(Object, Duration) (#1755, #1756).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix negative week year formatting in FastDatePrinter (#1762).</action>
+    <action                   type="fix" dev="ggregory" due-to="kdelay, Gary 
Gregory">Keep abbreviateMiddle off surrogate pair boundaries (#1758).</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>

Reply via email to