Author: sandymac Date: Mon Mar 13 21:18:55 2006 New Revision: 385740 URL: http://svn.apache.org/viewcvs?rev=385740&view=rev Log: Created Maven changes log.
Added: jakarta/commons/proper/pool/trunk/xdocs/changes.xml (with props) Added: jakarta/commons/proper/pool/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/pool/trunk/xdocs/changes.xml?rev=385740&view=auto ============================================================================== --- jakarta/commons/proper/pool/trunk/xdocs/changes.xml (added) +++ jakarta/commons/proper/pool/trunk/xdocs/changes.xml Mon Mar 13 21:18:55 2006 @@ -0,0 +1,75 @@ +<?xml version="1.0"?> +<!-- + Copyright 2006 The Apache Software Foundation. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> +<document> + <properties> + <title>Commons Pool Changes</title> + <author email="[EMAIL PROTECTED]">Sandy McArthur</author> + </properties> + <body> + + <release version="2.0" date="pending" description="Significant clean ups"> + <action dev="sandymac" type="fix"> + Fix JavaDocs to conform to Pool 2 contracts. + </action> + <action dev="sandymac" type="update"> + Improved SoftReferenceObjectPool getNumIdle accuracy. + </action> + <action dev="rdonkin" type="update"> + <description>Updates to javadoc contracts for 2.0.</description> + <fixes issue="38660"/> + <fixes issue="38664"/> + <fixes issue="38666"/> + <fixes issue="38667"/> + <fixes issue="38669"/> + <fixes issue="38746"/> + <dueto name="Sandy McArthur"/> + </action> + </release> + + <release version="1.3" date="2006-pending" description="1.x bugfix release"> + <action type="fix">A large number of bug fixes. See release notes for changes.</action> + </release> + + <release version="1.2" date="2004-06-07" description="bugfixes"> + <action dev="dirkv" type="fix"> + <description>GenericKeyedObjectPoolFactory Config Constructor is incorrect</description> + <fixes issue="24864"/> + </action> + <action dev="dirkv" type="fix"> + <description>Not possible to extend GenericObjectPool.returnObject() without affecting addObject()</description> + <fixes issue="28638"/> + </action> + </release> + + <release version="1.1" date="2003-10-20"> + <action type="fix">A lot of corner cases were fixed</action> + <action type="fix">Performance improvement by optimizing pool synchronization, the critical code paths were optimized by reducing pool synchronization but we also added more synchronization where needed</action> + <action type="fix">New minIdle feature: the minimum number of objects allowed in the pool before the evictor thread (if active) spawns new objects. (Note no objects are created when: numActive + numIdle >= maxActive)</action> + <action type="fix">New maxTotal feature: a cap on the total number of instances controlled by a pool. Only for GenericKeyedObjectPool where maxActive is a cap on the number of active instances from the pool (per key).</action> + <action type="fix">UML Class and sequence diagrams</action> + <action type="fix">See bugzilla for more changes</action> + </release> + + <release version="1.0.1" date="2002-08-12"> + <action type="fix">No change log available.</action> + </release> + + <release version="1.0" date="2002-05-04"> + <action type="add">No change log available.</action> + </release> + </body> +</document> \ No newline at end of file Propchange: jakarta/commons/proper/pool/trunk/xdocs/changes.xml ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]