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

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


    from 97012c7  Merge pull request #189 from lukaszlenart/upgrade-spring
     add d5926b7  Searches hierarchy down to Object class for annotation
     add a3180e3  Adds test to cover searching down the hierarchy
     add a9899b6  Introduces new method find all annotations
     add 46462b3  Rephrases JavaDoc to better express function's meaning
     add 72058bf  Reverts findAnnotation to its previous state
     add cf71e0f  add support finding annotations on interfaces and their 
packages
     add 8d4194b  allow duplicate in AnnotationUtils.findAnnotations result
     add 7446083  Merge pull request #1 from yasserzamani/scan-deeper
     new 9b892cc  Merge pull request #206 from lukaszlenart/scan-deeper

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:
 .../opensymphony/xwork2/util/AnnotationUtils.java  | 37 +++++++++++++++++++++-
 .../xwork2/util/AnnotationUtilsTest.java           | 34 +++++++++++++++++---
 .../{Dummy2Class.java => Dummy3Class.java}         |  6 ++--
 .../xwork2/util/annotation/DummyClass.java         |  4 ++-
 .../xwork2/util/annotation/MyAnnotation2.java      |  2 ++
 .../pkg1/AbstractAbstractDummyAction.java}         |  9 +++---
 .../pkg1/AbstractDummyAction.java}                 |  4 +--
 .../annotation/pkg2/Package2DummyInterface.java}   |  9 +++---
 .../xwork2/util/annotation/pkg2/package-info.java} |  9 ++----
 .../PackageBasedActionConfigBuilder.java           | 15 ++++-----
 .../PackageBasedActionConfigBuilderTest.java       |  6 +++-
 11 files changed, 98 insertions(+), 37 deletions(-)
 copy 
core/src/test/java/com/opensymphony/xwork2/util/annotation/{Dummy2Class.java => 
Dummy3Class.java} (87%)
 copy 
core/src/{main/java/com/opensymphony/xwork2/config/BeanSelectionProvider.java 
=> 
test/java/com/opensymphony/xwork2/util/annotation/pkg1/AbstractAbstractDummyAction.java}
 (80%)
 copy core/src/test/java/com/opensymphony/xwork2/util/{BarJunior.java => 
annotation/pkg1/AbstractDummyAction.java} (86%)
 copy 
core/src/{main/java/com/opensymphony/xwork2/config/BeanSelectionProvider.java 
=> 
test/java/com/opensymphony/xwork2/util/annotation/pkg2/Package2DummyInterface.java}
 (81%)
 copy core/src/{main/java/org/apache/struts2/result/Redirectable.java => 
test/java/com/opensymphony/xwork2/util/annotation/pkg2/package-info.java} (84%)

-- 
To stop receiving notification emails like this one, please contact
yasserzam...@apache.org.

Reply via email to