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 EF68111219 for ; Mon, 28 Jul 2014 18:34:32 +0000 (UTC) Received: (qmail 84485 invoked by uid 500); 28 Jul 2014 18:34:32 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 84339 invoked by uid 500); 28 Jul 2014 18:34:32 -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 84320 invoked by uid 99); 28 Jul 2014 18:34:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jul 2014 18:34:31 +0000 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 74.125.82.179 as permitted sender) Received: from [74.125.82.179] (HELO mail-we0-f179.google.com) (74.125.82.179) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jul 2014 18:34:27 +0000 Received: by mail-we0-f179.google.com with SMTP id u57so7811999wes.24 for ; Mon, 28 Jul 2014 11:34:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=7ooOReGj/iOe7EgUmazrjavivzQsPIG0WqedZ6HGgHc=; b=o+cIsxwfYKspCMM/tMUleB3Fpu5MHAPyR03HbDquPKm9PdREx3/nfhawfPzewom8LY L5MHCC/OYq/va/h65WY+e3zHXDDe9L2W/VtrQgKpyT79vP3wFWTA2WKhdicMhRH61vgX am3/YqMQ4zBskKbgvhZPhB6XVJyfy9UQ3T8lAds0Rb/EK8GLpXeueWbs5UgVWbdw9jND axMoG1VJQceDgrHu3QLlRa5A38EovaTCHmZTqndl/k6CivarE+OY9nwjNlvYFef3siKk 1VX8rz4/KPA/a524gSID8rNXzFTK84o5CNGg/p42kvCBnvC0L0NWzqOsPcSOyqgwWLG2 29oQ== MIME-Version: 1.0 X-Received: by 10.194.103.38 with SMTP id ft6mr50984673wjb.18.1406572446031; Mon, 28 Jul 2014 11:34:06 -0700 (PDT) Received: by 10.194.178.105 with HTTP; Mon, 28 Jul 2014 11:34:05 -0700 (PDT) In-Reply-To: References: <53906A0D.8050901@apache.org> Date: Mon, 28 Jul 2014 19:34:05 +0100 Message-ID: Subject: Re: [bcel] BCEL 6.0 review From: sebb To: Commons Developers List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On 28 July 2014 19:25, Gary Gregory wrote: > On Mon, Jul 28, 2014 at 2:15 PM, sebb wrote: > >> On 28 July 2014 19:10, Gary Gregory wrote: >> > We should change the artifact ID to "commons-bcel" for 6.0 to match up >> with >> > the other Commons AIDs. >> >> In which case we need to change the package name as well. >> > > Hm... I thought it was already "correclty" packaged, but it is not... Whether the package name is "correct" or not is irrelevant. There must be a 1-1 correspondance between the Maven pair {group id, artifact id} and package name. Otherwise Maven can add multiple copies of the jar to the same classpath. Jar hell. > If we are not breaking BC, we should not do that then... Probably not, as changing packages causes extra work downstream. > Gary > > >> > Gary >> > >> > >> > On Thu, Jun 5, 2014 at 9:01 AM, Emmanuel Bourg >> wrote: >> > >> >> Hi all, >> >> >> >> I'm preparing the 6.0 release for BCEL and I think it's ready for a >> >> vote. Before I stage the artifacts and start the tag dance could you >> >> please review the content of this release? If everything is fine I'll >> >> call for a vote in another thread. >> >> >> >> Here are the artifacts and the site I built from the trunk (r1600640): >> >> >> >> http://people.apache.org/~ebourg/bcel/ >> >> >> >> Thank you, >> >> >> >> Emmanuel Bourg >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >> >> For additional commands, e-mail: dev-help@commons.apache.org >> >> >> >> >> > >> > >> > -- >> > E-Mail: garydgregory@gmail.com | ggregory@apache.org >> > Java Persistence with Hibernate, Second Edition >> > >> > JUnit in Action, Second Edition >> > Spring Batch in Action >> > Blog: http://garygregory.wordpress.com >> > Home: http://garygregory.com/ >> > Tweet! http://twitter.com/GaryGregory >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >> For additional commands, e-mail: dev-help@commons.apache.org >> >> > > > -- > E-Mail: garydgregory@gmail.com | ggregory@apache.org > Java Persistence with Hibernate, Second Edition > > JUnit in Action, Second Edition > Spring Batch in Action > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org