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 e0394dccf Rewrite ObjectUtilsTest.testWaitDuration() with mocking.
e0394dccf is described below

commit e0394dccff43d878051c7cbcbf3255b47858a439
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 30 07:20:42 2026 -0400

    Rewrite ObjectUtilsTest.testWaitDuration() with mocking.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4b2567671..24dfbcae8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -232,7 +232,7 @@ java.lang.NullPointerException: Cannot invoke
     <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>
     <action issue="LANG-1830" type="fix" dev="ggregory" due-to="Maksym 
Korshun">Avoid repeated regex compilation in ClassUtils.toCleanName() 
(#1754).</action>
-    <action                   type="fix" dev="ggregory" due-to="Maksym 
Korshun">Add missing test for ObjectUtils.isEmpty(Object) and wait(Duration) 
(#1755, #1756).</action>
+    <action                   type="fix" dev="ggregory" due-to="Maksym 
Korshun, Gary Gregory">Add missing test for ObjectUtils.isEmpty(Object) and 
wait(Object, Duration) (#1755, #1756).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix negative week year formatting in FastDatePrinter (#1762).</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add JavaVersion.JAVA_27.</action>

Reply via email to