Open
Description
Overview
Due to tests implemented in conjunction with #25186, it has come to our attention that advice ordering within a single aspect configured via the <aop:aspect>
XML configuration element may not be desirable and is at least not intuitive.
Related Issues
- Fix execution order of @AfterReturning and @After methods in ReflectiveAspectJAdvisorFactory #24673
- Implement reliable invocation order for advice within an @Aspect #25186
Deliverables
- Determine what changes (if any) should be made the advice sorting within a single
<aop:aspect>
element - Update documentation in the reference manual accordingly