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:
2026-09-18 08:34:06 +00:00
parent baff043748
commit 604291067e
9 changed files with 179 additions and 2 deletions
+4 -1
View File
@@ -48,7 +48,10 @@
</dependency>
<!-- Resilience4j: annotations are woven by its own aspects, so AspectJ must be present.
Boot 4 renamed spring-boot-starter-aop to spring-boot-starter-aspectj. -->
Boot 4 renamed spring-boot-starter-aop to spring-boot-starter-aspectj (confirmed against
Maven Central's maven-metadata.xml for both artifact IDs and the renamed starter's own
published POM, which depends on exactly spring-aop + aspectjweaver, the two jars this
file used to add by hand before that was verified). See docs/08-starter-aop-renamed-to-starter-aspectj.md. -->
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-spring-boot4</artifactId>