mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Previously, the list of modules for a particular version of Boot was hard-coded. When this list got of a sync with a version's actual modules, the changelog would become inaccurate as the generator would not have a complete view of all of the version's metadata. This commit addresses this by resolving the list of modules for a particular version from its dependency management declared in spring-boot-dependencies. Closes gh-49336