File tree 1 file changed +3
-3
lines changed
lib/java_buildpack/framework
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def log_warning_scc_manual
71
71
@logger . warn do
72
72
'ATTENTION: The Spring Cloud Connectors library is present in your application. This library ' \
73
73
'has been in maintenance mode since July 2019 and will stop receiving all updates after ' \
74
- 'Aug 2023 .'
74
+ 'Mar 2024 .'
75
75
end
76
76
@logger . warn do
77
77
'Please migrate to java-cfenv immediately. See https://via.vmw.com/EiBW for migration instructions.' \
@@ -87,8 +87,8 @@ def log_warning_sar_scc_auto
87
87
@logger . warn do
88
88
'If you are not using these libraries, set `JBP_CONFIG_SPRING_AUTO_RECONFIGURATION=\'{enabled: false}\'` ' \
89
89
'to disable their installation and clear this warning message. The buildpack will switch its default ' \
90
- 'to disable by default after April 2023. Spring Auto Reconfiguration and its shaded Spring Cloud ' \
91
- 'Connectors will be removed from the buildpack after Aug 2023 .'
90
+ 'to disable by default after March 2023. Spring Auto Reconfiguration and its shaded Spring Cloud ' \
91
+ 'Connectors will be removed from the buildpack after March 2024 .'
92
92
end
93
93
@logger . warn do
94
94
'If you are using these libraries, please migrate to java-cfenv immediately. ' \
You can’t perform that action at this time.
0 commit comments