Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 3623 invoked from network); 16 Jul 2006 00:15:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jul 2006 00:15:26 -0000 Received: (qmail 96916 invoked by uid 500); 16 Jul 2006 00:15:24 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 96832 invoked by uid 500); 16 Jul 2006 00:15:23 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 96821 invoked by uid 99); 16 Jul 2006 00:15:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jul 2006 17:15:23 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of phil.steitz@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Jul 2006 17:15:16 -0700 Received: by ug-out-1314.google.com with SMTP id m2so359478uge for ; Sat, 15 Jul 2006 17:14:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sdN6YiyWgv6HBGgsfNOKMhkMiuBZUHvMJmwVOVT+6CjD/ZjNn84QW7kU7RCgipkWw61cLDUwtFchhEhDe5eLVeidgx/y9dkvn/SUJU7tn/jVrLBUnTyTaQ40N3pzIqGLx2i18vnH18VrVm0BMBRVLToezm8chsuzm+sU1Ng7OAI= Received: by 10.67.100.17 with SMTP id c17mr1168871ugm; Sat, 15 Jul 2006 17:14:48 -0700 (PDT) Received: by 10.66.239.3 with HTTP; Sat, 15 Jul 2006 17:14:48 -0700 (PDT) Message-ID: <8a81b4af0607151714k20a7d7d7jc357826749c6f9e@mail.gmail.com> Date: Sat, 15 Jul 2006 17:14:48 -0700 From: "Phil Steitz" To: "Jakarta Commons Developers List" Subject: Re: [modeler] Cutting a release for Commons Modeler In-Reply-To: <55afdc850607141223u4432d458o22f9580a1d509049@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19e0530f0607141102u2ea263e8u5cd54da08c6f77e1@mail.gmail.com> <55afdc850607141223u4432d458o22f9580a1d509049@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Looks good to me, as well, other than that the release notes are missing an incompatible API change that should be called out. Clirr gives me this when I run against the 1.1 release jar. INFO: 7011: org.apache.commons.modeler.BaseModelMBean: Method 'public javax.management.ObjectName getJmxName()' has been added ERROR: 7006: org.apache.commons.modeler.BaseModelMBean: Return type of method 'public javax.management.ObjectName getObjectName()' has been changed to java.lang.String INFO: 8000: org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource: Class org.apache.commons.modeler.modules.MbeansDescriptorsDigesterSource added INFO: 7011: org.apache.commons.modeler.util.IntrospectionUtils: Method 'public void clear()' has been added The return type change happened here: http://tinyurl.com/jpkmf Unfortunately, there was no ASF BZ ticket opened, so it does not show up in the issues list. Phil --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org