From commits-return-1229-apmail-commons-commits-archive=commons.apache.org@commons.apache.org Tue Jan 01 05:23:09 2008 Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 63094 invoked from network); 1 Jan 2008 05:23:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jan 2008 05:23:08 -0000 Received: (qmail 27953 invoked by uid 500); 1 Jan 2008 05:22:56 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 27888 invoked by uid 500); 1 Jan 2008 05:22:56 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 27879 invoked by uid 99); 1 Jan 2008 05:22:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Dec 2007 21:22:56 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jan 2008 05:22:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4C2D11A9838; Mon, 31 Dec 2007 21:22:36 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r607802 - in /commons/proper/pool/branches/1_4_RELEASE_BRANCH: project.properties project.xml xdocs/cvs-usage.xml xdocs/navigation.xml Date: Tue, 01 Jan 2008 05:22:35 -0000 To: commits@commons.apache.org From: psteitz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080101052236.4C2D11A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: psteitz Date: Mon Dec 31 21:22:33 2007 New Revision: 607802 URL: http://svn.apache.org/viewvc?rev=607802&view=rev Log: Reverted change to swallow exceptions on destroy in r385746 (post-1.3 changes to improve exception management). Swallowing exceptions on destroyObject is bad for DBCP and other pool clients that need to control resource leaks. When logging is added, we can reconsider this behavior change. Reverting to <=1.3 behavior for the 1.4 release. Added: commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/cvs-usage.xml (with props) Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.properties commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/navigation.xml Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.properties URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.properties?rev=607802&r1=607801&r2=607802&view=diff ============================================================================== --- commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.properties (original) +++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.properties Mon Dec 31 21:22:33 2007 @@ -23,6 +23,8 @@ maven.javadoc.author=false maven.javadoc.overview=src/java/org/apache/commons/pool/overview.html maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api +maven.javadoc.javadocreport=false +maven.javadoc.warningsreport=false # Merge in a file containing just Built-By attribute maven.jar.manifest=${basedir}/manifestMods.txt 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=607802&r1=607801&r2=607802&view=diff ============================================================================== --- commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml (original) +++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml Mon Dec 31 21:22:33 2007 @@ -203,6 +203,17 @@ + + + maven + maven-javadoc-plugin + 1.8 + http://maven.apache.org/maven-1.x/plugins/javadoc/ + plugin + + <b>Site</b> only + + @@ -265,14 +276,13 @@ - maven-changes-plugin maven-javadoc-plugin + maven-changes-plugin maven-jdepend-plugin maven-jdiff-plugin maven-junit-report-plugin maven-jxr-plugin maven-license-plugin - maven-tasklist-plugin Added: commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/cvs-usage.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/cvs-usage.xml?rev=607802&view=auto ============================================================================== --- commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/cvs-usage.xml (added) +++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/cvs-usage.xml Mon Dec 31 21:22:33 2007 @@ -0,0 +1,55 @@ + + + + + + Source repository + Commons Documentation Team + + + +
+

+ Apache Commons pool is hosted on the Apache + subversion repository. +

+

+ The project URL is:
+ http://svn.apache.org/repos/asf/commons/proper/pool/trunk +

+

+ The best way to view the repository is via the + + subversion viewer. +

+

+ The alternative is to use the + + native subversion display. +

+

+ For more information on subversion and creating patches see the + + Apache Contributors Guide. +

+
+ + +
\ No newline at end of file Propchange: commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/cvs-usage.xml ------------------------------------------------------------------------------ svn:eol-style = native Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/navigation.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/navigation.xml?rev=607802&r1=607801&r2=607802&view=diff ============================================================================== --- commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/navigation.xml (original) +++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/xdocs/navigation.xml Mon Dec 31 21:22:33 2007 @@ -28,9 +28,9 @@ - + - +