Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 38759 invoked from network); 29 Mar 2008 06:20:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Mar 2008 06:20:32 -0000 Received: (qmail 41548 invoked by uid 500); 29 Mar 2008 06:20:30 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 41503 invoked by uid 500); 29 Mar 2008 06:20:30 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 41492 invoked by uid 99); 29 Mar 2008 06:20:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2008 23:20:30 -0700 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: domain of tim.mcconne@gmail.com designates 209.85.132.242 as permitted sender) Received: from [209.85.132.242] (HELO an-out-0708.google.com) (209.85.132.242) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Mar 2008 06:19:49 +0000 Received: by an-out-0708.google.com with SMTP id d26so159634and.132 for ; Fri, 28 Mar 2008 23:20:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=kkc81LUHS+e1aBGWHC8FR8dhYLNTni5BTRyCAfmZSX0=; b=PDcCv1SR9OmUagejf18I6YtbAERTgUm49yXFM17Ns4WsqeIwGhFfBqAprAyQN9mP0U3Z9B5ENhAnhL35gf/mrzPLFtnTcmRaS7ayw/WsUI+Qjq4ePTgYFtU6vXWo6DXtTJs1a9Ur7xVgY9u+QbnBowkGUnAzXjZxiRnbYRnzWsM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=Z0aLUe/z1DSD0XWgojKF36wFEdKdSxa2l8ECpzjneEvgobBdPzQ1vrvU9/8ubCNZUE09B7k19u1ysHWdxsi14WBKJm7aQoZpMYRJGKugUHXIdZ+AxvjUXpXO2qHpJGHbqDNYI4NmmIt/tRIe2UgYWDEWHwXGmySQ7RihSYdtSUo= Received: by 10.101.70.5 with SMTP id x5mr8929266ank.93.1206771600395; Fri, 28 Mar 2008 23:20:00 -0700 (PDT) Received: from ?9.51.245.56? ( [32.97.110.142]) by mx.google.com with ESMTPS id i49sm2004923rne.0.2008.03.28.23.19.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 28 Mar 2008 23:19:58 -0700 (PDT) Message-ID: <47EDDF89.1070600@gmail.com> Date: Sat, 29 Mar 2008 02:19:53 -0400 From: Tim McConnell User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: "[GERONIMO] dev-list" Subject: [DISCUSS] GEP 2.1 support for v1.1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, The JAXB refactoring of the GEP 2.1.x code is almost complete for the 2.0.x and 2.1.x versions of the Geronimo servers. Most major functions are now working and we are much better positioned to handle future schema changes in a more timely manner. Traditionally, the GEP has supported 3 to 4 versions of the Geronimo server (primarily to provide a migration/upgrade path), and we had originally planned on supporting v1.1, v2.0.x, v2.1.x. However, since we are almost 2 months behind the release of the v2.1 Geronimo server I would like to discuss some possible alternatives for supporting the v1.1 Geronimo server in this release of the GEP: #1. Proceed with the JAXB refactoring work for the v1.1 code (obviously the most expensive in terms of time and testing required) #2. Leave the v1.1 support in the current EMF implementation (i.e., the JAXB and EMF implementations would co-exist) #3. Remove support altogether for v1.1 in this release of the GEP -- support only the v2.0 and v2.1 Geronimo servers (the least expensive in terms of time and testing required) I'm now of the opinion that we should pursue alternative #3 and remove v1.1 support entirely. My primary rationale is that the the old 2.0 release of the GEP can still be used to provide v1.1 server support, and still provides a migration path from v1.1 to v2.0. It's true that we would lose the v1.1 to v2.1 migration path, but this is mitigated somewhat since the support in the GEP for the v2.0 and v2.1 versions of the server is almost identical. Equally important is that we could then focus entirely on fixing the few remaining JIRAs and augmenting our JUnit testcases, and release the GEP 2.1 quicker (i.e., in the next week or 10 days). Thoughts ?? -- Thanks, Tim McConnell