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 4b99af5eb Add null-safe Consumers.accept() and Functions.apply() #1215
4b99af5eb is described below

commit 4b99af5ebf9fb973c18ba73aef8a3516fb61d8a0
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Wed May 29 14:21:08 2024 -0400

    Add null-safe Consumers.accept() and Functions.apply() #1215
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 878007a9b..30d88df81 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,6 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add 
SystemProperties.getJavaSpecificationVersion(Supplier&lt;String&gt;).</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add SystemProperties constants and methods for system properties as of 
Java 22.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add MethodUtils.getMethodObject(Class, String, Class...).</action>
+    <action issue="LANG-1733" type="add" dev="ggregory" due-to="Jongjin Bae, 
Gary Gregory">Add null-safe Consumers.accept() and Functions.apply() 
#1215.</action>
     <!-- FIX -->
     <action                   type="fix" dev="ggregory" due-to="Miklós Karakó, 
Gary Gregory">Improve Javadoc in ExceptionUtils #1136.</action>
     <action                   type="fix" dev="ggregory" due-to="Saiharshith 
Karuneegar Ramesh, Gary Gregory">Fixed two non-deterministic tests in 
EnumUtilsTest.java #1131.</action>

Reply via email to