This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
from 31a24ee70 Merge pull request #658 from apache/WW-5275-custom-csp new 816e606ff WW-5284 Refactor ActionValidatorManager implementations new d30870ac6 WW-5284 Delete unnecessary override new f67e5f1ac Merge pull request #659 from atlassian/WW-5284-clean-up-validator The 6514 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: .../validator/AbstractActionValidatorManager.java | 289 -------------------- .../AnnotationActionValidatorManager.java | 72 +---- .../validator/DefaultActionValidatorManager.java | 303 +++++++++++++++++++-- .../DefaultActionValidatorManagerTest.java | 66 ++--- 4 files changed, 313 insertions(+), 417 deletions(-) delete mode 100644 core/src/main/java/com/opensymphony/xwork2/validator/AbstractActionValidatorManager.java