Re: [PR] Added support for JDBC 4.3 beginRequest and endRequest methods. [tomcat]

2025-03-12 Thread via GitHub
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

Re: [PR] Added support for JDBC 4.3 beginRequest and endRequest methods. [tomcat]

2023-11-07 Thread via GitHub
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

Re: [PR] Added support for JDBC 4.3 beginRequest and endRequest methods. [tomcat]

2023-11-07 Thread via GitHub
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)

Re: [PR] Added support for JDBC 4.3 beginRequest and endRequest methods. [tomcat]

2023-11-06 Thread via GitHub
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)

[PR] Added support for JDBC 4.3 beginRequest and endRequest methods. [tomcat]

2023-11-06 Thread via GitHub
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