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 f36bcadea [LANG-1682] Javadoc and test: Use Strings.CI.startsWithAny
method instead #1299
f36bcadea is described below
commit f36bcadeae6d19619a2443a50b9dbd056f3c8383
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Oct 16 13:35:58 2024 -0400
[LANG-1682] Javadoc and test: Use Strings.CI.startsWithAny method instead
#1299
---
src/changes/changes.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ad5da033e..ee8caafde 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,7 +59,8 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Add details to the ArraySorter Javadoc.</action>
<action type="fix" dev="ggregory" due-to="Capt.
Cutlass">Fix broken URL to project location in Maven Central #1296.</action>
<action issue="LANG-1753" type="fix" dev="ggregory" due-to="Capt.
Cutlass">StringUtils.replaceEachRepeatedly regression in 3.11+ #1297.</action>
- <action type="fix" dev="ggregory" due-to="Capt.
Cutlass">Use simplified JUnit assertion methods #1298.</action>
+ <action type="fix" dev="ggregory" due-to="Capt.
Cutlass">Use simplified JUnit assertion methods #1298.</action>
+ <action issue="LANG-1682" type="fix" dev="ggregory" due-to="Capt.
Cutlass">Javadoc and test: Use Strings.CI.startsWithAny method instead
#1299.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add Strings and refactor StringUtils.</action>
<action issue="LANG-1747" type="add" dev="ggregory" due-to="Oliver B.
Fischer, Gary Gregory">Add StopWatch.run([Failable]Runnable) and
get([Failable]Supplier).</action>