Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D9D2B7F28 for ; Fri, 22 Jul 2011 07:02:02 +0000 (UTC) Received: (qmail 83020 invoked by uid 500); 22 Jul 2011 07:01:58 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 82349 invoked by uid 500); 22 Jul 2011 07:01:31 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 82328 invoked by uid 99); 22 Jul 2011 07:01:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2011 07:01:22 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.220.171 as permitted sender) Received: from [209.85.220.171] (HELO mail-vx0-f171.google.com) (209.85.220.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2011 07:01:14 +0000 Received: by vxh11 with SMTP id 11so1700073vxh.30 for ; Fri, 22 Jul 2011 00:00:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=/NPdY48sxQacp4mK+zwR1CzWInlFegIYn0EUS/kVLPU=; b=hNpFxgS1tWVCBsBgT+xY/tNdxY+h2WYSD5RcXw7uW7V9mGDoPEu0F0gNi6806T5urO /QoghoO+cZutmfTo94yxXVHQ6C1o8f9xiPVn13yvTXOmmdM0Nke0H6PsX1PX+qlZXgzo 9wqFGP9EioDV3KlDiQyVIR/citLuMD7s+s/p4= MIME-Version: 1.0 Received: by 10.52.172.174 with SMTP id bd14mr1183644vdc.327.1311318053921; Fri, 22 Jul 2011 00:00:53 -0700 (PDT) Received: by 10.220.162.85 with HTTP; Fri, 22 Jul 2011 00:00:53 -0700 (PDT) In-Reply-To: <8762mv7xtb.fsf@v35516.1blu.de> References: <8762mv7xtb.fsf@v35516.1blu.de> Date: Fri, 22 Jul 2011 08:00:53 +0100 Message-ID: Subject: Re: [compress] Proposed Roadmap From: sebb To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 22 July 2011 05:18, Stefan Bodewig wrote: > Hi all, > > From the responses in the Java5 thread I propose the following. > > (1) Release current trunk minus a few lines of code I already added for > =A0 =A0initial Zip64 support plus some minor changes ASAP as 1.2 > > (2) Require Java5, use minimal Java5 language features to make compiler > =A0 =A0warnings go away, Zip64 and Pack200, maybe some other JIRAs, > =A0 =A0release 1.3 > > (3) Completely embrace Java5, use generics and enums, switch package > =A0 =A0name to compress2 and tackle the backwards incompatible changes we= 'd > =A0 =A0like to take. > > This is not a vote, yet, but if there seems to be consensus I volunteer > to be the release manager of the next release and drive the process with > a more concrete proposal for the 1.2 release. Sounds good in general. However, I'm not sure one can prevent the compiler warnings without either adding generics or adding @SuppressWarnings to the classes (which will later need to be removed, so any such additions should be flagged as temporary). We shall see. > Sure, I've never done any release in Commons before (or performed any > release with mvn at all) so this may slow down the whole process by a > few days and make me ask embarassing questions, but I think we can live > with that. > > As far as timeline goes, I see the 1.2 release really soon as in "next > week" while 1.3 probably is a few weeks of coding away. =A0Right now my > available time comes in bursts and I have a pretty clear picture of how > to implement Zip64 but cannot reliably estimate when it will be ready. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org