This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/struts.git
from f35c808ef Sync tag with main ftl template. (#1212) add 8579a10f5 WW-5534 Simplify ProxyUtil, add OgnlCache#computeIfAbsent add 117b9c741 WW-5534 Add coverage for OgnlUtil#getBeanInfo exception propagation new 4cc874d42 Merge pull request #1236 from apache/WW-5534-proxyutil 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: core/pom.xml | 8 +- .../struts2/interceptor/ChainingInterceptor.java | 24 +-- .../java/org/apache/struts2/ognl/OgnlCache.java | 34 ++-- .../org/apache/struts2/ognl/OgnlCaffeineCache.java | 7 + .../org/apache/struts2/ognl/OgnlDefaultCache.java | 16 +- .../java/org/apache/struts2/ognl/OgnlLRUCache.java | 6 + .../java/org/apache/struts2/ognl/OgnlUtil.java | 31 ++-- .../java/org/apache/struts2/util/ProxyUtil.java | 180 +++++++-------------- .../java/org/apache/struts2/ognl/OgnlUtilTest.java | 38 +++-- .../org/apache/struts2/json/DefaultJSONWriter.java | 6 +- 10 files changed, 175 insertions(+), 175 deletions(-)