Author: markt Date: Wed Jul 1 14:39:32 2009 New Revision: 790189 URL: http://svn.apache.org/viewvc?rev=790189&view=rev Log: Update to commons-pool 1.5.1
Modified: tomcat/build/tc5.5.x/build.properties.default tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/build/tc5.5.x/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/build.properties.default?rev=790189&r1=790188&r2=790189&view=diff ============================================================================== --- tomcat/build/tc5.5.x/build.properties.default (original) +++ tomcat/build/tc5.5.x/build.properties.default Wed Jul 1 14:39:32 2009 @@ -157,8 +157,8 @@ # ----- 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 # ----- Commons Collections, version 2.0 or later ----- Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=790189&r1=790188&r2=790189&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Wed Jul 1 14:39:32 2009 @@ -52,6 +52,13 @@ Windows installer to automatically select the correct one for the current platform. (markt/kkolinko) </add> + <update> + Update to commons-pool 1.5.1. This includes various fixes to prevent + deadlocks, reduce syncs and make object allocation occur fairly - ie + objects are allocated to threads in the order that the threads request + them. This fixes a number of issues with the version of DBCP embedded + within Tomcat. (markt) + </update> </changelog> </subsection> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org