Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3006CCA69 for ; Thu, 25 Jul 2013 15:34:49 +0000 (UTC) Received: (qmail 99445 invoked by uid 500); 25 Jul 2013 15:34:48 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 99070 invoked by uid 500); 25 Jul 2013 15:34:47 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 99062 invoked by uid 99); 25 Jul 2013 15:34:47 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jul 2013 15:34:47 +0000 Received: from localhost (HELO s2laptop.dev.local) (127.0.0.1) (smtp-auth username markt, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jul 2013 15:34:46 +0000 Message-ID: <51F14594.6080506@apache.org> Date: Thu, 25 Jul 2013 16:34:44 +0100 From: Mark Thomas User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Commons Developers List Subject: Re: svn commit: r1506954 - in /commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2: ./ impl/ References: <20130725131004.EE457238888A@eris.apache.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 25/07/2013 15:53, sebb wrote: > On 25 July 2013 14:10, wrote: >> Author: markt >> Date: Thu Jul 25 13:10:04 2013 >> New Revision: 1506954 >> >> URL: http://svn.apache.org/r1506954 >> Log: >> DBCP-229 >> Make stack trace of borrowing available to help ID leaks. >> This change makes some information available about objects in the pool (borrowed and idle) via JMX. More information can be exposed if required. >> >> Added: >> commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/DefaultPooledObjectInfo.java (with props) >> commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/DefaultPooledObjectInfoMBean.java (with props) > > AL headers? Sorry. I was trying lots of different things and was leaving things like headers out as I was creating and deleting a lot of classes. I meant to put them in the final version and forgot. I'll do that now. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org