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/05/27 12:17:42 UTC

[commons-pool] branch master updated: Simplify Assertions in tests #77..

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 c770544  Simplify Assertions in tests #77..
c770544 is described below

commit c770544d410316b22837a547808b0232dce085b5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 27 08:17:38 2021 -0400

    Simplify Assertions in tests #77..
---
 src/changes/changes.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 80dd207..80700d4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,10 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" type="add" due-to="Dependabot">
       Implement AbandonedConfig for GenericKeyedObjectPool #67.
     </action>
+    <!-- FIXES -->
+    <action dev="ggregory" type="fix" due-to="Arturo Bernal">
+      Simplify Assertions in tests #77.
+    </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.