You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ya...@apache.org on 2018/05/03 08:45:01 UTC

[struts] branch master updated (5ebd716 -> 57901ab)

This is an automated email from the ASF dual-hosted git repository.

yasserzamani pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git.


    from 5ebd716  Merge pull request #216 from lukaszlenart/javaee5
     add 2f7dda7  Uses OGNL without #context magical key
     add d63cc99  Adjusts OGNL usage to avoid modify immutable context
     add 5cd409d  Uses OGNL 3.2.2 which always requires MemberAccess
     add 86323c3  Reuses existing context instead of creating a new MemberAccess each time
     add 8e93446  Reformats code
     add 0f2e0b1  Adds empty line
     add 836d7a0  Upgrades to the latest OGNL 3.2.4 version
     add a4c4102  Merge branch 'master' into immutable-context
     add 10c9253  Upgrades to OGNL 3.2.5
     add a37eafa  Merge branch 'master' into immutable-context
     add 5f2ed58  Adds a test to cover missing access to #context
     add dd89063  Drops unused TypeConverter
     add 197ecae  Removes unused imports
     add 4e94b5b  Cleans up code a bit
     add 058409e  Reverts the previous access state of the method
     new 57901ab  Merge pull request #125 from lukaszlenart/immutable-context

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:
 .../com/opensymphony/xwork2/ActionContext.java     | 16 +-------
 .../xwork2/conversion/TypeConverter.java           | 44 ++++++++++----------
 .../conversion/impl/DefaultTypeConverter.java      | 27 +++++++-----
 .../com/opensymphony/xwork2/ognl/OgnlUtil.java     | 20 +--------
 .../opensymphony/xwork2/ognl/OgnlValueStack.java   |  3 +-
 .../xwork2/ognl/SecurityMemberAccess.java          | 38 +++++++++++++----
 .../org/apache/struts2/views/jsp/ui/OgnlTool.java  | 10 ++---
 core/src/main/resources/struts-default.xml         |  1 -
 .../com/opensymphony/xwork2/ActionContextTest.java |  5 ++-
 .../xwork2/DefaultActionInvocationTest.java        | 48 ++++++++--------------
 .../impl/AnnotationXWorkConverterTest.java         |  1 +
 .../com/opensymphony/xwork2/ognl/OgnlUtilTest.java | 18 ++++++++
 .../xwork2/ognl/SetPropertiesTest.java             |  2 +-
 .../struts2/factory/StrutsResultFactoryTest.java   |  4 +-
 .../result/ServletActionRedirectResultTest.java    |  2 +-
 .../result/ServletDispatcherResultTest.java        |  9 +---
 .../struts2/result/ServletRedirectResultTest.java  |  3 +-
 .../interceptor/OValValidationInterceptor.java     | 30 ++++++++++++++
 pom.xml                                            |  4 +-
 19 files changed, 156 insertions(+), 129 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
yasserzamani@apache.org.

[struts] 01/01: Merge pull request #125 from lukaszlenart/immutable-context

Posted by ya...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yasserzamani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 57901aba50b99ee9eca41051365d0e81f8f06add
Merge: 5ebd716 058409e
Author: Yasser Zamani <ya...@live.com>
AuthorDate: Thu May 3 13:14:56 2018 +0430

    Merge pull request #125 from lukaszlenart/immutable-context
    
    Immutable context

 .../com/opensymphony/xwork2/ActionContext.java     | 16 +-------
 .../xwork2/conversion/TypeConverter.java           | 44 ++++++++++----------
 .../conversion/impl/DefaultTypeConverter.java      | 27 +++++++-----
 .../com/opensymphony/xwork2/ognl/OgnlUtil.java     | 20 +--------
 .../opensymphony/xwork2/ognl/OgnlValueStack.java   |  3 +-
 .../xwork2/ognl/SecurityMemberAccess.java          | 38 +++++++++++++----
 .../org/apache/struts2/views/jsp/ui/OgnlTool.java  | 10 ++---
 core/src/main/resources/struts-default.xml         |  1 -
 .../com/opensymphony/xwork2/ActionContextTest.java |  5 ++-
 .../xwork2/DefaultActionInvocationTest.java        | 48 ++++++++--------------
 .../impl/AnnotationXWorkConverterTest.java         |  1 +
 .../com/opensymphony/xwork2/ognl/OgnlUtilTest.java | 18 ++++++++
 .../xwork2/ognl/SetPropertiesTest.java             |  2 +-
 .../struts2/factory/StrutsResultFactoryTest.java   |  4 +-
 .../result/ServletActionRedirectResultTest.java    |  2 +-
 .../result/ServletDispatcherResultTest.java        |  9 +---
 .../struts2/result/ServletRedirectResultTest.java  |  3 +-
 .../interceptor/OValValidationInterceptor.java     | 30 ++++++++++++++
 pom.xml                                            |  4 +-
 19 files changed, 156 insertions(+), 129 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
yasserzamani@apache.org.