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 7ae52ccfc Bump org.eclipse.transformer:transformer-maven-plugin (#1216) add 96f838df1 WW-5534 Proper fix ModelDriven parameter injection and allowlisting new d47143c68 Merge pull request #1243 from apache/WW-5534-model-driven-struts-param 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: .../{ConventionTest.java => ModelDrivenTest.java} | 49 ++++++---------------- .../main/java/org/apache/struts2/ModelDriven.java | 3 -- .../java/org/apache/struts2/components/Debug.java | 13 +++--- .../struts2/components/IteratorComponent.java | 6 +-- .../interceptor/ExceptionMappingInterceptor.java | 6 +-- .../interceptor/ModelDrivenInterceptor.java | 15 +++++-- .../debugging/DebuggingInterceptor.java | 7 +--- .../parameter/ParametersInterceptor.java | 19 ++++----- .../org/apache/struts2/ognl/ThreadAllowlist.java | 11 +++++ .../interceptor/ModelDrivenInterceptorTest.java | 9 +++- .../parameter/StrutsParameterAnnotationTest.java | 10 ++--- 11 files changed, 68 insertions(+), 80 deletions(-) copy apps/showcase/src/test/java/it/org/apache/struts2/showcase/{ConventionTest.java => ModelDrivenTest.java} (50%)