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 cbec58a  LANG-1659 - Add null-safe ObjectUtils.isArray() #754.
cbec58a is described below

commit cbec58a26e80c4d1646e057eafef1bd90c3258f1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Oct 17 09:57:35 2021 -0400

    LANG-1659 - Add null-safe ObjectUtils.isArray() #754.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5b41bfd..c106a16 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -90,6 +90,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add ObjectUtils.identityHashCodeHex(Object).</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add ObjectUtils.hashCodeHex(Object).</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add StringUtils.removeStart(String, char).</action>
+    <action issue="LANG-1659" type="fix" dev="ggregory" due-to="Arturo Bernal, 
Gary Gregory">Add null-safe ObjectUtils.isArray() #754.</action>
     <!-- UPDATE -->
     <action                   type="update" dev="ggregory" due-to="Dependabot, 
Gary Gregory">Bump spotbugs-maven-plugin from 4.2.0 to 4.4.1 #735, 
#808.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot, 
XenoAmess">Bump Bump actions/cache from v2.1.4 to v2.1.6 #742, #752, 
#764.</action>

Reply via email to