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 94ad3a756 [LANG-1832] Improve test coverage for 
ObjectUtils.wait(Duration) (#1756).
94ad3a756 is described below

commit 94ad3a756aad97add12e48ed8ff54d630a927d4b
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 27 15:28:13 2026 +0000

    [LANG-1832] Improve test coverage for ObjectUtils.wait(Duration)
    (#1756).
---
 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 9a4fff48b..df05c3703 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) (#1755).</action>
+    <action                   type="fix" dev="ggregory" due-to="Maksym 
Korshun">Add missing test for ObjectUtils.isEmpty(Object) and wait(Duration) 
(#1755, #1756).</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