Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 73706 invoked from network); 27 Apr 2006 14:50:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Apr 2006 14:50:34 -0000 Received: (qmail 45429 invoked by uid 500); 27 Apr 2006 14:50:00 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 45385 invoked by uid 500); 27 Apr 2006 14:50:00 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 45367 invoked by uid 99); 27 Apr 2006 14:50:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2006 07:50:00 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mkienenb@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nproxy.gmail.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2006 07:49:59 -0700 Received: by nproxy.gmail.com with SMTP id x30so1310631nfb for ; Thu, 27 Apr 2006 07:49:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=itbCpEBZWOgmMGaXdoaee9VCa2GEB5NvWDnk5fOc/oSX61AsloN8dw8Gc5/3cJtYx27gtt4pgpS50GC9P1ad9XugHm1P1uFgrkVn8T4xdcYseVs8zrvwn6iq5ajVcSBfkA5+40qd67PRMaIRfYa/1Oh08+L2EGpoUd9BPthbOVc= Received: by 10.48.80.12 with SMTP id d12mr1563100nfb; Thu, 27 Apr 2006 07:49:38 -0700 (PDT) Received: by 10.48.216.7 with HTTP; Thu, 27 Apr 2006 07:49:38 -0700 (PDT) Message-ID: <8f985b960604270749p6b9eb9fahc3085a458f15c3a1@mail.gmail.com> Date: Thu, 27 Apr 2006 10:49:38 -0400 From: "Mike Kienenberger" To: "MyFaces Dev mailing list" Subject: Suggestion: Jira issues for all non-sandbox changes MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N One of the things we do for the Cayenne project which has really helped the Cayenne team out is to create a Jira issue for all changes. This makes creating release notes (as well as tracking behavior changes) easy -- there's always a record of it in issue tracking system. I'd like to suggest that MyFaces begins to do the same thing for Impl and Tomahawk. I don't consider it to be as important for sandbox components. As things stand, someone might fix an unreported bug in snapshot, but someone else using a released version reports it later, and no one (other than the fixer) knows that it's already been taken care of. Worse is the case where someone changes behavior, creating a new problem "somewhere" in the code, but no one knows who or exactly where short of searching through every commit message, and the original person changing the code isn't monitoring the discussion on the issue.