This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
from 5b81ec085 Merge pull request #1083 from apache/kusal-depr-apis-5 add a623842bc WW-3714 Deprecate and migrate ActionSupport add 9e23fbe66 WW-3714 Deprecate and migrate AbstractInterceptor and MethodFilterInterceptor add f95f9a7cd WW-3714 Add alternative constructors in InterceptorMapping add deb6c09bc WW-3714 Replace deprecated APIs in new ActionSupport new 67ee1b2d6 Merge pull request #1084 from apache/kusal-depr-apis-6 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/ActionSupport.java | 337 +-------------------- .../xwork2/config/entities/InterceptorMapping.java | 10 +- .../xwork2/interceptor/AbstractInterceptor.java | 32 +- .../interceptor/MethodFilterInterceptor.java | 45 +-- .../interceptor/MethodFilterInterceptorUtil.java | 128 +------- .../apache/struts2}/ActionSupport.java | 27 +- .../struts2}/interceptor/AbstractInterceptor.java | 4 +- .../interceptor/MethodFilterInterceptor.java | 50 +-- .../interceptor/MethodFilterInterceptorUtil.java | 38 +-- .../ConfigurationProviderOgnlAllowlistTest.java | 6 + 10 files changed, 116 insertions(+), 561 deletions(-) copy core/src/main/java/{com/opensymphony/xwork2 => org/apache/struts2}/ActionSupport.java (92%) copy core/src/main/java/{com/opensymphony/xwork2 => org/apache/struts2}/interceptor/AbstractInterceptor.java (95%) copy core/src/main/java/{com/opensymphony/xwork2 => org/apache/struts2}/interceptor/MethodFilterInterceptor.java (90%) copy core/src/main/java/{com/opensymphony/xwork2 => org/apache/struts2}/interceptor/MethodFilterInterceptorUtil.java (92%)