DBCP-476: AbandonedTrace.getTrace() contains race condition add changes.xml entry
Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/c046e863 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/c046e863 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/c046e863 Branch: refs/heads/master Commit: c046e86395b4a1ededbd7595e9500528195c58ed Parents: 1a5b367 Author: Pascal Schumacher <pascalschumac...@gmx.net> Authored: Mon May 7 20:43:16 2018 +0200 Committer: Pascal Schumacher <pascalschumac...@gmx.net> Committed: Mon May 7 20:43:16 2018 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/c046e863/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 41a035e..fa85cb5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,6 +61,9 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="2.3.0" date="2018-MM-DD" description="This is a minor release, including bug fixes and enhancements."> + <action dev="pschumacher" type="fix" issue="DBCP-476" due-to="Gary Evesson, Richard Cordova"> + AbandonedTrace.getTrace() contains race condition + </action> <action dev="ggregory" type="fix" issue="DBCP-482" due-to="Dennis Lloyd, Gary Gregory"> Avoid javax.management.InstanceNotFoundException on shutdown when a bean is not registered. </action>