[spring framework 7] add validation + quickfixes to identify new BeanRegistrars that are not imported #1499
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: validation
type: enhancement
Milestone
The new way to register beans in a functional way is coming to Spring Framework 7:
spring-projects/spring-framework#18353 (comment)
We need to add a new validation:
BeanRegistrar
, there should be an@Import(..)
for that class in some configuration@Import
to existing configuration classes, or create a new configuration class with that@Import
@Import
annotation, in which case the bean registrar type should be added to that@Import
annotation for that config classThe text was updated successfully, but these errors were encountered: