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 8b6ccb863 Add ConcurrentInitializer#isInitialized() #1120 8b6ccb863 is described below commit 8b6ccb86323c365f34b4dbd4ed5342073f6782ee Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 14 08:06:55 2023 -0400 Add ConcurrentInitializer#isInitialized() #1120 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4e6e6c479..ea3129d02 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -70,6 +70,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="ggregory" due-to="Gary Gregory">Add LocaleUtils.isLanguageUndetermined(Locale).</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add ObjectUtils.toString(Supplier<Object>, Supplier<String>).</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add LazyInitializer.isInitialized().</action> + <action type="add" dev="ggregory" due-to="Gary Gregory, Benjamin Confino">Add ConcurrentInitializer#isInitialized() #1120.</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add Streams.failableStream(T...).</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 58 to 64.</action>