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 2beac8eba Merge pull request #1109 from apache/WW-3714-result-repackage add b001c61f8 WW-5459 Move new Action class into action package new 570bf46a7 Merge pull request #1115 from apache/WW-5459-repkg-action-chain 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/src/main/java/com/opensymphony/xwork2/Action.java | 4 ++-- core/src/main/java/org/apache/struts2/ActionContext.java | 1 + core/src/main/java/org/apache/struts2/ActionInvocation.java | 1 + core/src/main/java/org/apache/struts2/ActionSupport.java | 1 + core/src/main/java/org/apache/struts2/{ => action}/Action.java | 2 +- core/src/main/java/org/apache/struts2/result/Result.java | 2 +- .../config/providers/ConfigurationProviderOgnlAllowlistTest.java | 6 +++--- 7 files changed, 10 insertions(+), 7 deletions(-) rename core/src/main/java/org/apache/struts2/{ => action}/Action.java (98%)