You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2018/11/15 15:18:09 UTC

[struts] 01/01: Merge pull request #262 from yasserzamani/WW-4845

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 56d86a485b35f1d38ad5938d3cacb41b04933962
Merge: 772f899 02abab3
Author: Lukasz Lenart <lu...@gmail.com>
AuthorDate: Thu Nov 15 16:18:03 2018 +0100

    Merge pull request #262 from yasserzamani/WW-4845
    
    WW-4845 pass all current tests with java 9

 .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(-)