You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/05/03 10:01:18 UTC

[struts] 01/01: Merge pull request #407 from apache/WW-5017-drop-validation

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit eb2475e57087dad9f6df4a5523befcddaab2ed5f
Merge: 158b1d4 6428aaf
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun May 3 12:01:07 2020 +0200

    Merge pull request #407 from apache/WW-5017-drop-validation
    
    [WW-5017] Drops deprecated Validation annotation as not needed

 .../AnnotationValidationConfigurationBuilder.java  |  10 --
 .../xwork2/validator/annotations/Validation.java   | 141 ---------------------
 .../xwork2/SimpleAnnotationAction.java             |   6 +-
 .../xwork2/test/AnnotationDataAware.java           |   1 -
 .../opensymphony/xwork2/test/AnnotationUser.java   |  23 ++--
 .../xwork2/test/AnnotationUserMarker.java          |  22 ++--
 .../ValidateAnnotatedMethodOnlyAction.java         |   7 +-
 7 files changed, 21 insertions(+), 189 deletions(-)