spring-boot-migrator icon indicating copy to clipboard operation
spring-boot-migrator copied to clipboard

3.0.0-M5: Changes to Data properties

Open fabapp2 opened this issue 3 years ago • 0 comments

From Release Notes

The data prefix has been reserved for Spring Data and any properties under the data prefix 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 the data prefix imply that Spring Data is required on the classpath. Please rename the properties and choose a prefix different to data. if spring-data is not required on the classpath.

Additional information

DatabaseDriverGaeFinder

DatabaseDriverGaeSectionBuilder

fabapp2 avatar Sep 27 '22 07:09 fabapp2