This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch release/struts-7-0-x in repository https://gitbox.apache.org/repos/asf/struts.git
from 5cd03aa02 Merge pull request #1003 from apache/7.0.x/WW-5411-delete-deprecated-2 add d0b53465b WW-5411 Delete deprecated code part 6 add bf56c59d8 WW-5411 Delete old comment add 9d624069a WW-5411 Delete unsupported static field templating add 1ecfbae46 WW-5386 Delete deprecated FileUploadInterceptor add 6265455d1 Merge pull request #1004 from apache/7.0.x/WW-5411-delete-deprecated-3 No new revisions were added by this update. Summary of changes: .../apache/struts2/showcase/hangman/Hangman.java | 7 +- apps/showcase/src/main/resources/struts.xml | 1 - .../webapp/WEB-INF/tags/non-ui/ifTag/testIf.jsp | 14 - .../com/opensymphony/xwork2/ognl/OgnlUtil.java | 16 - .../struts2/interceptor/FileUploadInterceptor.java | 273 --------- core/src/main/resources/struts-default.xml | 9 - .../com/opensymphony/xwork2/ognl/OgnlUtilTest.java | 18 +- .../interceptor/FileUploadInterceptorTest.java | 659 --------------------- plugins/bean-validation/pom.xml | 6 - .../src/main/resources/struts-plugin.xml | 2 +- plugins/rest/src/main/resources/struts-plugin.xml | 2 +- 11 files changed, 17 insertions(+), 990 deletions(-) delete mode 100644 core/src/main/java/org/apache/struts2/interceptor/FileUploadInterceptor.java delete mode 100644 core/src/test/java/org/apache/struts2/interceptor/FileUploadInterceptorTest.java