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 2021/05/31 19:44:32 UTC

[commons-dbcp] branch master updated: [DBCP-578] Use Collections.synchronizedList Instead Of Vector #101.

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 29f2798  [DBCP-578] Use Collections.synchronizedList Instead Of Vector #101.
29f2798 is described below

commit 29f2798175ae19c5d1687b064a570ab56861ad66
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon May 31 15:44:29 2021 -0400

    [DBCP-578] Use Collections.synchronizedList Instead Of Vector #101.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8c92183..060305f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -113,6 +113,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix">
         org.apache.commons.dbcp2.PStmtKey.getColumnNames() may expose internal representation by returning PStmtKey.columnNames.
       </action>
+      <action issue="DBCP-578" dev="ggregory" type="fix" due-to="Arturo Bernal">
+        Use Collections.synchronizedList Instead Of Vector #101.
+      </action>
       <!-- UPDATES -->
       <action dev="ggregory" type="update" due-to="Dependabot">
         Bump mockito-core from 3.5.11 to 3.10.0 #66, #72, #77, #85, #91, #105.