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 60e07f154 StrBuilder.setLength(int) shrink-branch leaves residual 
chars in buffer tail (#1671).
60e07f154 is described below

commit 60e07f154ecaa0a30d4d0ce30fe27da9f43528ad
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 24 12:08:28 2026 -0400

    StrBuilder.setLength(int) shrink-branch leaves residual chars in buffer
    tail (#1671).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3cd2b76af..d0f46d22e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -166,6 +166,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">TimeZones.GMT is a mutable public static final field 
(#1666).</action>
     <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">CompareToBuilder lacks cycle guard on Object[] 
recursion. (#1669).</action>
     <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">ClassUtils.toCleanName(String) resolves malformed 
array suffixes (#1670).</action>
+    <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">StrBuilder.setLength(int) shrink-branch leaves 
residual chars in buffer tail (#1671).</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