Open philwebb opened 1 week ago
Since spring-boot-starter-aop pulls in spring-aspects and aspectj it might be better to rename it. Without those dependencies it only pulls in the spring-aop modules which doesn't really need a starter since it's pulled in by spring-context.
spring-boot-starter-aop
spring-aspects
aspectj
spring-aop
spring-context
@philwebb Can you assign this issue to me please? I want to contribute to this issue.
All yours @kiruthiga1793, but we won't be able to merge anything for a while as we haven't yet started on 3.5.x work.
Since
spring-boot-starter-aop
pulls inspring-aspects
andaspectj
it might be better to rename it. Without those dependencies it only pulls in thespring-aop
modules which doesn't really need a starter since it's pulled in byspring-context
.