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-collections.git
The following commit(s) were added to refs/heads/master by this push:
new 4db432779 Stop ExtendedMessageFormat seekNonWs reading past the
pattern end (#1740).
4db432779 is described below
commit 4db4327796f9679b9e57f6788d1d7bb2e8459360
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 3 18:55:48 2026 +0000
Stop ExtendedMessageFormat seekNonWs reading past the pattern end
(#1740).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8a52e2bc6..0e7442b3d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,7 @@
<action type="fix" dev="ggregory" due-to="Vasiliy Mikhailov, Gary
Gregory">Do not mutate the input map in SwitchTransformer.switchTransformer
(#696).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Do
not mutate the input map in SwitchClosure.switchClosure,
ClosureUtils.switchMapClosure and TransformerUtils.switchMapTransformer
(#700).</action>
<action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Fix
stale size in AbstractMapMultiSet view iterator remove (#701).</action>
+ <action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Stop
ExtendedMessageFormat seekNonWs reading past the pattern end (#1740).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add generics to
UnmodifiableIterator for the wrapped type.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add a Maven
benchmark profile for JMH.</action>