AnnotationAwareOrderComparator does not work on proxied classes [SPR-10514] #15145
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Rob Winch opened SPR-10514 and commented
Currently AnnotationAwareOrderComparator does not work on proxied classes because it does not look at the parent class. To resolve this, it would be good to find the Order annotation using AnnotationUtils.findAnnotation
If this is acceptable, I can go ahead and push a fix for this.
Affects: 3.2.2
Issue Links:
Referenced from: commits 814d24e, 6b89af8
The text was updated successfully, but these errors were encountered: