Disable Aop auto-config if aspectjweaver is not present
This commit adds an additional class check to AopAutoConfiguration as it is main role is to configure `@EnableAspectJAutoProxy` which won't work properly if `aspectjweaver` is not present. Closes gh-9880
Showing
Please register or sign in to comment