Closed
Description
Most (all) of what happens in AopAutoConfiguration
is to @EnableAspectJAutoProxy
. Proxies cannot be created unless the aspectjweaver is on the classpath. If the user wants to use AspectJ natively they wouldn't include the weaver, so logically it makes sense to back off if the weaver isn't present.