From dev-return-116779-apmail-commons-dev-archive=commons.apache.org@commons.apache.org Wed Nov 04 17:18:38 2009 Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 10510 invoked from network); 4 Nov 2009 17:18:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Nov 2009 17:18:38 -0000 Received: (qmail 89633 invoked by uid 500); 4 Nov 2009 17:18:37 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 89500 invoked by uid 500); 4 Nov 2009 17:18:37 -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 89490 invoked by uid 99); 4 Nov 2009 17:18:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2009 17:18:37 +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; Wed, 04 Nov 2009 17:18:26 +0000 Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 455D9BEF27 for ; Wed, 4 Nov 2009 12:18:04 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 04 Nov 2009 12:18:06 -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=Wtd42d8YjCOYJwMkN2W40DR1hio=; b=YBN3WFPL/dFBjwgRJFIpkhdTrJuszp60Y26CuecAmqEEkPxP9a5iKsvyjgUKe23b2ScBHV9ikJ3zucS1W4bOKTEnFZxu37ZRzmsgChJwEZjoq3cQ8wW9glCdwQRrb5RJlfN52MunWHYcv47qX1Q3fr0APEHjCxNJeMx1+jQ39/4= X-Sasl-enc: eF0CnD6A5hcJnLjPGWndvXY7/lnJTSmQemjaHf8wgleM 1257355084 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 E63763511 for ; Wed, 4 Nov 2009 12:18:03 -0500 (EST) Date: Wed, 4 Nov 2009 09:18:05 -0800 (Pacific Standard Time) From: Dan Fabulich To: Commons Developers List Subject: Re: [dbutils] binary compatibility In-Reply-To: Message-ID: References: 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: MULTIPART/MIXED; BOUNDARY="676656793-7821-1257355087=:4904" X-Virus-Checked: Checked by ClamAV on apache.org --676656793-7821-1257355087=:4904 Content-Type: TEXT/PLAIN; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT Jörg Schaible wrote: > Maybe you can use the src tarball from 1.2, change group and artifact id to > something local, drop the Java source from main and add 1.3-SNAPSHOT as > dependency. Then you should be able to run with this POM the tests of 1.2 > with code base of 1.3. That test passes, though I don't think that's technically a test of binary compatibility, since it's compiling the tests against 1.3. So for my second test I did "mvn clean test" on the 1.2 source, then deleted the "classes" directory and added 1.3 as a dependency, so the previously compiled test classes would run against 1.3 binaries. That test passed, too. I think we're good! -Dan --676656793-7821-1257355087=:4904 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org --676656793-7821-1257355087=:4904--