Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 45BFD200AC8 for ; Tue, 7 Jun 2016 20:56:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 443EF160A36; Tue, 7 Jun 2016 18:56:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 88D83160968 for ; Tue, 7 Jun 2016 20:56:19 +0200 (CEST) Received: (qmail 87941 invoked by uid 500); 7 Jun 2016 18:56:18 -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 87930 invoked by uid 99); 7 Jun 2016 18:56:18 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2016 18:56:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E8FE6180592 for ; Tue, 7 Jun 2016 18:56:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.413 X-Spam-Level: * X-Spam-Status: No, score=1.413 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_MSPIKE_H2=-0.001, RCVD_IN_SORBS_WEB=0.614] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id UYX6Jebx2DGj for ; Tue, 7 Jun 2016 18:56:16 +0000 (UTC) Received: from smtp687.redcondor.net (smtp687.redcondor.net [208.80.206.87]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id EEB945F1E5 for ; Tue, 7 Jun 2016 18:56:15 +0000 (UTC) Received: from mailproxy11.neonova.net ([137.118.22.76]) by smtp687.redcondor.net ({f50aeeea-7a14-4dd3-bdda-1246754c15b3}) via TCP (outbound) with ESMTP id 20160607185608090_0687 for ; Tue, 07 Jun 2016 18:56:08 +0000 X-RC-FROM: X-RC-RCPT: Received: from [10.0.46.168] (unknown [208.93.128.118]) (Authenticated sender: ralph.goers@dslextreme.com) by mailproxy11.neonova.net (Postfix) with ESMTPA id 2DCFD36006A for ; Tue, 7 Jun 2016 14:56:04 -0400 (EDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: [BCEL] next compatible release version number - 5.3 or 6.0? From: Ralph Goers In-Reply-To: Date: Tue, 7 Jun 2016 11:56:03 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <20F3932B-1A08-4D6A-84DA-0CEC5E822983@dslextreme.com> References: <2447769.KL3uinzuLV@pinguin> <5272424.PUgU6YUzV8@pinguin> <77E6B6D0-A0BC-4964-A3A9-2D3E81111C61@dslextreme.com> To: Commons Developers List X-Mailer: Apple Mail (2.3124) X-DLP-ENABLED: 137.118.22.64/27 X-MAG-OUTBOUND: greymail.redcondor.net@137.118.22.64/27 archived-at: Tue, 07 Jun 2016 18:56:20 -0000 I have no problem with changing the artifactId to Foo2 and the packages = to match and then starting at 1.0. I=E2=80=99d also be OK with = increasing the version number. If the API really is incompatible IMO = changing the artifactId is the best indicator of that. Ralph > On Jun 7, 2016, at 11:47 AM, Matt Sicker wrote: >=20 > What version number would you use to indicate that the API barely = matches > anymore then? Different group or artifact IDs? >=20 > On 7 June 2016 at 12:12, Ralph Goers = wrote: >=20 >> Actually, a 6.0 release with the same coordinates would imply that = there >> are behavioral changes but the API is sufficiently compatible that = you >> won=E2=80=99t get things like NoSuchMethodError. >>=20 >> Ralph >>=20 >>> On Jun 7, 2016, at 9:33 AM, Andrey Loskutov wrote: >>>=20 >>> On Tuesday 07 June 2016 17:26 sebb wrote: >>>> On 7 June 2016 at 17:18, Andrey Loskutov wrote: >>>>> On Tuesday 07 June 2016 17:15 sebb wrote: >>>>>> There have been quite a lot of changes to BCEL since 5.2. >>>>>>=20 >>>>>> Lots of places currently mention 6.0 (@since; JIRA; probably >> elsewhere). >>>>>>=20 >>>>>> So whilst 5.3 might be OK as the next release version, it's going = to >>>>>> be a lot of work to change all the references. >>>>>>=20 >>>>>> I therefore propose we should use 6.0 for the backwards = compatible >>>>>> release using the original Java package names and Maven = coordinates. >>>>>>=20 >>>>>> A subsequent incompatible release can always use 7.0. >>>>>=20 >>>>> +1 for 6.0. >>>>> Even if BCEL trunk code after some backwards compatible changes = will >> don't break the BC, it most likely will break the behavior. >>>>=20 >>>> Hopefully not, otherwise it negates most of the reasons for = providing >>>> a compatible release. >>>>=20 >>>> It may be acceptable to break behaviour in such a way that only a = few >>>> unusual use cases are broken, but if every downstream user has to >>>> recode their app then there's no point in striving for BC. >>>>=20 >>>> AIUI the whole point of the exercise is to provide a drop-in = release. >>>=20 >>> As I saw in FindBugs after experimental port to BCEL6 ( >> https://issues.apache.org/jira/browse/BCEL-273), one still need to = care >> about behavior changes - it is a major release. >>> And this is acceptable for me as a user of that API, because I know = that >> nothing is for free. >>> But the hope is that this can be handled with much smaller effort = and >> without affecting / breaking other 3rd party libraries. >>> So in best case this is a drop-in, in *worst* case one need to fix = some >> smaller issue here and there, but it is definitely not a nightmare of >> changing *everything*, entire software stack, just to be able to run = on >> Java 7/8. >>>=20 >>> -- >>> Kind regards, >>> google.com/+AndreyLoskutov >>>=20 >>> = --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >>> For additional commands, e-mail: dev-help@commons.apache.org >>>=20 >>>=20 >>=20 >>=20 >>=20 >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >> For additional commands, e-mail: dev-help@commons.apache.org >>=20 >>=20 >=20 >=20 > --=20 > Matt Sicker --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org