mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
Update `AggregatedJavadoc` so that jar names are constructed from resolved artifact IDs rather than using the raw cache filename. Without this change, javadoc generation fails when consuming SNAPSHOT dependencies. See gh-51456