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 dc6c2d98 [POOL-415] Add an option to JdkProxySource allowing to unwrap 
UndeclaredThrowableException
     new 4661383f Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-pool.git
dc6c2d98 is described below

commit dc6c2d98b66675e9ce41f9a5abbe853987603fd6
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 7 08:47:56 2025 -0400

    [POOL-415] Add an option to JdkProxySource allowing to unwrap
    UndeclaredThrowableException
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8ac984de..c46290f7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
   <release version="3.0.0" date="YYYY-MM-DD" description="This is a feature 
and maintenance release (Java 8 or above).">
     <!-- ADD -->
     <action type="add" dev="psteitz" issue="POOL-407">Add 
ReslientPooledObjectFactory to provide resilience against factory 
outages.</action>
+    <action type="add" dev="ggregory" issue="POOL-415" due-to="Réda Housni 
Alaoui, Gary Gregory, Phil Steitz">Add an option to JdkProxySource allowing to 
unwrap UndeclaredThrowableException #261.</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