From dev-return-64454-apmail-struts-dev-archive=struts.apache.org@struts.apache.org Thu Mar 28 05:28:52 2013 Return-Path: X-Original-To: apmail-struts-dev-archive@www.apache.org Delivered-To: apmail-struts-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 595BDF32A for ; Thu, 28 Mar 2013 05:28:52 +0000 (UTC) Received: (qmail 31825 invoked by uid 500); 28 Mar 2013 05:28:51 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 31782 invoked by uid 500); 28 Mar 2013 05:28:51 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 31766 invoked by uid 99); 28 Mar 2013 05:28:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Mar 2013 05:28:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of grobmeier@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-we0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Mar 2013 05:28:45 +0000 Received: by mail-we0-f172.google.com with SMTP id r3so4091787wey.17 for ; Wed, 27 Mar 2013 22:28:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=M/a3tq+VkGvJp/Mg74CytX2MIKNlrF3noW6BFia9bEw=; b=A9kf8LQPawm8VJMHgiSxk28MUVUBsR9P2hunB/GiSgRR+54JxXyKZad2hk0J3e4FJv StLvMORHs2WQtzp5SgiGKterTXoFnF74yeYHoZG/XlYS/EhrM9pAKTLoS8bPMyndE6hK AKDnhq82xGfBnow1DwaXlCV4FxWNE1vHKnHQrvs4nWkOwKSipJRoV+/eJ7hreK40TwF+ zThHp+mEQ8C5nKnCgol8B/BqJjrNJpuwJi9JXk2vqC8FrPzRr0YxuRwbGF1d0j1YMRQU oNKhOCQYGvKLxf8jpvTySDk/aNDBlGjBAVGtVjgLgKP1z9L82UM/c9F6V8HH58F5ETSU sveA== X-Received: by 10.194.172.71 with SMTP id ba7mr35590836wjc.26.1364448505759; Wed, 27 Mar 2013 22:28:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.237.201 with HTTP; Wed, 27 Mar 2013 22:28:05 -0700 (PDT) In-Reply-To: References: From: Christian Grobmeier Date: Thu, 28 Mar 2013 06:28:05 +0100 Message-ID: Subject: Re: Struts 2.3.13 ready to test To: Struts Developers List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org OK, that explains. Thanks! On Thu, Mar 28, 2013 at 6:24 AM, Maurizio Cucchiara wrote: > I'm sorry Christian, > Actually my -1 was for the test release, nothing to do with your previous > mail. > Il giorno 27/mar/2013 20:54, "Christian Grobmeier" ha > scritto: > >> Sorry Maurizio, >> >> can you elaborate a little more on the -1? >> I can't see how our suggested fix for the stacktrace does in any way >> interfere with the issue you mentioned. Maybe I miss the point. >> >> Cheers, >> Christian >> >> >> >> On Wed, Mar 27, 2013 at 5:29 PM, Maurizio Cucchiara >> wrote: >> > -1 >> > >> > see https://issues.apache.org/jira/browse/WW-4030 >> > >> > >> > Twitter :http://www.twitter.com/m_cucchiara >> > G+ :https://plus.google.com/107903711540963855921 >> > Linkedin :http://www.linkedin.com/in/mauriziocucchiara >> > VisualizeMe: http://vizualize.me/maurizio.cucchiara?r=maurizio.cucchiara >> > >> > Maurizio Cucchiara >> > >> > >> > On 27 March 2013 13:07, Christian Grobmeier wrote: >> >> On Wed, Mar 27, 2013 at 12:56 PM, Lukasz Lenart < >> lukaszlenart@apache.org> wrote: >> >>> 2013/3/27 Christian Grobmeier : >> >>>> Its also there with 2.3.12, but not with 2.3.8. >> >>>> >> >>>> I tried to track it down and I think its because of rv1433644. Around >> >>>> line it previously showed: >> >>>> >> >>>> LOG.debug("Unable to load optional class: " + ex); >> >>>> >> >>>> Now it is: >> >>>> >> >>>> LOG.debug("Unable to load optional class: #0", ex, impl); >> >>>> >> >>>> Not sure if we need the full exception stacktrace when we didn't find >> >>>> an optional class. >> >>>> if you agree, I change it too: >> >>>> >> >>>> LOG.debug("Unable to load optional class: #0", impl); >> >>>> >> >>>> Wdyt? >> >>> >> >>> You are right, nice work :-) >> >> >> >> Committed with rv1461544 (WW-4029), thanks for the help :-) >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org >> >> For additional commands, e-mail: dev-help@struts.apache.org >> >> >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org >> > For additional commands, e-mail: dev-help@struts.apache.org >> > >> >> >> >> -- >> http://www.grobmeier.de >> https://www.timeandbill.de >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org >> For additional commands, e-mail: dev-help@struts.apache.org >> >> -- http://www.grobmeier.de https://www.timeandbill.de --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org