From commits-return-17689-archive-asf-public=cust-asf.ponee.io@struts.apache.org Mon Jan 15 12:38:37 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 85856180657 for ; Mon, 15 Jan 2018 12:38:37 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 75F41160C31; Mon, 15 Jan 2018 11:38:37 +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 E46CB160C25 for ; Mon, 15 Jan 2018 12:38:36 +0100 (CET) Received: (qmail 65364 invoked by uid 500); 15 Jan 2018 11:38:36 -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 65355 invoked by uid 99); 15 Jan 2018 11:38:36 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jan 2018 11:38:36 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E02CC81AE0; Mon, 15 Jan 2018 11:38:31 +0000 (UTC) Date: Mon, 15 Jan 2018 11:38:31 +0000 To: "commits@struts.apache.org" Subject: [struts] 01/01: Merge pull request #200 from HedjuHor/BeanValidation_GroupingConstraints MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: lukaszlenart@apache.org In-Reply-To: <151601631070.26446.14194472728286751528@gitbox.apache.org> References: <151601631070.26446.14194472728286751528@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: struts X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 9bf89f82dc436a59bd23efc3834e1d9c4b3a0d29 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180115113832.E02CC81AE0@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git commit 9bf89f82dc436a59bd23efc3834e1d9c4b3a0d29 Merge: 29e1847 d1df216 Author: Lukasz Lenart AuthorDate: Mon Jan 15 12:38:27 2018 +0100 Merge pull request #200 from HedjuHor/BeanValidation_GroupingConstraints WW-4907 support JSR 303 Validation Groups in BeanValidation-Plugin .../constraints/ValidationGroup.java | 51 ++++++++ .../interceptor/BeanValidationInterceptor.java | 31 +++-- .../BeanValidationInterceptorTest.java | 138 ++++++++++++++++++++- .../actions/ValidateGroupAction.java | 70 +++++++++++ .../struts/beanvalidation/models/Address.java | 5 +- .../struts/beanvalidation/models/Person.java | 36 +++++- .../src/test/resources/bean-validation-test.xml | 10 +- 7 files changed, 318 insertions(+), 23 deletions(-) -- To stop receiving notification emails like this one, please contact "commits@struts.apache.org" .