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 6ca601a Add and reuse Constants.KEY_USER and Constants.KEY_PASSWORD.
6ca601a is described below
commit 6ca601a80c2b7be62109fe34ef1314e72c35a785
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 2 09:43:19 2021 -0400
Add and reuse Constants.KEY_USER and Constants.KEY_PASSWORD.
---
src/changes/changes.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 80831e3..10db0ba 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,10 @@ The <action> type attribute can be add,update,fix,remove.
-->
<body>
<release version="2.9.0" date="202Y-MM-DD" description="This is a minor
release, including bug fixes and enhancements.">
+ <!-- ADDS -->
+ <action dev="ggregory" type="add" due-to="Gary Gregory">
+ Add and reuse Constants.KEY_USER and Constants.KEY_PASSWORD.
+ </action>
<!-- FIXES -->
<action dev="ggregory" type="fix" issue="DBCP-569" due-to="Florent
Guillaume">
Fix test random failure on
TestSynchronizationOrder.testInterposedSynchronization, #84.