resilience: prove spring-boot-starter-aop was renamed to spring-boot-starter-aspectj, not removed
Maven Central's maven-metadata.xml for both artifact IDs, read together, shows aop's last release is 4.0.0-M2 and aspectj's first release is 4.0.0-M3 -- a rename at a milestone boundary, not a drop. The renamed starter's own published POM depends on exactly spring-aop + aspectjweaver, the two jars this pom.xml's dependency comment already claimed were needed; this commit adds the reproducible build-break proof, the metadata/POM evidence, and a new doc chapter, and backs the corrected companion-repo links from the resilience4j- circuit-breaker-spring-boot post.
This commit is contained in:
@@ -48,6 +48,7 @@ All of these are diagnostics for the article. Delete [`DemoController`](src/main
|
||||
5. [Retry and transactions](docs/05-retry-and-transactions.md)
|
||||
6. [What is left for Resilience4j](docs/06-what-is-left-for-resilience4j.md)
|
||||
7. [Migrating from spring-retry](docs/07-migrating-from-spring-retry.md)
|
||||
8. [`spring-boot-starter-aop` was renamed, not removed](docs/08-starter-aop-renamed-to-starter-aspectj.md) - also backs the sibling post [Resilience4j Circuit Breaker in Spring Boot 4.1](https://ankurm.com/resilience4j-circuit-breaker-spring-boot/)
|
||||
|
||||
## Findings worth the trip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user