Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 84931 invoked from network); 7 Apr 2009 21:05:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2009 21:05:00 -0000 Received: (qmail 96540 invoked by uid 500); 7 Apr 2009 21:04:59 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 96504 invoked by uid 500); 7 Apr 2009 21:04:59 -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 96496 invoked by uid 99); 7 Apr 2009 21:04:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2009 21:04:59 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.82.107.6] (HELO red.amberpoint.com) (63.82.107.6) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2009 21:04:53 +0000 Received: from [127.0.0.1] (john-emersons-macbook-pro-3.local [10.10.12.164] (may be forged)) by red.amberpoint.com (8.13.8/8.13.8) with ESMTP id n37L4TpJ011575 for ; Tue, 7 Apr 2009 14:04:31 -0700 Message-ID: <49DBBFDC.1000507@amberpoint.com> Date: Tue, 07 Apr 2009 14:04:28 -0700 From: Bryan Pendleton User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: change model for adding upgrade support? References: <49DB55B0.2040305@amberpoint.com> <49DB5C1B.5000409@sun.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Dag H. Wanvik wrote: > Rick Hillegas writes: > > > > There is also Thanks Dag and Rick, that is all very helpful. I'm also noticing that line 480 of the *trunk* version of DataDictionaryImpl appears to still be set to 10.5: public void boot(boolean create, Properties startParams) throws StandardException { softwareVersion = new DD_Version(this, DataDictionary.DD_VERSION_DERBY_10_5); Shouldn't that be set to 10.6 at this point? Or do I do this as part of all the other upgrade testing work? thanks, bryan