You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/06/22 23:22:40 UTC

[commons-pool] branch master updated: [POOL-396] Handle validation exceptions during eviction. #85.

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 0206b95  [POOL-396] Handle validation exceptions during eviction. #85.
0206b95 is described below

commit 0206b95ce2f1a8867e11b6199151d22ee5c31666
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jun 22 19:22:36 2021 -0400

    [POOL-396] Handle validation exceptions during eviction. #85.
---
 src/changes/changes.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 073cd4c..3b5b059 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,6 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
   <release version="2.11.0" date="2021-MM-DD" description="This is a feature release (Java 8).">
+    <!--  ADD -->
     <action dev="ggregory" type="add" due-to="Gary Gregory">
       Track timestamps with Instants instead of longs. 
       There is currently no increased precision on Java 8, but starting with Java 9, the JRE SystemClock precision is increased usually down to microseconds, or tenth of microseconds, depending on the OS, Hardware, and JVM implementation.
@@ -65,6 +66,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" type="add" due-to="Gary Gregory">
       Add BaseObjectPoolConfig.{get|set}MaxWaitDuration(Duration) and deprecate {get|set}MaxWaitMillis(long).
     </action>
+    <action issue="POOL-396" dev="ggregory" type="add" due-to="Jeremy Kong, Phil Steitz">
+      Handle validation exceptions during eviction. #85.
+    </action>
     <!-- FIXES -->
     <action dev="ggregory" type="fix" due-to="Gary Gregory">
       Fix [WARNING] Old version of checkstyle detected. Consider updating to >= v8.30. Update Checktyle to 8.43.