spring-boot-migrator
spring-boot-migrator copied to clipboard
3.0.0-M5: Changes to Data properties
From Release Notes
The data prefix has been reserved for Spring Data and any properties under the
dataprefix imply that Spring Data is required on the classpath.
What needs to be done
When properties starting with spring.data. exist but no dependency to org\\.springframework\\.data\\:.* exists on the classpath, create a warning in the report.
The scan found these properties starting with
data.{list properties found} but no dependency matching {used regex} on the classpath. The data prefix has been reserved for Spring Data and any properties under thedataprefix imply that Spring Data is required on the classpath. Please rename the properties and choose a prefix different todata.ifspring-datais not required on the classpath.