Skip to content

Commit 407d9fb

Browse files
Merge pull request #977 from cloudfoundry/re-enable-sar-default
Re-enables auto-reconfig by default
2 parents 569b473 + 7b30f84 commit 407d9fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/spring_auto_reconfiguration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
---
2020
version: 2.+
2121
repository_root: "{default.repository.root}/auto-reconfiguration"
22-
enabled: false
22+
enabled: true

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-
'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. ' \

0 commit comments

Comments
 (0)