Author: markt Date: Wed Jun 24 19:40:10 2009 New Revision: 788153 URL: http://svn.apache.org/viewvc?rev=788153&view=rev Log: Update to Apache Commons Pool 1.5.1 Various fixes to prevent deadlocks, reduce syncs and make object allocation occur fairly - ie objects are allocated to threads in the order that the thread request them. Fixes a number of issues in DBCP.
Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/build.properties.default tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=788153&r1=788152&r2=788153&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Jun 24 19:40:10 2009 @@ -118,14 +118,6 @@ +1: fhanik, markt, mturk -1: -* Update to Apache Commons Pool 1.5.1 - Various fixes to prevent deadlocks, reduce syncs and make object allocation - occur fair - ie objects are allocated to threads in the order that the threads - request them. Fixes a number of issues in DBCP. - http://svn.apache.org/viewvc?rev=786496&view=rev - +1: markt, fhanik, kkolinko - -1: - * Update release process to include new windows package zip files with .dll and .exe matching a target CPU. Patch also syncs and fixes nsi installer script. Modified: tomcat/tc6.0.x/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.properties.default?rev=788153&r1=788152&r2=788153&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/build.properties.default (original) +++ tomcat/tc6.0.x/trunk/build.properties.default Wed Jun 24 19:40:10 2009 @@ -74,8 +74,8 @@ commons-dbcp-src.loc=${base-commons.loc}/dbcp/source/commons-dbcp-1.2.2-src.tar.gz # ----- Commons Pool, version 1.1 or later ----- -commons-pool.home=${base.path}/commons-pool-1.4-src -commons-pool-src.loc=${base-commons.loc}/pool/source/commons-pool-1.4-src.tar.gz +commons-pool.home=${base.path}/commons-pool-1.5.1-src +commons-pool-src.loc=${base-commons.loc}/pool/source/commons-pool-1.5.1-src.tar.gz # ----- NSIS, version 2.0 or later ----- nsis.home=${base.path}/nsis-2.44 Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=788153&r1=788152&r2=788153&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Wed Jun 24 19:40:10 2009 @@ -122,6 +122,13 @@ Better logging for parameter decoding issues to help identify broken requests. (markt) </add> + <update> + Update Apache Commons Pool from 1.4 to 1.5.1. This update includes + various fixes to prevent deadlocks, reduces synchronisation and makes + object allocation occur fairly - i.e. objects are allocated to threads + in the order that the threads request them. This update fixes a number + of issues in Tomcat's built-in copy of DBCP. (markt) + </update> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org