Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 2810 invoked from network); 20 Nov 2006 10:49:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2006 10:49:51 -0000 Received: (qmail 32510 invoked by uid 500); 20 Nov 2006 10:50:01 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 32475 invoked by uid 500); 20 Nov 2006 10:50:01 -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 32466 invoked by uid 99); 20 Nov 2006 10:50:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 02:50:01 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.18.1.36] (HELO gmp-ea-fw-1.sun.com) (192.18.1.36) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Nov 2006 02:49:47 -0800 Received: from d1-emea-09.sun.com ([192.18.2.119]) by gmp-ea-fw-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id kAKAnPs2000575 for ; Mon, 20 Nov 2006 10:49:26 GMT Received: from conversion-daemon.d1-emea-09.sun.com by d1-emea-09.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) id <0J9000G01Z89PV00@d1-emea-09.sun.com> (original mail from Vemund.Ostgaard@Sun.COM) for derby-dev@db.apache.org; Mon, 20 Nov 2006 10:49:25 +0000 (GMT) Received: from [129.159.112.244] by d1-emea-09.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPSA id <0J9000MUFZEC06W3@d1-emea-09.sun.com> for derby-dev@db.apache.org; Mon, 20 Nov 2006 10:49:25 +0000 (GMT) Date: Mon, 20 Nov 2006 11:49:24 +0100 From: Vemund Ostgaard Subject: Re: Issues that are fixed in trunk and needs to be reviewed for porting to 10.2 branch In-reply-to: <45615245.9020907@gmail.com> Sender: Vemund.Ostgaard@Sun.COM To: derby-dev@db.apache.org Message-id: <45618834.9010000@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en References: <45615245.9020907@gmail.com> User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7.12) Gecko/20050927 X-Virus-Checked: Checked by ClamAV on apache.org Rajesh Kartha wrote: > Hello, > > I am yet to find a simple way in JIRA to review the list of issues > which are fixed in trunk and could be ported to > branches. > > Anyways, I wrote a simple utility to dump all the DERBY related JIRA > data into a database and enable me to > run SQL queries. > (If the community thinks such a utility might be useful for Derby, I > am more than happy to contribute that). +1 I think that could be useful for Derby if we want to implement some metrics based on the information in Jira for instance. Vemund