[validation] spring.factories EnableAutoConfiguration
key for boot 3.0 ignores 'on' setting
#917
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: refactoring
type: enhancement
Milestone
The
org.springframework.boot.autoconfigure.EnableAutoConfiguration
key is gone as of boot 3.There is validation for this key found in
spring.factories
file. However, it only follows its default settingAUTO
. In other words it is flagged if found in a Boot 3 project. There are also settingsON
andOFF
:ON
would flag it in any boot project not just 3.xOFF
would not show this error.It appears
ON
andOFF
support is missing.The text was updated successfully, but these errors were encountered: