spring-boot/spring-boot-project/spring-boot-tools/spring-boot-properties-migrator/src
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
..
main Don't report already migrated properties 2024-06-26 16:24:32 -07:00
test Don't report already migrated properties 2024-06-26 16:24:32 -07:00