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-text.git
The following commit(s) were added to refs/heads/master by this push:
new af7f263a StrBuilder.replaceImpl() and setLength() shrink-branch leaves
residual chars in buffer tail.
af7f263a is described below
commit af7f263a40f7edf8b8938d9d64ab803c2c842d28
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 24 14:43:02 2026 -0400
StrBuilder.replaceImpl() and setLength() shrink-branch leaves residual
chars in buffer tail.
---
src/changes/changes.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 548e81fc..de16ab63 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,6 +50,8 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Omkhar Arasaratnam, Gary
Gregory">StrBuilder.readFrom(Readable) exposes stale internal buffer to
Readable parameter (#741).</action>
<action type="fix" dev="ggregory" due-to="Omkhar Arasaratnam, Gary
Gregory">StrBuilder.deleteImpl(int, int, int) doesn't clear its unused bytes
(#742).</action>
<action type="fix" dev="ggregory" due-to="Omkhar Arasaratnam, Gary
Gregory">FormattableUtils.append re-parses literal output as format string
(#743).</action>
+ <action type="fix" dev="ggregory" due-to="Omkhar Arasaratnam, Gary
Gregory">StrBuilder.replaceImpl() shrink-branch leaves residual chars in buffer
tail.</action>
+ <action type="fix" dev="ggregory" due-to="Omkhar Arasaratnam, Gary
Gregory">StrBuilder.setLength() shrink-branch leaves residual chars in buffer
tail.</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 100.</action>