(struts) branch master updated (5b81ec085 -> 67ee1b2d6)

2024-10-23 Thread kusal
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%)



(struts) 01/01: Merge pull request #1084 from apache/kusal-depr-apis-6

2024-10-23 Thread kusal
This is an automated email from the ASF dual-hosted git repository.

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

commit 67ee1b2d67eaf393c66485984676223c0244fed7
Merge: 5b81ec085 deb6c09bc
Author: Kusal Kithul-Godage 
AuthorDate: Wed Oct 23 21:12:42 2024 +1100

Merge pull request #1084 from apache/kusal-depr-apis-6

 .../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(-)



(struts) branch kusal-depr-apis-6 deleted (was deb6c09bc)

2024-10-23 Thread kusal
This is an automated email from the ASF dual-hosted git repository.

kusal pushed a change to branch kusal-depr-apis-6
in repository https://gitbox.apache.org/repos/asf/struts.git


 was deb6c09bc WW-3714 Replace deprecated APIs in new ActionSupport

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.