Author: fhanik Date: Tue Mar 20 17:51:47 2012 New Revision: 1303046 URL: http://svn.apache.org/viewvc?rev=1303046&view=rev Log: Bug fixes to jdbc pool
Modified: tomcat/tc7.0.x/trunk/modules/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc7.0.x/trunk/modules/ ------------------------------------------------------------------------------ --- svn:externals (original) +++ svn:externals Tue Mar 20 17:51:47 2012 @@ -1 +1 @@ -^/tomcat/trunk/modules/jdbc-pool@1295768 jdbc-pool +^/tomcat/trunk/modules/jdbc-pool@1303044 jdbc-pool Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1303046&r1=1303045&r2=1303046&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Tue Mar 20 17:51:47 2012 @@ -193,6 +193,11 @@ <bug>52804</bug>: Make pool properties serializable and cloneable. (fhanik) </fix> + <fix><bug>51237</bug><rev>1302902</rev> Slow Query Report should log using WARN level when queries are slow and within the threshold of caching it</fix> + <fix><bug>52002</bug><rev>1302948</rev> Add in configuration option to disallow connection reuse</fix> + <fix><bug>52493</bug><rev>1302969</rev> Java 7 DataSource method addition</fix> + <fix><bug>51893</bug><rev>1302990</rev> Throw an error and notification when pool is exhausted</fix> + <fix><bug>50860</bug><rev>1303031</rev> Add in option to configure logging for validation errors</fix> </changelog> </subsection> <subsection name="Other"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org