spring-boot/spring-boot-project
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 Update link to "Parameter Name Retention" wiki 2025-04-25 15:10:28 +01:00
spring-boot-actuator Polish boolean members that can use the default `false` value 2025-04-11 09:32:35 -07:00
spring-boot-actuator-autoconfigure Fix potential null problem in actuator 2025-04-24 08:23:49 +02:00
spring-boot-autoconfigure Only set init param to disable Jersey when Jersey is present 2025-04-25 14:45:50 +01:00
spring-boot-dependencies Revert "Upgrade to Netty 4.1.120.Final" 2025-04-24 10:04:19 +02:00
spring-boot-devtools Replace deprecated Project.task() 2025-04-14 16:17:53 -07:00
spring-boot-docker-compose Improve debuggability of DockerComposeTestExtension 2025-03-19 09:42:22 +01:00
spring-boot-docs Ensure resolved bom is available before using it for Javadoc links 2025-04-24 16:41:34 +01:00
spring-boot-parent Check imported boms for unwanted dependency management 2025-03-26 10:52:30 +00:00
spring-boot-starters Add reference to Styra (OPA) Spring Boot SDK 2025-04-02 13:40:02 +01:00
spring-boot-test Polish boolean members that can use the default `false` value 2025-04-11 09:32:35 -07:00
spring-boot-test-autoconfigure Replace deprecated Project.task() 2025-04-14 16:17:53 -07:00
spring-boot-testcontainers Use gvenzl/oracle-free:23.6-slim which has ARM64 support 2025-03-19 09:22:58 +01:00
spring-boot-tools Fix changelog generator missing directly removed properties 2025-04-25 15:48:24 +01:00