Skip to content

[refactoring] Migrate Boot 2 auto-config to Boot  #908

Closed
@BoykoAlex

Description

@BoykoAlex

Boot 2: Configuration beans to scan are listed in spring.factories file under key org.springframework.boot.autoconfigure.EnableAutoConfiguration as classes FQNs separated by commas

Boot 3: spring.factories key org.springframework.boot.autoconfigure.EnableAutoConfiguration is retired. Classes FQNs go into a separate file org.springframework.boot.autoconfigure.AutoConfiguration.imports with each FQN on a new line

This to be implemented in rewrite-spring as a recipe and to be included in the Boot 3 migration aggregate recipe

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions