spring-boot/spring-boot-project
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 Don't report already migrated properties 2024-06-26 16:24:32 -07:00
spring-boot-actuator Update copyright year of changed files 2024-06-19 22:54:40 -07:00
spring-boot-actuator-autoconfigure Update copyright year of changed files 2024-06-19 22:54:40 -07:00
spring-boot-autoconfigure Create ActiveMQConnectionFactory without using reflection 2024-06-24 11:51:31 +01:00
spring-boot-dependencies Upgrade to Spring Session 3.2.4 2024-06-19 20:34:02 +01:00
spring-boot-devtools Update copyright year of changed files 2024-06-19 22:54:40 -07:00
spring-boot-docker-compose Don't execute @DockerComposeTests if docker is not running 2024-06-20 08:47:56 +02:00
spring-boot-docs Polish "Make conversion mechanism plural" 2024-06-26 14:26:51 +01:00
spring-boot-parent Minimize scope of version management for commons-compress 2024-02-06 15:08:15 +00:00
spring-boot-starters Upgrade to Tomcat 10.1.24 2024-05-16 15:05:48 +01:00
spring-boot-test Disable ReactorResourceFactory use of global resources in tests 2024-06-24 11:22:11 -07:00
spring-boot-test-autoconfigure Improve container test code 2024-06-19 20:10:03 -07:00
spring-boot-testcontainers Fix checkstyle violation 2024-06-25 22:16:03 -07:00
spring-boot-tools Don't report already migrated properties 2024-06-26 16:24:32 -07:00