Skip to content

@EnableAutoConfiguration and @ImportAutoConfiguration use different class loaders to find candidate configurations #26234

@wilkinsona

Description

@wilkinsona

@EnableAutoConfiguration uses the bean class loader. @ImportAutoConfiguration uses the class loader of ImportAutoConfigurationImportSelector.class. Both should use the bean class loader.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions