spring-boot/spring-boot-project/spring-boot-tools
Phillip Webb 962936370a Don't report already migrated properties
Update `PropertiesMigrationReporter` so that already migrated properties
are not reported. Prior to this commit, if a deprecated property was
replaced by a property that could bind with the name relaxed name it
would be reported. For example: `test.someproperty` being replaced with
`test.some-property`.

In order to check the actual underlying property name, the
`PropertySourceOrigin` class has been updated so that it is always
returned, even if another `Origin` is available.

Fixes gh-35774
2024-06-26 16:24:32 -07:00
..
spring-boot-antlib Rename spring-boot-loader to spring-boot-loader-classic 2023-10-03 15:40:04 -07:00
spring-boot-autoconfigure-processor Use .isEmpty() where feasible 2023-12-19 22:38:05 -08:00
spring-boot-buildpack-platform Allow 'npipe://' prefix in Docker host address 2024-06-25 12:40:11 -07:00
spring-boot-cli Update copyright year of changed files 2024-06-19 22:54:40 -07:00
spring-boot-configuration-metadata Replace contains/put/get pattern with computeIfAbsent 2023-08-08 13:12:47 +02:00
spring-boot-configuration-metadata-changelog-generator Escape pipe symbol in properties changelog table cells 2023-11-30 11:37:25 +01:00
spring-boot-configuration-processor Merge branch '3.1.x' into 3.2.x 2024-02-12 10:18:46 +01:00
spring-boot-gradle-plugin Update copyright year of changed files 2024-06-19 22:54:40 -07:00
spring-boot-gradle-test-support Update copyright year of changed files 2024-06-19 22:54:40 -07:00
spring-boot-jarmode-layertools Merge branch '3.1.x' into 3.2.x 2024-04-18 11:59:50 +02:00
spring-boot-loader Polish "Use method references when possible in test code" 2024-06-11 12:58:04 -07:00
spring-boot-loader-classic Polish "Use method references when possible in test code" 2024-06-11 12:58:04 -07:00
spring-boot-loader-tools Upgrade to the latest Framework 6.0.x release 2024-05-28 16:52:00 +01:00
spring-boot-maven-plugin Exclude plexus-utils in favor of Maven's build-in version 2024-06-26 16:59:23 +01:00
spring-boot-properties-migrator Don't report already migrated properties 2024-06-26 16:24:32 -07:00
spring-boot-test-support Improve container test code 2024-06-19 20:10:03 -07:00