From commits-return-18148-archive-asf-public=cust-asf.ponee.io@struts.apache.org Thu Nov 15 16:18:10 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 465A7180669 for ; Thu, 15 Nov 2018 16:18:10 +0100 (CET) Received: (qmail 77286 invoked by uid 500); 15 Nov 2018 15:18:09 -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 77276 invoked by uid 99); 15 Nov 2018 15:18:09 -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; Thu, 15 Nov 2018 15:18:09 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C42AD87FBF; Thu, 15 Nov 2018 15:18:08 +0000 (UTC) Date: Thu, 15 Nov 2018 15:18:08 +0000 To: , "' commits@struts.apache.org" , '@gitbox.apache.org, Subject: [struts] branch master updated (772f899 -> 56d86a4) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154229508870.16047.3552960211759515415@gitbox.apache.org> From: lukaszlenart@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: struts X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 772f8999b7a0993cb936534d4e16a06c4a446309 X-Git-Newrev: 56d86a485b35f1d38ad5938d3cacb41b04933962 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git. from 772f899 Merge pull request #267 from pHeidelbach/WW-4930-smi-cannot-be-disabled-for-action-packges-found-via-convention-plugin add a5d888a pass all current tests with java 9 add e0c1ede Merge branch 'master' of https://github.com/apache/struts into WW-4845 add 16d6d21 workaround coveralls fail on java 9 add f8e1987 skip coveralls on java 9 add 7763156 Merge branch 'master' of https://github.com/apache/struts into WW-4845 add 02abab3 satisfy coveralls via testing with a not URLClassLoader new 56d86a4 Merge pull request #262 from yasserzamani/WW-4845 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .travis.yml | 1 + .../opensymphony/xwork2/util/ClassPathFinder.java | 33 ++++----- .../com/opensymphony/xwork2/ognl/OgnlUtilTest.java | 15 ++++- .../xwork2/util/ClassPathFinderTest.java | 50 +++++++++++++- .../test/java/org/apache/struts2/TestUtils.java | 17 +++++ .../struts2/jasper/JspCompilationContext.java | 4 +- .../struts2/jasper/compiler/JspRuntimeContext.java | 78 +++++++++++++--------- .../struts2/jasper/compiler/TagFileProcessor.java | 3 +- .../struts2/jasper/compiler/TldLocationsCache.java | 44 ++++++------ .../org/apache/struts2/EmbeddedJSPResultTest.java | 27 ++++++-- 10 files changed, 187 insertions(+), 85 deletions(-)