Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 49602 invoked from network); 15 Mar 2008 06:11:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Mar 2008 06:11:09 -0000 Received: (qmail 14579 invoked by uid 500); 15 Mar 2008 06:11:04 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 14494 invoked by uid 500); 15 Mar 2008 06:11:04 -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 14485 invoked by uid 99); 15 Mar 2008 06:11:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2008 23:11:04 -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 flamefew@gmail.com designates 209.85.198.185 as permitted sender) Received: from [209.85.198.185] (HELO rv-out-0910.google.com) (209.85.198.185) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Mar 2008 06:10:26 +0000 Received: by rv-out-0910.google.com with SMTP id k20so3472042rvb.30 for ; Fri, 14 Mar 2008 23:10:37 -0700 (PDT) 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=AJOaIPAkUYnzKqNDtm2KAdifElkzV26/w/g4hg68/kY=; b=jfBkYcdzZFGvjraEMpFsDIB8W3pilAuAKtXbDv4YWEihXp31O2Yr1/VUa9q5Eh3sKVpXb2pM8XQwt0DzidR36f9r86pCWMCCR8braKi0UtI+9Vv+yQlBvqJf0jBLjL3B9zI6rHDHP5mx3ejj1PzjjCoECAymsDdp/PpAzD0JF9E= 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=nPmPtX6KAGVo5HWjCQG4HDyq0vZH/dNbJCsLyYiWZvG5D6QMxXCnp3KiqKShUNo4rhWBdfN39OUOj/EdyvdRmQqLpPk0BVN86qxYGBEdgTIdgL5bqiVw+xW+gRGNLuyRi8nT8TzRxdjJN+SEgi9pHcXe9Fsv5kkuxNNZAihlX9U= Received: by 10.114.191.1 with SMTP id o1mr13347523waf.117.1205561436230; Fri, 14 Mar 2008 23:10:36 -0700 (PDT) Received: by 10.115.91.8 with HTTP; Fri, 14 Mar 2008 23:10:36 -0700 (PDT) Message-ID: <31cc37360803142310u30388e6amdd351b2ab9557f6f@mail.gmail.com> Date: Fri, 14 Mar 2008 23:10:36 -0700 From: "Henri Yandell" To: "Jakarta Commons Developers List" Subject: Re: [VOTE] Release Lang 2.4 (RC2) In-Reply-To: <94C476C03BFF5E42AC3518FDAC9643C473E0BEA16E@HQMAIL.rocketsoftware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <31cc37360803140032p220ec28asb6ee8f7614e815b1@mail.gmail.com> <94C476C03BFF5E42AC3518FDAC9643C473E0BEA16E@HQMAIL.rocketsoftware.com> X-Virus-Checked: Checked by ClamAV on apache.org Compiling against 1.2, we have only one inconsistency. The enums package uses WeakHashMap's Map constructor. That wasn't added until 1.3. Not that I could get my JDK 1.2.2 install and the Ant 1.5.4 install to work happily together [or Ant 1.7.0]; however using javac by hand showed that the above is the only problem. I'm going to change that code to use the empty constructor and then use putAll(Map). I can't download 1.1 currently, Sun's site is down. However, WeakHashMap wasn't available until 1.2 and I don't see us changing that. So despite the target JDK of 1.1, we are 1.2 dependent in reality. Hen On Fri, Mar 14, 2008 at 6:08 PM, Gary Gregory wrote: > The build looks good on all 9 SDKs I tested: > http://garygregory.com/os/builds/commons-lang-2.4/index.html > > In the Jar manifest I see: > > X-Compile-Source-JDK: 1.3 > X-Compile-Target-JDK: 1.1 > > I know our sources are 1.3 compatible since I just tried it (see report above). > > But 1.1 compatible? I doubt that. It seems like both should be 1.3. > > Thoughts? > > Thank you, > Gary > > > > > -----Original Message----- > > From: Henri Yandell [mailto:flamefew@gmail.com] > > Sent: Friday, March 14, 2008 12:32 AM > > To: Commons Developers List > > Subject: [VOTE] Release Lang 2.4 (RC2) > > > > Here's the Lang 2.4 RC2 for your delectation: > > > > http://people.apache.org/~bayard/staging/commons-lang-2.4-rc2/ > > > > It's built from an export of > > https://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_2_4_RC2 > > and the Ant build built fine for me under JDK 1.3. > > > > Note: The findbugs and cobertura reports are commented out in the > > pom.xml because they were causing OutOfMemory errors. One of the > > website files will need updating with the release date. > > > > Changes since RC1 are: > > > > * Fix to project.xml and pom.xml so the developer lists are the same. > > * Hardcode the version into the src/assembly/src.xml to get around a Maven bug. > > * Fix to the site nav javadoc link to be 2.4 and not 2.3. > > > > Should we release it? > > > > [ ] +1 > > [ ] -1 > > > > Thanks, > > > > Hen > > > > > > --------------------------------------------------------------------- > > 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 > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org