Improve support for @Aspect-annotated @Configuration classes by relaxing constraints in AbstractAspectJAdvisorFactory#isAspect() [SPR-5598] #10269
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Chris Beams opened SPR-5598 and commented
Per prior discussions on this topic, try to simplify the logic required to process
@Aspect-annotated
@Configuration
classes by relaxing the restrictions in AbstractAspectJAdvisorFactory#isAspect. See ConfigurationEnhancer#nestOneClassDeeperIfAspect() for details of the current workaround. Implementing this fix will allow for eliminating AddAnnotationAdapter as well as the above mentioned method from ConfigurationEnhancer.No further details from SPR-5598
The text was updated successfully, but these errors were encountered: