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 2020/08/10 19:29:42 UTC

[commons-dbcp] branch master updated: Add start, restart methods to BasicDataSource. JIRA: DBCP-559. #50.

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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new bef3185  Add start, restart methods to BasicDataSource. JIRA: DBCP-559. #50.
bef3185 is described below

commit bef3185564f8b6969d13420f230cf5d6d998fe94
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 10 15:29:34 2020 -0400

    Add start, restart methods to BasicDataSource. JIRA: DBCP-559. #50.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9a4d853..b9e17c4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="add" issue="DBCP-566" due-to="Robert Paschek, Gary Gregory, Phil Steitz">
         Add clearStatementPoolOnReturn #42.
       </action>
+      <action dev="ggregory" type="add" issue="DBCP-559" due-to="Phil Steitz">
+        Add start, restart methods to BasicDataSource. #50.
+      </action>
       <!-- fix -->
       <action dev="ggregory" type="fix" issue="DBCP-555" due-to="Gary Gregory">
         NPE when creating a SQLExceptionList with a null list.