Author: psteitz
Date: Thu Jan 10 21:28:37 2008
New Revision: 611053
URL: http://svn.apache.org/viewvc?rev=611053&view=rev
Log:
Prepare for 1.4 final.
Modified:
commons/proper/pool/branches/1_4_RELEASE_BRANCH/build.xml
commons/proper/pool/branches/1_4_RELEASE_BRANCH/doap_pool.rdf
commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml
commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml
commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/changes.xml
Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/build.xml?rev=611053&r1=611052&r2=611053&view=diff
==============================================================================
--- commons/proper/pool/branches/1_4_RELEASE_BRANCH/build.xml (original)
+++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/build.xml Thu Jan 10
21:28:37 2008
@@ -40,7 +40,7 @@
<property name="name" value="commons-pool"/>
<property name="title" value="Apache Commons Object Pooling Package"/>
- <property name="version" value="1.4-RC2"/>
+ <property name="version" value="1.4"/>
<property name="package" value="org.apache.commons.pool.*"/>
<property name="src.dir" value="${basedir}/src"/>
Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/doap_pool.rdf
URL:
http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/doap_pool.rdf?rev=611053&r1=611052&r2=611053&view=diff
==============================================================================
--- commons/proper/pool/branches/1_4_RELEASE_BRANCH/doap_pool.rdf (original)
+++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/doap_pool.rdf Thu Jan 10
21:28:37 2008
@@ -20,6 +20,20 @@
<release>
<Version>
<name>commons-pool</name>
+ <created>2008-01-15</created>
+ <revision>1.4</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
+ <name>commons-pool</name>
+ <created>2006-04-06</created>
+ <revision>1.3</revision>
+ </Version>
+ </release>
+ <release>
+ <Version>
+ <name>commons-pool</name>
<created>2004-06-07</created>
<revision>1.2</revision>
</Version>
@@ -27,7 +41,7 @@
<release>
<Version>
<name>commons-pool</name>
- <created>2004-10-20</created>
+ <created>2003-10-20</created>
<revision>1.1</revision>
</Version>
</release>
Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml?rev=611053&r1=611052&r2=611053&view=diff
==============================================================================
--- commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml (original)
+++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml Thu Jan 10 21:28:37
2008
@@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
- <version>1.4-RC2</version>
+ <version>1.4</version>
<name>Commons Pool</name>
<inceptionYear>2001</inceptionYear>
Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml?rev=611053&r1=611052&r2=611053&view=diff
==============================================================================
--- commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml (original)
+++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml Thu Jan 10
21:28:37 2008
@@ -22,7 +22,7 @@
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<inceptionYear>2001</inceptionYear>
- <currentVersion>1.4-RC2</currentVersion>
+ <currentVersion>1.4</currentVersion>
<shortDescription>Commons Object Pooling Library</shortDescription>
<description>Commons Object Pooling Library</description>
<logo>/images/pool-logo-white.png</logo>
@@ -97,9 +97,9 @@
<tag>POOL_1_3</tag>
</version>
<version>
- <id>1.4-RC2</id>
- <name>1.4-RC2</name>
- <tag>POOL_1_4_RC2</tag>
+ <id>1.4</id>
+ <name>1.4</name>
+ <tag>POOL_1_4</tag>
</version>
</versions>
Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/changes.xml?rev=611053&r1=611052&r2=611053&view=diff
==============================================================================
--- commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/changes.xml (original)
+++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/changes.xml Thu Jan
10 21:28:37 2008
@@ -22,7 +22,7 @@
</properties>
<body>
- <release version="1.4-RC2" date="pending" description=
+ <release version="1.4" date="2008-01-15" description=
"This is a maintenance release including numerous bug fixes. This release
is source and binary compatible with version 1.3 of commons pool, but
there are some behavior changes introduced to resolve bugs, remove ambiguity
@@ -32,7 +32,9 @@
the extra synchronization included in version 1.3 was removed / refactored to
improve performance. The javadoc has also been made more complete and explicit.
See the detailed list of changes below for specifics on fixed bugs and behavior
-changes in Commons Pool 1.4.">
+changes in Commons Pool 1.4. This version of Commons Pool depends only on
+JDK version 1.3 or higher. Classes implementing pools are all intended to be
+threadsafe.">
<action dev="sandymac" type="fix">
Fixed constructor which was ignoring maxTotal parameter:
<code>GenericKeyedObjectPool(KeyedPoolableObjectFactory factory, int
maxActive, byte whenExhaustedAction,
@@ -70,7 +72,7 @@
pools. The wrapper class wraps the Timer and keeps track of how many
pools are using it. If no pools are using the timer, it is canceled.
This prevents a thread being left running which, in application server
- environments, can lead to memory leads and/or prevent applications
+ environments, can lead to memory leaks and/or prevent applications
from shutting down or reloading cleanly.
</action>
<action dev="psteitz" type="fix" issue="POOL-93"