From dev-return-116824-apmail-commons-dev-archive=commons.apache.org@commons.apache.org Sun Nov 08 18:10:25 2009 Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 64759 invoked from network); 8 Nov 2009 18:10:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Nov 2009 18:10:24 -0000 Received: (qmail 38468 invoked by uid 500); 8 Nov 2009 18:10:24 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 38328 invoked by uid 500); 8 Nov 2009 18:10:24 -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 38318 invoked by uid 99); 8 Nov 2009 18:10:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 18:10:24 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [66.111.4.28] (HELO out4.smtp.messagingengine.com) (66.111.4.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2009 18:10:13 +0000 Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id E2E4DBDF0D for ; Sun, 8 Nov 2009 13:09:52 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 08 Nov 2009 13:09:52 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:from:to:subject:in-reply-to:message-id:references:mime-version:content-type; s=smtpout; bh=rVI/gRpywkNopkjs+qbvWtTpv8Y=; b=NcJ7qPXxyqT/aKZAk2csrQtFySpoT1qkmt7QXp5Dpw/UP2oLcCO7Xp4KGiJK+qpKELcAQ/VRKV+hcaOxUowkYTbIPLGcO/8WTbS4rLbpUmd4C7YkKIzNXBg3k01H0EZCIg/FPAlp9srvZHnc35PRvAjNoQFJnmOX0K7f0xIQjtw= X-Sasl-enc: 3JJwSmrT6U4b/JEY89MVfteHhReqIZXmcBZoHCMdHarT 1257703792 Received: from danfabulich-e.rf.lan (adsl-75-15-23-182.dsl.pltn13.sbcglobal.net [75.15.23.182]) by mail.messagingengine.com (Postfix) with ESMTPSA id 5A5254A8E32 for ; Sun, 8 Nov 2009 13:09:52 -0500 (EST) Date: Sun, 8 Nov 2009 10:09:50 -0800 (Pacific Standard Time) From: Dan Fabulich To: Commons Developers List Subject: Re: [VOTE] Release of DbUtils 1.3 RC3 In-Reply-To: <4AF6FAC6.5060503@oliver-heger.de> Message-ID: References: <4AF6FAC6.5060503@oliver-heger.de> User-Agent: Alpine 2.00 (WNT 1167 2008-08-23) X-X-Sender: dfabulich@warpmail.net@mail.messagingengine.com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org D'oh! Good catch... Oliver Heger wrote: > I tried to build the sources on a JDK 1.5 and got the following errors: > > D:\data\projects\OpenSource\dbutils\commons-dbutils-1.3-src\src\java\org\apache\ > commons\dbutils\wrappers\SqlNullCheckedResultSet.java:[216,53] cannot find > symbol > symbol : method copyOf(byte[],int) > location: class java.util.Arrays > > D:\data\projects\OpenSource\dbutils\commons-dbutils-1.3-src\src\java\org\apache\ > commons\dbutils\wrappers\SqlNullCheckedResultSet.java:[452,31] cannot find > symbol > symbol : method copyOf(byte[],int) > location: class java.util.Arrays > > The Arrays.copyOf() method was introduced in JDK 1.6. Shouldn't DbUtils 1.3 > be compatible with Java 1.5? > > Oliver > > Dan Fabulich schrieb: >> >> This release includes support for Java5 generics and varargs. >> >> For RC3 I fixed the CheckStyle and FindBugs errors, except for the "bad >> practice" bug of using getClass().getResourceAsStream(), which would >> probably require an API change. >> >> As noted in earlier RCs, I believe 1.3 to be a backwards compatible binary, >> but I'm still only 99% sure of this; clirr reports a bunch of compatibility >> errors that look like nonsense. I did run the compiled 1.2 tests against >> 1.3 and it looks OK. >> >> +1 from me! >> >> PS I, uh, accidentally overwrote 1.3 RC2 while uploading this version. You >> can still rebuild 1.3 RC2 from source if you need to see the binary diffs, >> but RC2 won't be officially released, so I don't think any real harm has >> been done. >> >> -- >> >> Tag: >> >> https://svn.apache.org/repos/asf/commons/proper/dbutils/tags/DBUTILS_1_3_RC3/ >> >> Site: >> >> http://people.apache.org/builds/commons/dbutils/1.3/RC3/site/index.html >> >> Binaries: >> >> http://people.apache.org/builds/commons/dbutils/1.3/RC3/staged/commons-dbutils/commons-dbutils/1.3/ >> >> [ ] +1 release it >> [ ] +0 go ahead I don't care >> [ ] -1 no, do not release it because >> >> >> >> --------------------------------------------------------------------- >> 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 > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org