spring-boot/spring-boot-project/spring-boot-tools/spring-boot-properties-migrator
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
..
src Don't report already migrated properties 2024-06-26 16:24:32 -07:00
build.gradle Move spring-boot-properties-migrator into spring-boot-tools 2022-09-23 16:18:30 +01:00