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 353a1712 DBCP-585 Connection level JMX queries result in concurrent access to connection objects, causing errors #179 353a1712 is described below commit 353a171299a889a99e8f81ef1fa684bb622d2eeb Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Mon May 2 21:02:10 2022 -0400 DBCP-585 Connection level JMX queries result in concurrent access to connection objects, causing errors #179 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e13f1bd5..a744e0b8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -80,6 +80,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="Gary Gregory"> Fix possible NullPointerException in BasicDataSourceFactory.getObjectInstance(). </action> + <action dev="ggregory" type="fix" due-to="Kurtcebe Eroglu, Gary Gregory, Phil Steitz" issue="DBCP-585"> + Connection level JMX queries result in concurrent access to connection objects, causing errors #179 + </action> <!-- ADDS --> <action dev="ggregory" type="add" due-to="Gary Gregory"> Add and use AbandonedTrace#setLastUsed(Instant).