-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Open
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
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
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement