From 5a9742900a2184faba6543c708d4454696635c1f Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 8 Sep 2010 15:09:16 +0000 Subject: [PATCH] Bring changelog up to date git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@995082 13f79535-47bb-0310-9956-ffa450edef68 --- modules/jdbc-pool/doc/changelog.xml | 44 ++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/modules/jdbc-pool/doc/changelog.xml b/modules/jdbc-pool/doc/changelog.xml index 6f1833637..c24fc2294 100644 --- a/modules/jdbc-pool/doc/changelog.xml +++ b/modules/jdbc-pool/doc/changelog.xml @@ -28,13 +28,47 @@ -
+
- 720253Document how to use interceptors - 717972Added an interceptor that will clean up non closed statements when a connection is returned to the pool. (org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer) - 713763Improve connection state handling - 713763Improve connection state handling + 992409 Code clean-up. Reduce sequences of three or more + blank lines to two blank lines. (markt) + 952811 48814 Add Validator interface and allow + users to configure a Validator class name. Patch provided by Matt Passell. + (markt) + 948073 Code clean-up. Remove unused imports. (markt) + + 943434 49224 Only try setting the username and + password if they are non-null. Patch provided by Matt Passell. (markt) + + 943032 49269 Set maxIdle to maxActive by + default to prevent warning on start when maxIdle > maxActive. Patch + provided by Matt Passell. (markt) + 940574 49241 Don't ignore the + suspectTimeout property. (fhanik) + 939320 Fix svn:keywords for property replacement. + (kkolinko) + 931550, 934651, 934677 Add a + statement cache. (fhanik) + 919076 Improve XA support. (fhanik) + 915940 48392 Add an interceptor to wrap + Statements and ResultSets to prevent access to the physical connection. + (fhanik) + 912026 Call setTransactionIsolation() before + anything else as some drivers require this to be the first call. (fhanik) + + 900017 Update Javadoc for XADataSource. (kkolinko) + + + +
+
+ + + 720253 Document how to use interceptors + 717972 Added an interceptor that will clean up non closed statements when a connection is returned to the pool. (org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer) + 713763 Improve connection state handling + 713763 Improve connection state handling
-- 2.11.0