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 9a3809f5d Use ConcurrentInitializer implementations without 
subclassing. #1123.
9a3809f5d is described below

commit 9a3809f5dca9d6c40c22ff398e0d72e8fc13a363
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Fri Oct 20 13:55:30 2023 -0400

    Use ConcurrentInitializer implementations without subclassing. #1123.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3dbc096f0..d2206cae7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Return "null" instead of NPE in 
ClassLoaderUtils.toString(URLClassLoader).</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Return ToStringStyle.nullText instead of NPE for 
ReflectionToStringBuilder.toString().</action>
     <action                   type="fix" dev="ggregory" due-to="yichinzhu, 
Gary Gregory">Fix ThresholdCircuitBreaker#checkState() #1100.</action>
+    <action                   type="fix" dev="ggregory" due-to="Benjamin 
Confino, Gary Gregory">Use ConcurrentInitializer implementations without 
subclassing. #1123.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Rob Spoor, 
Gary Gregory">Add Functions#function(Function).</action>
     <action                   type="add" dev="ggregory" due-to="Rob Spoor, 
Gary Gregory">Add FailableFunction#function(FailableFunction).</action>

Reply via email to