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 22036174c Merge pull request #1108 from apache/WW-5480-templating-warning add d351843ec WW-3714 Move new Result class into result package new 2beac8eba Merge pull request #1109 from apache/WW-3714-result-repackage 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/Result.java | 10 +++++----- .../com/opensymphony/xwork2/factory/DefaultResultFactory.java | 4 ++-- core/src/main/java/org/apache/struts2/ActionInvocation.java | 1 + .../java/org/apache/struts2/factory/StrutsResultFactory.java | 4 ++-- .../org/apache/struts2/interceptor/ChainingInterceptor.java | 2 +- core/src/main/java/org/apache/struts2/{ => result}/Result.java | 5 ++++- .../providers/ConfigurationProviderOgnlAllowlistTest.java | 6 +++--- 7 files changed, 18 insertions(+), 14 deletions(-) rename core/src/main/java/org/apache/struts2/{ => result}/Result.java (93%)