Author: markt
Date: Thu Jun 11 08:50:00 2009
New Revision: 783697

URL: http://svn.apache.org/viewvc?rev=783697&view=rev
Log:
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.

Modified:
    tomcat/trunk/build.properties.default

Modified: tomcat/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=783697&r1=783696&r2=783697&view=diff
==============================================================================
--- tomcat/trunk/build.properties.default (original)
+++ tomcat/trunk/build.properties.default Thu Jun 11 08:50:00 2009
@@ -74,8 +74,8 @@
 
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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to