File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
components/sbm-recipes-boot-upgrade/src
main/resources/recipes/27_30/report
test/java/org/springframework/sbm/boot/upgrade_27_30/report/helper Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 677
677
condition :
678
678
type : org.springframework.sbm.build.migration.conditions.AnyEffectiveDependencyExistMatchingRegex
679
679
dependencies :
680
- - ' org\.springframework\:.*'
680
+ - ' org\.springframework\.boot\:spring-boot\ :.*'
681
681
682
682
change : |-
683
683
The phases used by the `SmartLifecycle` implementations for graceful shutdown have been updated.
686
686
687
687
affected : |-
688
688
Actually, we don't know if the scanned application is really affected by this change.
689
- But we found a dependency matching regex `org\.springframework\:.*`.
689
+ But we found a dependency matching regex `org\.springframework\.boot\:spring-boot\ :.*`.
690
690
This indicates that the scanned application might be affected.
691
691
remediation :
692
692
description : |-
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ void withSingleModuleApplicationShouldRender() {
28
28
ProjectContext context = TestProjectContext
29
29
.buildProjectContext ()
30
30
.withSpringBootParentOf ("2.7.5" )
31
- .withBuildFileHavingDependencies ("org.springframework:spring-core:6.0.2 " )
31
+ .withBuildFileHavingDependencies ("org.springframework.boot :spring-boot:2.7.5 " )
32
32
.build ();
33
33
34
34
SpringBootUpgradeReportTestSupport .generatedSection ("Updated Phases for Graceful Shutdown" )
@@ -43,7 +43,7 @@ void withSingleModuleApplicationShouldRender() {
43
43
44
44
==== Why is the application affected
45
45
Actually, we don't know if the scanned application is really affected by this change.
46
- But we found a dependency matching regex `org\\ .springframework\\ :.*`.
46
+ But we found a dependency matching regex `org\\ .springframework\\ .boot \\ :spring-boot \\ :.*`.
47
47
This indicates that the scanned application might be affected.
48
48
49
49
==== Remediation
You can’t perform that action at this time.
0 commit comments