meedbek opened a new pull request, #678: URL: https://github.com/apache/tomcat/pull/678
JDBC 4.3 introduced `beginRequest` and `endRequest` methods for connection pools which are called to mark request boundaries. `beginRequest` should be called when borrowing a connection and `endRequest` when releasing it, aligning with JDBC 4.3 specifications. This pull request adds support for beginRequest and endRequest to DBCP. -- 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: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org