Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 95439 invoked from network); 5 Feb 2008 05:44:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2008 05:44:56 -0000 Received: (qmail 3900 invoked by uid 500); 5 Feb 2008 05:44:47 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 3819 invoked by uid 500); 5 Feb 2008 05:44:47 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 3809 invoked by uid 99); 5 Feb 2008 05:44:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2008 21:44:47 -0800 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 flamefew@gmail.com designates 209.85.146.176 as permitted sender) Received: from [209.85.146.176] (HELO wa-out-1112.google.com) (209.85.146.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2008 05:44:18 +0000 Received: by wa-out-1112.google.com with SMTP id k34so2684625wah.10 for ; Mon, 04 Feb 2008 21:44:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=s9Dey7RE8rfw3mzYdA2DDL9pJcIXIjCyytO/O2c0gMg=; b=bh5IwRscllEpa20gUliHbg2T7ohBl4pm5MR4oZ7GrWuPJ2E5tba6/yZ3YQXrQDACTYpMplV4n1AGCJwAjX5p3g3dtvO1JYF2PF79p4kopWKohW3FiCfCXO1Uxl564F3d+6qZz2LF+50Vftq/GJW2ERegKJA8nSgulGyowjPSPFY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IjQCnu0whSpOZab8M3fQ7aPP7D2+9o8ASY2cEYDX4MMPbYeawNrdrSx9vPjS+Ni9bMGy8mvZ8N7jXJnWzzrh60ohXx6ZH3Y6dCwtPJfZQXfjCbRcm4XqN/CNnR4J2SlrqTLej5SsdCNV1xcuMw1FqviXuAjr/6uHGAiAKp8MwrQ= Received: by 10.114.73.1 with SMTP id v1mr715430waa.16.1202190262689; Mon, 04 Feb 2008 21:44:22 -0800 (PST) Received: by 10.114.145.6 with HTTP; Mon, 4 Feb 2008 21:44:22 -0800 (PST) Message-ID: <31cc37360802042144t2d0a79cana829f0a3088fe477@mail.gmail.com> Date: Mon, 4 Feb 2008 21:44:22 -0800 From: "Henri Yandell" To: "Jakarta Commons Developers List" Subject: Re: [io] 2.0 Moving to minimum of JDK 1.5 In-Reply-To: <55afdc850802042047u29b4507fg2f26e3f355c2205e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <55afdc850802042047u29b4507fg2f26e3f355c2205e@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Feb 4, 2008 8:47 PM, Niall Pemberton wrote: > We've discussed moving to a minimum of JDK 1.5 for IO 2.0 previously - > theres also an JIRA report here: > http://issues.apache.org/jira/browse/IO-140 > > From memory the preference was to move to a new package name - how > about "org.apache.commons.io2"? For Collections it makes sense as there's a big API change planned. For the others, I think they should charge in and see what kind of API changes are required. If we're talking small ones, then I'd prefer not to. I continue to not think that the next major version of a jar has to kill itself over backwards compatibility (ie: what's the point of a major version). > Are there any objections to me creating an IO 1.4 branch from the > current trunk and then starting work on IO 2.0 in the trunk. Any need to make the branch? ie) Wait until you need it; as long as you have a tag of the latest release you can always branch from that. > Initial plans would be: > > - rename to the new package > - remove deprecated items > - Making appropriate JDK 1.5 changes (generics, using StringBuilder > and new Appendable for Writers etc). I'd move the new package one to 3rd rather than 1st. Hen --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org