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 a37d721 Implement AbandonedConfig for GenericKeyedObjectPool #67.
new 7433cd4 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-pool.git
a37d721 is described below
commit a37d7215daf63d894a4f2d293096ec800638d50e
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 26 15:38:56 2021 -0400
Implement AbandonedConfig for GenericKeyedObjectPool #67.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7805352..61b01b9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,9 @@ The <action> type attribute can be add,update,fix,remove.
Add and use java.time.Duration APIs timeouts instead of using ints for
seconds.
See the site and its API comparison report for a list of the new
Duration-based APIs.
</action>
+ <action dev="ggregory" type="add" due-to="Dependabot">
+ Implement AbandonedConfig for GenericKeyedObjectPool #67.
+ </action>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Dependabot">
Bump spotbugs-maven-plugin from 4.0.4 to 4.2.1 #48, #53, #59, #62.