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:17 UTC

[struts] branch master updated (158b1d4 -> eb2475e)

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 158b1d4  Merge pull request #229 from sdutry/WW-4796
     add 13cbf0e  WW-5017 Drops deprecated Validation annotation as not needed
     add 6428aaf  Merge branch 'master' into WW-5017-drop-validation
     new eb2475e  Merge pull request #407 from apache/WW-5017-drop-validation

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:
 .../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(-)
 delete mode 100644 core/src/main/java/com/opensymphony/xwork2/validator/annotations/Validation.java


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

Posted by lu...@apache.org.
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(-)