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-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new bd88df66 Made statistics collection optional in BaseGenericObjectPool 
#429
bd88df66 is described below

commit bd88df6687db7cd4fe83defb8bea23c40ce8d611
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 1 16:03:03 2025 -0500

    Made statistics collection optional in BaseGenericObjectPool #429
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8d4c9c48..89f63389 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="add" dev="ggregory" due-to="Gary Gregory">Add 
org.apache.commons.pool3.proxy.CglibProxySource.Builder.</action>
     <action type="add" dev="ggregory" due-to="Gary Gregory">Add 
org.apache.commons.pool3.proxy.JdkProxySource.Builder.</action>
     <action type="add" dev="ggregory" due-to="Gary Gregory">Add 
org.apache.commons.pool3.proxy.AbstractProxySource.</action>
+    <action type="add" dev="ggregory" due-to="Pratyay, Gary Gregory">Made 
statistics collection optional in BaseGenericObjectPool #429.</action>
     <!-- FIX -->
     <action type="fix" dev="ggregory" due-to="Gary Gregory">Remove -nouses 
directive from maven-bundle-plugin. OSGi package imports now state 'uses' 
definitions for package imports, this doesn't affect JPMS (from 
org.apache.commons:commons-parent:80).</action>
     <action type="fix" dev="ggregory" due-to="Gary Gregory">Operation on the 
"idleHighWaterMark" shared variable in "ErodingFactor" class is not atomic 
[org.apache.commons.pool3.PoolUtils$ErodingFactor] At PoolUtils.java:[line 101] 
AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE.</action>

Reply via email to