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 83fe9f2d Floor pre-epoch Timestamp seconds in
DateTimeConverter.convertToType (#433).
83fe9f2d is described below
commit 83fe9f2d7e01372722e40fa4c3f55f0066cd96fa
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Aug 10 07:26:49 2026 -0400
Floor pre-epoch Timestamp seconds in DateTimeConverter.convertToType
(#433).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c7cd6966..ee0bf6e4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,7 @@
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Split ArrayConverter list elements on whitespace, quotes and the
delimiter only (#427).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Suppress case variants of mapped names in isPropertySuppressed
(#431).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Reject negative index values in DefaultResolver.getIndex
(#432).</action>
+ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Floor pre-epoch Timestamp seconds in DateTimeConverter.convertToType
(#433).</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>