Return-Path: X-Original-To: apmail-infrastructure-dev-archive@minotaur.apache.org Delivered-To: apmail-infrastructure-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 744AF9F81 for ; Mon, 20 Feb 2012 23:33:00 +0000 (UTC) Received: (qmail 89616 invoked by uid 500); 20 Feb 2012 23:33:00 -0000 Delivered-To: apmail-infrastructure-dev-archive@apache.org Received: (qmail 89405 invoked by uid 500); 20 Feb 2012 23:33:00 -0000 Mailing-List: contact infrastructure-dev-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: infrastructure-dev@apache.org Delivered-To: mailing list infrastructure-dev@apache.org Received: (qmail 89397 invoked by uid 99); 20 Feb 2012 23:33:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2012 23:33:00 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jukka.zitting@gmail.com designates 74.125.82.178 as permitted sender) Received: from [74.125.82.178] (HELO mail-we0-f178.google.com) (74.125.82.178) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2012 23:32:55 +0000 Received: by werb12 with SMTP id b12so4525631wer.23 for ; Mon, 20 Feb 2012 15:32:34 -0800 (PST) Received-SPF: pass (google.com: domain of jukka.zitting@gmail.com designates 10.180.77.228 as permitted sender) client-ip=10.180.77.228; Authentication-Results: mr.google.com; spf=pass (google.com: domain of jukka.zitting@gmail.com designates 10.180.77.228 as permitted sender) smtp.mail=jukka.zitting@gmail.com; dkim=pass header.i=jukka.zitting@gmail.com Received: from mr.google.com ([10.180.77.228]) by 10.180.77.228 with SMTP id v4mr21106832wiw.2.1329780754170 (num_hops = 1); Mon, 20 Feb 2012 15:32:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=7u8Z6RqVBiSPn+D8uvC/ymU4mD+OVffg9FwrbNCgwnE=; b=dZmf2zdZVPiV54Gp7MO617nA69LLf8ZfveYEE4U5HJ2zR3Xw/YagEbvhexaoJpnJp2 RM5K7rkWpSHs2fZgEQXWDnKR16z793r5fadMmat2AHYRzrmQVZatnXo09SxrHDMjl+eF +jafS0P9HqlnUft/PvID48gR/Nq3Z/gAIJ6Y8= Received: by 10.180.77.228 with SMTP id v4mr17533858wiw.2.1329780754107; Mon, 20 Feb 2012 15:32:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.104.106 with HTTP; Mon, 20 Feb 2012 15:32:14 -0800 (PST) In-Reply-To: References: From: Jukka Zitting Date: Tue, 21 Feb 2012 00:32:14 +0100 Message-ID: Subject: Fwd: aries pull request: Fix class name in exception messages To: dev@aries.apache.org Cc: infrastructure-dev@apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi Aries devs, The following pull request was submitted against https://github.com/apache/aries. I've configured the Git mirror to forward any future pull requests like that directly to dev@aries. BR, Jukka Zitting ---------- Forwarded message ---------- From: Git at Apache Date: Tue, Feb 21, 2012 at 12:13 AM Subject: aries pull request: Fix class name in exception messages To: infrastructure-dev@apache.org GitHub user alexandreroman synchronized the pull request at https://github.com/apache/aries/pull/1 ---- Fix class name in exception messages Hi, I found a mistake in some of the exceptions raised by Blueprint. The class name included in the message was not using Class.getName(). Here is a simple fix. You are free to include this fix back to the trunk. Thanks for your great work! ---- You can merge this pull request into a Git repository by running $ git pull https://github.com/alexandreroman/aries trunk Alternatively you can review and apply these changes as the patch at https://github.com/apache/aries/pull/1.patch