cortlepp-intershop opened a new pull request, #322:
URL: https://github.com/apache/commons-dbcp/pull/322

   This PR removes synchronized from `PoolableConnection.close()` and replaces 
it by a `ReentrantLock` which is owned by the connection. I could not find any 
references in the code which externally synchronize on this connection, so I 
think taht not other changes are necessary.
   
   This closes [#DBCP-591](https://issues.apache.org/jira/browse/DBCP-591).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to