Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 31524 invoked from network); 30 Oct 2010 04:56:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Oct 2010 04:56:44 -0000 Received: (qmail 31087 invoked by uid 500); 30 Oct 2010 04:56:43 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 30846 invoked by uid 500); 30 Oct 2010 04:56:43 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 30830 invoked by uid 99); 30 Oct 2010 04:56:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 04:56:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 04:56:42 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9U4uLBC005442 for ; Sat, 30 Oct 2010 04:56:22 GMT Message-ID: <28407474.154371288414581945.JavaMail.jira@thor> Date: Sat, 30 Oct 2010 00:56:21 -0400 (EDT) From: "Gary Gregory (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (POOL-178) Common interfaces and abstract classes for BOP and BKOP MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Common interfaces and abstract classes for BOP and BKOP ------------------------------------------------------- Key: POOL-178 URL: https://issues.apache.org/jira/browse/POOL-178 Project: Commons Pool Issue Type: Improvement Affects Versions: Nightly Builds Reporter: Gary Gregory Fix For: 2.0 Attachments: POOL-178.diff I have created a patch that IMO should make it easier for us to further refactor code. In brief, OP/BOP and KOP/BKOP do not have a common parent interface/class. This patch remedies this by pulling up the close/clear/getNumActive/getNumIdle methods into a new interface and class. This seems not very controversial (to me at least), so I would like to commit it (unless riots spread from Paris to this list.) Thoughts? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.