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 2017/05/17 17:49:34 UTC

[3/3] struts git commit: WW-4105 Adds support for Spring proxies when chaining actions

WW-4105 Adds support for Spring proxies when chaining actions


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/8b862f7c
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/8b862f7c
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/8b862f7c

Branch: refs/heads/master
Commit: 8b862f7cb2eaa6289ec9b36e7dc4a47521fc3bca
Parents: 5a6c336 9a8b4f4
Author: Lukasz Lenart <lu...@apache.org>
Authored: Wed May 17 19:49:21 2017 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Wed May 17 19:49:21 2017 +0200

----------------------------------------------------------------------
 .../xwork2/interceptor/ChainingInterceptor.java |  7 +-
 .../com/opensymphony/xwork2/util/ProxyUtil.java | 90 ++++++++++++++++++++
 .../com/opensymphony/xwork2/TestSubBean.java    | 14 +++
 .../xwork2/spring/ActionsFromSpringTest.java    | 17 ++++
 .../xwork2/spring/SpringProxyUtilTest.java      | 85 ++++++++++++++++++
 .../xwork2/spring/actionContext-spring.xml      | 26 +++++-
 .../xwork2/spring/actionContext-xwork.xml       | 19 +++++
 7 files changed, 256 insertions(+), 2 deletions(-)
----------------------------------------------------------------------