Author: markt
Date: Tue Feb 17 13:48:40 2015
New Revision: 1660376
URL: http://svn.apache.org/r1660376
Log:
Update migration guide for DBCP2 changes to removeAbandoned
Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/migration-8.html
tomcat/site/trunk/xdocs/migration-8.xml
Modified: tomcat/site/trunk/docs/index.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1660376&r1=1660375&r2=1660376&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Tue Feb 17 13:48:40 2015
@@ -236,7 +236,7 @@ since 7.0.57 include:
</p>
<ul>
-
+
<li>Session ID Generator is now extensible.</li>
</ul>
Modified: tomcat/site/trunk/docs/migration-8.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1660376&r1=1660375&r2=1660376&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-8.html (original)
+++ tomcat/site/trunk/docs/migration-8.html Tue Feb 17 13:48:40 2015
@@ -456,6 +456,10 @@ of Apache Tomcat.</p>
validation query is defined and at least one of the testxxx
attributes
is true, connections will be validated using Connection.isValid().
</li>
+
+<li>The <code>removeAbandoned</code> configuration option has been
+ replaced by <code>removeAbandonedOnBorrow</code> and
+ <code>removeAbandonedOnMaintenance</code>.</li>
</ul>
Modified: tomcat/site/trunk/xdocs/migration-8.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1660376&r1=1660375&r2=1660376&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-8.xml (original)
+++ tomcat/site/trunk/xdocs/migration-8.xml Tue Feb 17 13:48:40 2015
@@ -150,6 +150,9 @@ of Apache Tomcat.</p>
validation query is defined and at least one of the testxxx
attributes
is true, connections will be validated using Connection.isValid().
</li>
+ <li>The <code>removeAbandoned</code> configuration option has been
+ replaced by <code>removeAbandonedOnBorrow</code> and
+ <code>removeAbandonedOnMaintenance</code>.</li>
</ul>
<p>Additionally, Commons DBCP has added a number of new configuration
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]