Skip to content

Commit fc83682

Browse files
author
David O'Sullivan
committed
Set new date for SAR deprecation
1 parent 407d9fb commit fc83682

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/java_buildpack/framework/spring_auto_reconfiguration.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def log_warning_scc_manual
7171
@logger.warn do
7272
'ATTENTION: The Spring Cloud Connectors library is present in your application. This library ' \
7373
'has been in maintenance mode since July 2019 and will stop receiving all updates after ' \
74-
'Aug 2023.'
74+
'Mar 2024.'
7575
end
7676
@logger.warn do
7777
'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
8787
@logger.warn do
8888
'If you are not using these libraries, set `JBP_CONFIG_SPRING_AUTO_RECONFIGURATION=\'{enabled: false}\'` ' \
8989
'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.'
9292
end
9393
@logger.warn do
9494
'If you are using these libraries, please migrate to java-cfenv immediately. ' \

0 commit comments

Comments
 (0)