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 72dd504e6 SystemUtils fix and updates related to macOS #1085
     new 659192f1b Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-lang.git
72dd504e6 is described below

commit 72dd504e6f9d22574652baf31075d369692a085a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jul 23 14:20:03 2023 -0400

    SystemUtils fix and updates related to macOS #1085
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 92dff9198..0ff98e466 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -124,7 +124,8 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Deprecate ExceptionUtils.ExceptionUtils().</action>
     <action issue="LANG-1697" type="fix" dev="ggregory" due-to="Jan Arne 
Sparka, Gary Gregory">TypeUtils.getRawType() throws a NullPointerException on 
Wildcard GenericArrayType.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Throw IllegalArgumentException instead of InternalError in the builder 
package.</action>    
-    <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Avoid NPE in MutableObject#equals() for null content.</action>    
+    <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Avoid NPE in MutableObject#equals() for null content.</action>
+    <action                   type="fix" dev="ggregory" due-to="Ali Khaleqi 
Yekta, Gary Gregory">SystemUtils fix and updates related to macOS 
#1085.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add GitHub coverage.yml.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>

Reply via email to