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

ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new 8d6e2522 [POOL-430] Make 
AbandonedConfig.DEFAULT_REMOVE_ABANDONED_TIMEOUT_DURATION public
8d6e2522 is described below

commit 8d6e25224ece0f486ae0c1748e7ee14ac7717fd5
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 10 13:19:15 2026 -0500

    [POOL-430] Make
    AbandonedConfig.DEFAULT_REMOVE_ABANDONED_TIMEOUT_DURATION public
    
    Bump POM version to the next feature version: 2.14.0
---
 src/main/java/org/apache/commons/pool2/impl/AbandonedConfig.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/apache/commons/pool2/impl/AbandonedConfig.java 
b/src/main/java/org/apache/commons/pool2/impl/AbandonedConfig.java
index d2aa38d5..f667bf8b 100644
--- a/src/main/java/org/apache/commons/pool2/impl/AbandonedConfig.java
+++ b/src/main/java/org/apache/commons/pool2/impl/AbandonedConfig.java
@@ -33,6 +33,8 @@ public class AbandonedConfig {
 
     /**
      * The 5 minutes Duration.
+     *
+     * @since 2.14.0
      */
     public static final Duration DEFAULT_REMOVE_ABANDONED_TIMEOUT_DURATION = 
Duration.ofMinutes(5);
 

Reply via email to