spring-boot/spring-boot-project/spring-boot-tools
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
..
spring-boot-antlib Replace deprecated Project.task() 2025-04-14 16:17:53 -07:00
spring-boot-autoconfigure-processor Apply conventions plugin to all subprojects 2024-09-24 14:26:32 -07:00
spring-boot-buildpack-platform Add application directory layer to ephemeral builder for Podman support 2025-04-22 19:11:45 -07:00
spring-boot-cli Replace deprecated Project.task() 2025-04-14 16:17:53 -07:00
spring-boot-configuration-metadata Apply conventions plugin to all subprojects 2024-09-24 14:26:32 -07:00
spring-boot-configuration-metadata-changelog-generator Fix changelog generator missing directly removed properties 2025-04-25 15:48:24 +01:00
spring-boot-configuration-processor Polish 'Handle generics with identical names in different positions' 2025-04-08 15:07:51 -07:00
spring-boot-gradle-plugin Upgrade to Gradle 8.14 2025-04-25 14:33:32 +01:00
spring-boot-gradle-test-support Polish boolean members that can use the default `false` value 2025-04-11 09:32:35 -07:00
spring-boot-jarmode-tools Consistently return non-zero exit codes for jarmode failures 2024-12-06 19:00:50 -08:00
spring-boot-loader Consistently return non-zero exit codes for jarmode failures 2024-12-06 19:00:50 -08:00
spring-boot-loader-classic Update copyright year of changed files 2024-12-13 19:03:43 -08:00
spring-boot-loader-tools Replace deprecated Project.task() 2025-04-14 16:17:53 -07:00
spring-boot-maven-plugin Fix documentation links to buildpacks.io 2025-04-21 08:30:35 +02:00
spring-boot-properties-migrator Merge branch '3.2.x' into 3.3.x 2024-09-24 14:29:09 -07:00
spring-boot-test-support Allow ResourcesClassLoader to participate in CGLIB's cache 2025-04-10 16:22:14 +02:00
spring-boot-test-support-docker Use gvenzl/oracle-free:23.6-slim which has ARM64 support 2025-03-19 09:22:58 +01:00