This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 36e941d18 [LANG-771] DateUtils.ceiling does not behave correctly for 
dates on the boundaries
36e941d18 is described below

commit 36e941d186e2b9d90b116022cee862ced6258225
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Feb 22 16:10:03 2026 -0500

    [LANG-771] DateUtils.ceiling does not behave correctly for dates on the
    boundaries
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2a28785e9..298a65480 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -119,6 +119,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="TK_ENDO, 
Arnout Engelen, Gary Gregory">Add test coverage for negative-day adjustment in 
DurationFormatUtils #1596.</action>
     <action                   type="fix" dev="ggregory" due-to="Mohammad 
Bireybi, Gary Gregory">[Javadoc] Add usage examples to CharSet.contains(char) 
#1605.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">CharSet now maintains iteration order.</action>
+    <action issue="LANG-771"  type="fix" dev="ggregory" due-to="Ryan Holmes, 
Makarand Hinge, Gary Gregory">DateUtils.ceiling does not behave correctly for 
dates on the boundaries.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add JavaVersion.JAVA_27.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add SystemUtils.IS_JAVA_27.</action>

Reply via email to