Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6A4F0200CD7 for ; Tue, 1 Aug 2017 15:51:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 68C97167003; Tue, 1 Aug 2017 13:51:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B0382166FB9 for ; Tue, 1 Aug 2017 15:51:27 +0200 (CEST) Received: (qmail 68214 invoked by uid 500); 1 Aug 2017 13:51:26 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 67984 invoked by uid 99); 1 Aug 2017 13:51:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2017 13:51:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 07087F32C2; Tue, 1 Aug 2017 13:51:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lukaszlenart@apache.org To: commits@struts.apache.org Date: Tue, 01 Aug 2017 13:51:31 -0000 Message-Id: In-Reply-To: <63b2475df19c422a9aa67abce3ab7abb@git.apache.org> References: <63b2475df19c422a9aa67abce3ab7abb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [8/8] struts git commit: WW-4808 Allows define multiple suffixes when using Convention plugin archived-at: Tue, 01 Aug 2017 13:51:28 -0000 WW-4808 Allows define multiple suffixes when using Convention plugin Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/62900ee9 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/62900ee9 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/62900ee9 Branch: refs/heads/master Commit: 62900ee9868c4d12ef76b8a7a8bbc60b694cbcaa Parents: d29caba 855be0e Author: Lukasz Lenart Authored: Tue Aug 1 15:50:24 2017 +0200 Committer: Lukasz Lenart Committed: Tue Aug 1 15:50:24 2017 +0200 ---------------------------------------------------------------------- .../convention/AbstractActionNameBuilder.java | 63 ++++++++++++++++++++ .../struts2/convention/ActionConfigBuilder.java | 2 - .../struts2/convention/ActionNameBuilder.java | 2 - .../ClasspathConfigurationProvider.java | 4 +- .../convention/ClasspathPackageProvider.java | 5 +- .../struts2/convention/ConventionConstants.java | 26 +++++++- .../convention/ConventionUnknownHandler.java | 8 +-- .../struts2/convention/ConventionsService.java | 2 - .../convention/ConventionsServiceImpl.java | 4 +- .../convention/DefaultActionNameBuilder.java | 45 ++++++-------- .../struts2/convention/DefaultClassFinder.java | 29 +++++---- .../DefaultInterceptorMapBuilder.java | 2 - .../convention/DefaultResultMapBuilder.java | 6 +- .../convention/InterceptorMapBuilder.java | 2 - .../PackageBasedActionConfigBuilder.java | 51 +++++++++------- .../struts2/convention/ReflectionTools.java | 2 - .../struts2/convention/ResultMapBuilder.java | 2 - .../convention/SEOActionNameBuilder.java | 39 ++++-------- .../apache/struts2/convention/StringTools.java | 2 - 19 files changed, 171 insertions(+), 125 deletions(-) ----------------------------------------------------------------------