Remove spring-boot-starter-aop dependency from spring-boot-starter-data-jpa and spring-boot-starter-integration #42934
Labels
status: noteworthy
A noteworthy issue to call out in the release notes
type: enhancement
A general enhancement
Milestone
Some performance work shows that a simple Spring Data JPA application can have improved startup time if the following exclusions are applied to
spring-boot-starter-data-jpa
.My non scientific testing shows before:
after:
Perhaps we should change existing starters that pull in
spring-boot-starter-aop
to instead just pull inspring-aop
.The text was updated successfully, but these errors were encountered: