Author: dain
Date: Tue Jul 24 10:48:05 2007
New Revision: 559136
URL: http://svn.apache.org/viewvc?view=rev&rev=559136
Log:
Added note about fix to BasicDataSource.close()
Modified:
jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml
Modified: jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml?view=diff&rev=559136&r1=559135&r2=559136
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml Tue Jul 24 10:48:05 2007
@@ -82,6 +82,12 @@
SQLNestedException has been deprecated and will be replaced in DBCP
1.4 with
SQLException and standard Java exception chaining.
</action>
+ <action dev="dain" type="fix" issue="DBCP-221">
+ BasicDataSource.close() now permanently marks the data source as
closed,
+ and no new connections can be obtained from the data source. At close
all
+ idle connections are destroyed and the method returns. As the
remaining
+ active connections are closed, they are destroyed.
+ </action>
</release>
<release version="1.2.2" date="2007-04-04"
description="This is a maintenance release containing bug fixes
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]