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 914d17f Note new interface.
914d17f is described below
commit 914d17f7897cbfd1bbf4e0ace3adaed9bde1b3c9
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 2 09:46:44 2021 -0400
Note new interface.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 10db0ba..c4ad687 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,6 +65,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="add" due-to="Gary Gregory">
Add and reuse Constants.KEY_USER and Constants.KEY_PASSWORD.
</action>
+ <action dev="ggregory" type="add" due-to="Frank Gasdorf, Gary Gregory">
+ Add and reuse DataSourceMXBean.
+ </action>
<!-- FIXES -->
<action dev="ggregory" type="fix" issue="DBCP-569" due-to="Florent
Guillaume">
Fix test random failure on
TestSynchronizationOrder.testInterposedSynchronization, #84.