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 58E4710D78 for ; Tue, 8 Oct 2013 20:51:20 +0000 (UTC) Received: (qmail 50438 invoked by uid 500); 8 Oct 2013 20:51:00 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 50076 invoked by uid 500); 8 Oct 2013 20:50:56 -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 49867 invoked by uid 99); 8 Oct 2013 20:50:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Oct 2013 20:50:51 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [78.142.189.74] (HELO orange.it-room.net) (78.142.189.74) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Oct 2013 20:50:46 +0000 Received: from localhost (localhost [127.0.0.1]) by orange.it-room.net (Postfix) with ESMTP id 886A110A003 for ; Tue, 8 Oct 2013 22:50:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at it-room.net Received: from orange.it-room.net ([127.0.0.1]) by localhost (orange.it-room.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kT29z4uyVdu0 for ; Tue, 8 Oct 2013 22:50:24 +0200 (CEST) Received: from [10.250.131.92] (178.115.2.92.wireless.dyn.drei.com [178.115.2.92]) by orange.it-room.net (Postfix) with ESMTPSA id 5206510A001 for ; Tue, 8 Oct 2013 22:50:24 +0200 (CEST) Subject: Re: [DISCUSS] API compatibility policy References: <5253C871.2050307@apache.org> <8738oc5b31.fsf@v35516.1blu.de> From: Siegfried Goeschl Content-Type: text/plain; charset=utf-8 X-Mailer: iPad Mail (11A465) In-Reply-To: Message-Id: Date: Tue, 8 Oct 2013 22:50:24 +0200 To: Commons Developers List Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) X-Virus-Checked: Checked by ClamAV on apache.org That's a reasonable style of versioning :)=20 I had many issues with binary compatibilty with a commons-email release due t= o changing the return value from void to a this reference plus some moving o= f constants. You basically end up with either many restrictions or creating m= ajor releases Cheers, Siegfried Goeschl > Am 08.10.2013 um 12:40 schrieb Torsten Curdt : >=20 > Cannot remember which component from the top of my head - but it was > related to package name changes. >=20 > My style of thinking: x.y.z >=20 > x - no compatibility > y - source compatibility > z - binary compatibility >=20 > is simple and makes sense. >=20 > It's OK to put some burden on the users when upgrading - as long as the > expectations are set correctly. > But I am pretty sure we discussed that before and some people did not agre= e. >=20 > cheers, > Torsten >=20 >=20 >> On Tue, Oct 8, 2013 at 12:08 PM, Stefan Bodewig wrot= e: >>=20 >>> On 2013-10-08, Emmanuel Bourg wrote: >>>=20 >>> Le 07/10/2013 20:14, Benedikt Ritter a =C3=A9crit : >>=20 >>>> - loosen API compatibility policy? >>=20 >>> This topic alone deserves its own thread I think. >>=20 >>> Ensuring binary/source compatibility is very important. >>=20 >> +1 >>=20 >> I guess I've done too much ruby with "every bundle update runs the risk >> of breaking everything" lately. I really value the stability commons >> provides. >>=20 >> That being said, I'm sure there are cases where our policy seems >> stricter than it needs to be - even though I haven't seen a really >> difficult case in the one component I contribute to. >>=20 >> Stefan >>=20 >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >> For additional commands, e-mail: dev-help@commons.apache.org >>=20 >>=20 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org