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 5ad44b41a [LANG-1831] Add missing test for ObjectUtils.isEmpty(Object) 
(#1755).
5ad44b41a is described below

commit 5ad44b41a430c226b336cf48fe57445fd4b80946
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 27 14:18:10 2026 +0000

    [LANG-1831] Add missing test for ObjectUtils.isEmpty(Object) (#1755).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 633b740fd..9a4fff48b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -232,6 +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>
     <!-- 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