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 76104d6  [DBCP-546] Avoid NPE when calling 
DriverAdapterCPDS.toString().
76104d6 is described below

commit 76104d6b610c3a80b7d884332b0d5a00ee54b07f
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 8 20:35:28 2019 -0400

    [DBCP-546] Avoid NPE when calling DriverAdapterCPDS.toString().
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1322fd9..c209e70 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -82,6 +82,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" issue="DBCP-543" due-to="Gary 
Gregory">
         Update Apache Commons Pool from 2.6.1 to 2.6.2.
       </action>
+      <action dev="ggregory" type="update" issue="DBCP-546" due-to="Sergey 
Chupov">
+        Avoid NPE when calling DriverAdapterCPDS.toString().
+      </action>
     </release>
     <release version="2.6.0" date="2019-02-14" description="This is a minor 
release, including bug fixes and enhancements.">
       <action dev="chtompki" type="add" issue="DBCP-534" due-to="Peter Wicks">

Reply via email to