Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 25978 invoked from network); 20 Mar 2006 17:03:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Mar 2006 17:03:07 -0000 Received: (qmail 42592 invoked by uid 500); 20 Mar 2006 17:03:06 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 42370 invoked by uid 500); 20 Mar 2006 17:03:05 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 42361 invoked by uid 99); 20 Mar 2006 17:03:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Mar 2006 09:03:05 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.98.36] (HELO brmea-mail-4.sun.com) (192.18.98.36) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Mar 2006 09:03:04 -0800 Received: from phys-d3-ha21sca-2 ([129.145.155.165]) by brmea-mail-4.sun.com (8.12.10/8.12.9) with ESMTP id k2KH2iuf024432 for ; Mon, 20 Mar 2006 10:02:44 -0700 (MST) Received: from conversion-daemon.ha21sca-mail1.sfbay.sun.com by ha21sca-mail1.sfbay.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) id <0IWF00B01RC8DE@ha21sca-mail1.sfbay.sun.com> (original mail from Richard.Hillegas@Sun.COM) for derby-dev@db.apache.org; Mon, 20 Mar 2006 09:03:47 -0800 (PST) Received: from [129.150.24.49] (vpn-129-150-24-49.SFBay.Sun.COM [129.150.24.49]) by ha21sca-mail1.sfbay.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) with ESMTP id <0IWF006R3REB4S@ha21sca-mail1.sfbay.sun.com> for derby-dev@db.apache.org; Mon, 20 Mar 2006 09:03:47 -0800 (PST) Date: Mon, 20 Mar 2006 09:02:51 -0800 From: Rick Hillegas Subject: Re: Signal to noise on derby-dev In-reply-to: <441ED190.2050402@apache.org> To: derby-dev@db.apache.org Message-id: <441EE03B.4050600@sun.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) References: <441B5DEB.7000907@sun.com> <441C67D9.8090605@apache.org> <441ED190.2050402@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I would be surprised if the subject lines of these granular JIRAs made their way into the Release Notes. We subdivide tasks into bite-sized JIRAs to help developers and reviewers digest large features. I think we'll just confuse our customers if we expose this detail of our development process. For the sample JIRA below, I don't think the customer will appreciate either the existing subject line or the proposed replacement. Instead, I would recommend that the Release Notes provide some composite summary, describing which high level JDBC4 features we support and which we don't. Regards, -Rick Daniel John Debrunner wrote: >Dyre.Tjeldvoll@Sun.COM wrote: > > > >>If you are going to add a method to a class, what should the title be, >>exactly? Can you please give an example of a more descriptve title? >> >> > >Take DERBY-953 > >Subject is "Add miscellaneous Statement methods introduced by JDBC 4", >that's the subject that jira uses for the e-mails for comments on this >bug. Not very descriptive of what the issue is addressing. > >Something like would be more useful: > >Implement JDBC4's Statement.isClosed() and >Statement.getResultSetHoldability(). > >Also the subject of a bug gets put into the release notes, it's helpful >if the subject provides a clear consise description issue or enhancement. > >Dan. > > >