- Notifications
You must be signed in to change notification settings - Fork 219
Closed
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: refactoringtype: enhancement
Milestone
Description
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 setting AUTO
. In other words it is flagged if found in a Boot 3 project. There are also settings ON
and OFF
:
ON
would flag it in any boot project not just 3.xOFF
would not show this error.
It appears ON
and OFF
support is missing.
Metadata
Metadata
Assignees
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetheme: refactoringtype: enhancement