File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
lib/java_buildpack/framework Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919---
2020version : 2.+
2121repository_root : " {default.repository.root}/auto-reconfiguration"
22- enabled : false
22+ enabled : true
Original file line number Diff line number Diff 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- 'Dec 2022 .'
74+ 'Aug 2023 .'
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 Aug 2022 . Spring Auto Reconfiguration and its shaded Spring Cloud ' \
91- 'Connectors will be removed from the buildpack after Dec 2022 .'
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 .'
9292 end
9393 @logger . warn do
9494 'If you are using these libraries, please migrate to java-cfenv immediately. ' \
You can’t perform that action at this time.
0 commit comments