File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
components/sbm-recipes-boot-upgrade/src
test/java/org/springframework/sbm/boot/upgrade_27_30/report Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 81
81
The scan found properties with `spring.data` prefix but no dependency matching `org.springframework.data:.*`.
82
82
83
83
<#list matches as match>
84
- * file://${match.absolutePath}[`${match.relativePath}`]
84
+ * file://${match.absolutePath}[`${match.relativePath}`]<#lt>
85
85
<#list match.propertiesFound as property>
86
- ** `${property}`
86
+ ** `${property}`<#lt>
87
87
</#list>
88
88
</#list>
89
89
Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ void changesToDataPropertiesSection_renders() {
54
54
==== Why is the application affected
55
55
The scan found properties with `spring.data` prefix but no dependency matching `org.springframework.data:.*`.
56
56
57
- * file://<PATH>/src/main/resources/application.properties[`src/main/resources/application.properties`]
58
- ** `spring.data.foo`
59
- * file://<PATH>/src/main/resources/application-another.properties[`src/main/resources/application-another.properties`]
60
- ** `spring.data.here`
57
+ * file://<PATH>/src/main/resources/application.properties[`src/main/resources/application.properties`]
58
+ ** `spring.data.foo`
59
+ * file://<PATH>/src/main/resources/application-another.properties[`src/main/resources/application-another.properties`]
60
+ ** `spring.data.here`
61
61
62
62
==== Remediation
63
63
Either add `spring-data` dependency, rename the property or remove it in case it's not required anymore.
You can’t perform that action at this time.
0 commit comments