Files
spring-boot/configuration-metadata
Andy Wilkinson 396bdfb385 Make config metadata changelog generation more robust
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
2026-02-26 14:13:29 +00:00
..