From: markt Date: Thu, 11 Jun 2009 08:50:00 +0000 (+0000) Subject: Update commons pool to 1.5. Pool 1.5 fixes a number of concurrency bugs and introduce... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b9f6d9f0f294e0f16bf3a7832b613d2e6f96baac;p=tomcat7.0 Update commons pool to 1.5. Pool 1.5 fixes a number of concurrency bugs and introduces fair allocation so the first thread to ask for an object from the pool is the first thread to get it. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@783697 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.properties.default b/build.properties.default index 02190bdd2..4676faefc 100644 --- a/build.properties.default +++ b/build.properties.default @@ -74,8 +74,8 @@ commons-dbcp.home=${base.path}/commons-dbcp-r734404-src commons-dbcp-src.loc=http://people.apache.org/~markt/dev/commons-dbcp-r734404-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-src +commons-pool-src.loc=${base-commons.loc}/pool/source/commons-pool-1.5-src.tar.gz # ----- NSIS, version 2.0 or later ----- nsis.home=${base.path}/nsis-2.44