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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new e14f7bf32 [LANG-1829] Add tests for DateUtils.truncatedCompareTo and
truncatedEquals (#1753).
e14f7bf32 is described below
commit e14f7bf32acf52ba3a0f2306bbe1b0899c61b7c0
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 26 16:56:54 2026 -0400
[LANG-1829] Add tests for DateUtils.truncatedCompareTo and
truncatedEquals (#1753).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7f1b269b9..11504e06d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -230,6 +230,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix int overflow in FluentBitSet.setInclusive at Integer.MAX_VALUE
(#1751).</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Add messages when throwing NullPointerException.</action>
<action type="fix" dev="ggregory" due-to="Konrad
Windszus">[Javadoc] Fix Failable class comment to clarify comparison of lambda
versions (#1752).</action>
+ <action issue="LANG-1829" type="fix" dev="ggregory" due-to="Maksym
Korshun">Add tests for DateUtils.truncatedCompareTo and truncatedEquals
(#1753).</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>