This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


The following commit(s) were added to refs/heads/master by this push:
     new 4948e224 Document changes
4948e224 is described below

commit 4948e22429fca9870faeb428437e5dfd14741915
Author: Thomas Vandahl <[email protected]>
AuthorDate: Wed Aug 26 13:42:24 2026 +0200

    Document changes
---
 src/changes/changes.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9d354203..88be97f3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,6 +23,9 @@
        <body>
         <release version="4.0.0" date="YYYY-MM-DD">
             <!-- FIX -->
+            <action dev="tv" type="fix" issue="JCS-248" due-to="Thomas 
Buffagni">
+               Unify the handling of thread pools and their lifecycle
+            </action>
             <action type="fix" dev="ggregory" due-to="ammannmi">
                Fix put time in JCSCache.put(K, V) #276.
             </action>
@@ -97,7 +100,7 @@
             <action dev="tv" type="update">Update dependency servlet-api 2.5 
to javax.servlet-api 3.1.0.</action>
             <action dev="tv" type="update">Update dependency openwebbeans-impl 
1.7.6 to 2.0.27.</action>
             <action dev="tv" type="update">Update dependency cache-tests 1.0.1 
to 1.1.1.</action>
-            <action dev="tv" type="update">Update Tomcat libraries 7.0.22 to 
9.0.79.</action>
+            <action dev="tv" type="update">Update Tomcat libraries 7.0.22 to 
11.0.22.</action>
             <action dev="tv" type="update">Bump Java to 17.</action>
             <action dev="tv" type="update">Migrate all tests to JUnit 
4.</action>
             <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-dbcp2 from 2.9.0 to 2.14.0 #316.</action>
@@ -113,7 +116,7 @@
             <action type="update" dev="ggregory" due-to="Gary Gregory">[test] 
Bump org.apache.commons:commons-collections4 from 4.4 to 4.6.0.</action>
             <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-beanutils:commons-beanutils from 1.9.4 to 1.11.0.</action>
             <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-io:commons-io from 2.18.0 to 2.22.0.</action>
-            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.21.4.</action>
+            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.21.5.</action>
         </release>
         <release version="3.2.1" date="2024-05-27" description="JDK bug fix 
release">
             <action dev="tv" type="fix" fixed-issues="JCS-237, JCS-238, 
JCS-239, JCS-240" due-to="Murali Thirugnanam, Greg Parmiter">

Reply via email to