Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 11430 invoked from network); 19 May 2010 15:15:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 May 2010 15:15:35 -0000 Received: (qmail 93589 invoked by uid 500); 19 May 2010 15:15:35 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 93565 invoked by uid 500); 19 May 2010 15:15:35 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 93557 invoked by uid 99); 19 May 2010 15:15:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 May 2010 15:15:35 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tabish121@gmail.com designates 74.125.83.43 as permitted sender) Received: from [74.125.83.43] (HELO mail-gw0-f43.google.com) (74.125.83.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 May 2010 15:15:26 +0000 Received: by gwj18 with SMTP id 18so6751505gwj.2 for ; Wed, 19 May 2010 08:15:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=HPNRWo4opVhKu1NgtsOLMOUoVTeIVAJsDs99A/UMAlc=; b=KdWHm6OwRIqo8F1U/36IbaqII2Smdp5Uj25zZoTUtkzZoYwhCZa0JfV06p1XAWoOwC hjurF/ne10+fyJvGh1qMHtzDw6KcPXjKbJVzzoCrQ/apI0Y66REwKp4rquzYL077Bo25 79ajPkgfoyPUzuLiMF1noFZUGuuiYaIEVUqb0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=kn1ELwERGbSJdjvuDPUFEESRyaB74qdUuJgKtedUzNabjYfAoYNWTUva5pxxIdfp3h /1LaQoKjajIqccYAoAb0vmtcvM3eLn4dG9XCgi8KdCFTKCYpyPwD4Q0tPMsE7Y7DFG0U jy1ttj0rlq8w+7BNRfsl2SYeF1O/giLaI1leg= Received: by 10.229.184.130 with SMTP id ck2mr1843686qcb.119.1274282104849; Wed, 19 May 2010 08:15:04 -0700 (PDT) Received: from [192.168.2.150] (c-76-21-195-19.hsd1.va.comcast.net [76.21.195.19]) by mx.google.com with ESMTPS id x34sm1713498qce.21.2010.05.19.08.15.02 (version=SSLv3 cipher=RC4-MD5); Wed, 19 May 2010 08:15:03 -0700 (PDT) Subject: Re: [VOTE] Release Apache.NMS.ActiveMQ 1.3.0 From: Timothy Bish To: dev@activemq.apache.org In-Reply-To: <28609367.post@talk.nabble.com> References: <1274133043.2636.10.camel@localhost> <28609367.post@talk.nabble.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 19 May 2010 11:15:01 -0400 Message-ID: <1274282101.2612.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-1.fc12) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Wed, 2010-05-19 at 07:51 -0700, magellings wrote: > Would like to run this version through our unit tests as well as our stress > tests but can't. It's built against a version of the base NMS of which you > didn't distribute. To avoid this in the future we should consider bundling > all dependent assemblies into an ext_bin or lib directory residing in the > Apache.NMS.ActiveMQ solution. Then commit them to source so the product can > always be compiled. Then testers can just download the source and they'd > have the base NMS dll. > > Error 1 Assembly 'Apache.NMS.ActiveMQ, Version=1.3.0.1962, Culture=neutral, > PublicKeyToken=82756feee3957618' uses 'Apache.NMS, Version=1.3.0.1959, > Culture=neutral, PublicKeyToken=82756feee3957618' which has a higher version > than referenced assembly 'Apache.NMS, Version=1.3.0.1955, Culture=neutral, > PublicKeyToken=82756feee3957618' > c:\WIP\quadnmsv1_3\ext_bin\Apache.NMS.ActiveMQ.dll NMS > You can download the NMS API release binaries from here: http://activemq.apache.org/nms/activemq-net-130-release.html > > > Timothy Bish wrote: > > > > Hello > > > > This is a call for a vote on the release of Apache.NMS.ActiveMQ v1.3.0. > > > > This version provides some much requested new feature like SSL support > > and support for the QueueBrowser. > > > > Changes in this version include: > > > > * Fully implemented QueueBrowser functionality. > > * Ability to specify the socket binding on the URI > > * SSL Transport to provide secure connections. > > * Other bug fixes for issues found since v1.2.0 > > > > The binaries and source bundles for the Release Candidate can be found > > here: > > > > > > The Wiki Page for this release is here: > > > > > > Please cast your votes (the vote will be open for 72 hrs): > > > > [ ] +1 Release the source as Apache NMS.ActiveMQ 1.3.0 > > [ ] -1 Veto the release (provide specific comments) > > > > Here's my +1 > > > > Regards, > > Tim > > > > > > > > >