This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch fix/WW-5514-proxy-cache-configurable
in repository https://gitbox.apache.org/repos/asf/struts.git
from bbc2afc5d fix(ognl): make ProxyUtil cache configurable via struts
constants
add 4cb5f359c refactor(ognl): use LazyRef for proxy caches and reset on
factory change
No new revisions were added by this update.
Summary of changes:
.../xwork2/ognl/ProxyCacheFactory.java | 2 +-
.../xwork2/ognl/StrutsProxyCacheFactory.java | 2 +-
.../java/com/opensymphony/xwork2/util/LazyRef.java | 71 ++++++++++++++++++++++
.../com/opensymphony/xwork2/util/ProxyUtil.java | 45 ++++----------
.../xwork2/util/StrutsProxyCacheFactoryBean.java | 2 +-
.../org/apache/struts2/default.properties | 5 +-
6 files changed, 89 insertions(+), 38 deletions(-)
create mode 100644 core/src/main/java/com/opensymphony/xwork2/util/LazyRef.java