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 ec90e0d6b [LANG-1689] Simple Optional in ObjectUtils#isEmpty() #933 ec90e0d6b is described below commit ec90e0d6bbad22402c5b25773790beee126de2d8 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Sun Aug 21 09:38:58 2022 -0400 [LANG-1689] Simple Optional in ObjectUtils#isEmpty() #933 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c2cf659de..946dd6456 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -167,6 +167,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="ggregory" due-to="Gary Gregory">Add Streams.of(Enumeration<E>).</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add Streams.of(Iterable<E>).</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add Streams.of(Iterator<E>).</action> + <action issue="LANG-1689" type="add" dev="ggregory" due-to="Joseph Hendrix, Gary Gregory">Simple support for Optional in ObjectUtils#isEmpty() #933.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot, XenoAmess, Gary Gregory">Bump actions/cache from 2.1.4 to 3.0.7 #742, #752, #764, #833, #867.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump actions/checkout from 2 to 3 #819, #825, #859.</action>