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
The following commit(s) were added to refs/heads/master by this push:
new 59a8dd17 Pass configured locale to SimpleDateFormat in
DateTimeConverter (#421).
59a8dd17 is described below
commit 59a8dd174f148e5d7533846d5e787262c586b766
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 18 13:55:52 2026 -0700
Pass configured locale to SimpleDateFormat in DateTimeConverter (#421).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2f56e39b..a77df1aa 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,7 @@
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Case-fold column and bean property names with Locale.ROOT
(#415).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Make WrapDynaClass instance cache thread-safe (#418).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Reject out-of-range color components in ColorConverter (#420).</action>
+ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Pass configured locale to SimpleDateFormat in DateTimeConverter
(#421).</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>
<action type="add" dev="ggregory" due-to="SethFalco, Melloware, Gary
Gregory">Add Instant converter and improve enum converter #49.</action>