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-beanutils.git

commit 811f7d3e1bf14de3939e9894f00b35e0941017be
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 6 15:33:57 2026 -0400

    Fix TLA.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8c98cce5..870c832f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -39,7 +39,7 @@
       <action type="fix" dev="ggregory" due-to="Digiscrypt Technologies, Gary 
Gregory">Do not initialize arbitrary classes in EnumConverter (#398).</action>
       <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Stop 
narrowing BigInteger and BigDecimal in StringLocaleConverter (#408).</action>
       <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Reject 
out-of-range values in LongLocaleConverter (#406).</action>
-      <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Fix 
sql time and timestamp locale tests on java 20+ (#410).</action>
+      <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Fix 
SQL time and timestamp locale tests on java 20+ (#410).</action>
       <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Reject 
non-integer strings in integer locale converters (#411).</action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Gary Gregory">Use varargs for 
org.apache.commons.beanutils2.MethodUtils.getAccessibleMethod(Class, String, 
Class...), and remove last argument variants using Class[] and Class.</action>

Reply via email to