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 76B1C109C7 for ; Wed, 23 Oct 2013 11:18:18 +0000 (UTC) Received: (qmail 95801 invoked by uid 500); 23 Oct 2013 11:18:17 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 95773 invoked by uid 500); 23 Oct 2013 11:18:16 -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 95765 invoked by uid 99); 23 Oct 2013 11:18:16 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Oct 2013 11:18:16 +0000 Received: from localhost (HELO mail-pa0-f45.google.com) (127.0.0.1) (smtp-auth username lukaszlenart, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Oct 2013 11:18:15 +0000 Received: by mail-pa0-f45.google.com with SMTP id kp14so524042pab.18 for ; Wed, 23 Oct 2013 04:18:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=iuPqjiyhSCv7TqpH2iZ5Sxa50Vw5xwcG0ED3lrTF74E=; b=gb4oK0Qkk/ggsKBfQ+wTHYx/9jMW9JsBtkfXXZNyne2htOXKeKFdecb1rou6+Zsx73 jbDpqDVyKrmcpElezgbyyW7LaiLUrFJSdv9uj2K/fykSHTu/BjNWQ/S2ie70uqBV8LZF rcGM5GgGpQeeykCJ1EJQAuyT94JK6SzLtBnhKIkzgjq9UI0ynI+mCm9n2EuSkkcYDmOE A8U+IcSr3Vcet0lLA0fU0rWaH7YWX5DWxKrPcSxMg3Tp4uqBC/Rbmj83+7U80o6HoYoX 9cV+DuVzrYYf/zXE/LURWawW092Wd0vtwRxiiViHC9735IPuq/Mc3MrNlEVr3V9uH2Fi qFLA== X-Received: by 10.68.185.68 with SMTP id fa4mr1098470pbc.136.1382527095245; Wed, 23 Oct 2013 04:18:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.229.170 with HTTP; Wed, 23 Oct 2013 04:17:55 -0700 (PDT) In-Reply-To: <20131023110027.D1B673190B5@tyr.zones.apache.org> References: <20131023110027.D1B673190B5@tyr.zones.apache.org> From: Lukasz Lenart Date: Wed, 23 Oct 2013 13:17:55 +0200 Message-ID: Subject: Re: struts2 pull request: DeprecationInterceptor To: Struts Developers List Content-Type: text/plain; charset=UTF-8 I overlooked that the info about pull request goes here ;-) Nice :-) 2013/10/23 lukaszlenart : > GitHub user lukaszlenart opened a pull request: > > https://github.com/apache/struts2/pull/10 > > DeprecationInterceptor > > > > You can merge this pull request into a Git repository by running: > > $ git pull https://github.com/strutsathon/struts2 trunk > > Alternatively you can review and apply these changes as the patch at: > > https://github.com/apache/struts2/pull/10.patch > > ---- > commit 2a634cf75bec6bdacf0a7552e81216f12ad91766 > Author: lukaszlenart > Date: 2013-10-02T08:58:01Z > > Adds Travis support > > commit 86f0ef956a1b336e529856c0db9b2fbd76b1cfc3 > Author: lukaszlenart > Date: 2013-10-02T09:01:16Z > > Adds S2 specific build commands > > commit 2c777312f85a70113bae7121e6aab3404c67673e > Author: lukaszlenart > Date: 2013-10-02T09:02:23Z > > Adds basic README with build status > > commit d3a62ad3f5b0e5a17d0cdcb23383828a04949a1a > Author: Lukasz Lenart > Date: 2013-10-08T06:17:55Z > > Removes build status > > commit 5f5322931c74210c52398d8f35d44395ba28ff92 > Author: Lukasz Lenart > Date: 2013-10-08T06:20:46Z > > Delete Travis configuration > > commit cf24db02bb87254de7c6991b9815c3edabae3d31 > Author: PIOTR DUSZA > Date: 2013-10-14T14:48:38Z > > Deprecation Interceptor - In dev mode checks if application > uses deprecated or unknown constants and displays warning > > commit 089853a683443ad82dd486233d221428643511da > Author: PIOTR DUSZA > Date: 2013-10-14T14:49:50Z > > Adds DeprecationInterceptor to basicStack and defaultStack > > ---- > > > --------------------------------------------------------------------- > 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