meedbek opened a new pull request, #324: URL: https://github.com/apache/commons-dbcp/pull/324
JDBC 4.3 introduced two new methods, [beginRequest](https://docs.oracle.com/javase/9/docs/api/java/sql/Connection.html#beginRequest) and [endRequest](https://docs.oracle.com/javase/9/docs/api/java/sql/Connection.html#endRequest--), which connection pools can use to mark request boundaries. According to JavaDoc, these methods signal to the driver that a connection is active, the driver's response is specific to the vendor and it may not do anything. Goal is to make DBCP invoke beginRequest when a connection is borrowed and endRequest when the connection is returned to the pool. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
