Skip to content

Commit bd88df6

Browse files
authored
Made statistics collection optional in BaseGenericObjectPool #429
1 parent abfb125 commit bd88df6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
5151
<action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.pool3.proxy.CglibProxySource.Builder.</action>
5252
<action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.pool3.proxy.JdkProxySource.Builder.</action>
5353
<action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.pool3.proxy.AbstractProxySource.</action>
54+
<action type="add" dev="ggregory" due-to="Pratyay, Gary Gregory">Made statistics collection optional in BaseGenericObjectPool #429.</action>
5455
<!-- FIX -->
5556
<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>
5657
<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>

0 commit comments

Comments
 (0)