From 9a984751310f7184f9eccd9b1474e1b53f76abde Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 21 Oct 2023 14:43:13 -0400 Subject: [PATCH] ConcurrentInitializer implementations can now be instantiated and configured with allocation and release lambdas --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6ff3f0745..2d1524891 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -78,6 +78,7 @@ The type attribute can be add,update,fix,remove. Add Suppliers.nul(). Add ExceptionUtils.throwUnchecked(T) where T extends Throwable, and deprecate Object version. Add ExceptionUtils.rethrowRuntimeException(T), and deprecate rethrow(T). + ConcurrentInitializer implementations can now be instantiated and configured with allocation and release lambdas. Bump commons-parent from 58 to 64. Bump org.easymock:easymock from 5.1.0 to 5.2.0 #1104.