fmeheust commented on PR #677:
URL: https://github.com/apache/tomcat/pull/677#issuecomment-2718315476
Hi @aooohan and @ahai-code this contribution has been approved for a while,
is it possible to have an idea on when it will be comitted? Thank you!
--
This is an automated message from th
fmeheust commented on code in PR #677:
URL: https://github.com/apache/tomcat/pull/677#discussion_r1384572235
##
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java:
##
@@ -812,6 +829,28 @@ protected PooledConnection createConnection(long now,
PooledC
fmeheust commented on code in PR #677:
URL: https://github.com/apache/tomcat/pull/677#discussion_r1384567373
##
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/ConnectionBoundariesTest.java:
##
@@ -0,0 +1,53 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
aooohan commented on code in PR #677:
URL: https://github.com/apache/tomcat/pull/677#discussion_r1384334368
##
modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/ConnectionBoundariesTest.java:
##
@@ -0,0 +1,53 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
fmeheust opened a new pull request, #677:
URL: https://github.com/apache/tomcat/pull/677
JDBC 4.3 added the methods beginRequest and endRequest to
java.sql.Connection. These methods hint the driver of the beginning and
completion of a request (independent unit of work). Connection pooling m