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-text.git
The following commit(s) were added to refs/heads/master by this push:
new eb00fd53 Fix TextStringBuilderTest.testAppendToCharBuffer() to use
proper argument type #724
eb00fd53 is described below
commit eb00fd532ac4e3e59772939d434aaf7224fb5246
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Nov 18 12:49:03 2025 -0500
Fix TextStringBuilderTest.testAppendToCharBuffer() to use proper argument
type #724
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a72d382c..ef5abe56 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix exception
message typo in XmlStringLookup.XmlStringLookup(Map, Path...).</action>
<action type="fix" dev="ggregory" due-to="Pierre Post, Sumit Bera, Alex
Herbert, Gary Gregory" issue="TEXT-236">Inserting at the end of a
TextStringBuilder throws a StringIndexOutOfBoundsException.</action>
+ <action type="fix" dev="ggregory" due-to="GMichael Hausegger">Fix
TextStringBuilderTest.testAppendToCharBuffer() to use proper argument type
#724.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Piotr P. Karwasz, Gary
Gregory">Add experimental CycloneDX VEX file #683.</action>
<action type="add" dev="ggregory" due-to="LorgeN, Gary Gregory"
issue="TEXT-235">Add Damerau-Levenshtein distance #687.</action>