spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-m...
yybmion 30a679872c Fix changelog generator missing directly removed properties
The changelog generator did not detect properties that were added to a new
version with error-level deprecation (indicating immediate removal). This
commonly occurs when upgrading dependencies like Flyway 10, where properties
are removed without prior deprecation.

Modified the computeDifferences method to detect properties that only exist
in the new metadata with error-level deprecation and properly mark them as
DELETED in the changelog.

See gh-45267

Signed-off-by: yybmion <yunyubin54@gmail.com>
2025-04-25 15:48:24 +01:00
..
src Fix changelog generator missing directly removed properties 2025-04-25 15:48:24 +01:00
build.gradle Apply conventions plugin to all subprojects 2024-09-24 14:26:32 -07:00