spring-projects / spring-boot

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
https://spring.io/projects/spring-boot
Apache License 2.0
75.19k stars 40.69k forks source link

Rename spring-boot-starter-aop to spring-boot-starter-aspects #42948

Open philwebb opened 1 week ago

philwebb commented 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.

kiruthiga1793 commented 1 week ago

@philwebb Can you assign this issue to me please? I want to contribute to this issue.

philwebb commented 1 week ago

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.