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 2019/10/15 22:12:47 UTC

[commons-pool] branch master updated: Close BufferedOutputStream in test before calling toString on underlying BufferedOutputStream #26.

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 1dd4b1a  Close BufferedOutputStream in test before calling toString on underlying BufferedOutputStream #26.
1dd4b1a is described below

commit 1dd4b1ad9e1d82ad52ee29483c167847fe78cf96
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Oct 15 18:12:43 2019 -0400

    Close BufferedOutputStream in test before calling toString on underlying
    BufferedOutputStream #26.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 68ea163..eb90679 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,6 +71,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" issue="POOL-380" type="add" due-to="Gary Gregory">
       Deprecate PoolUtils.prefill(KeyedObjectPool, Collection, int) in favor of KeyedObjectPool.addObjects(Collection, int).
     </action>
+    <action dev="ggregory" type="fix" due-to="emopers">
+      Close BufferedOutputStream in test before calling toString on underlying BufferedOutputStream #26.
+    </action>
   </release>
   <release version="2.7.0" date="2019-07-25" description="This is a feature release (Java 8).">
     <action dev="ggregory" issue="POOL-364" type="update" due-to="Gary Gregory">