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 7ce85b31 Reject out-of-range sql date/time fields in 
DateTimeConverter.toDate (#436).
7ce85b31 is described below

commit 7ce85b3152f795e58efe56d67e05045103e08365
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 23 09:15:04 2026 -0400

    Reject out-of-range sql date/time fields in DateTimeConverter.toDate
    (#436).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 953cd6ad..e5fbcee3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,6 +57,7 @@
       <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Floor pre-epoch Timestamp seconds in DateTimeConverter.convertToType 
(#433).</action>
       <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Record element type of first element in LazyDynaList.transform 
(#434).</action>
       <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Clear descriptor caches when bean introspectors change (#435).</action>
+      <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Reject out-of-range sql date/time fields in DateTimeConverter.toDate 
(#436).</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>

Reply via email to