Refactor AnnotationUtils#findAllAnnotationAttributes to accommodate non-default class loader [SPR-8752] #13394
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Ittay Dror opened SPR-8752 and commented
Line 347:
MetadataReader reader = new SimpleMetadataReaderFactory().getMetadataReader(annotatedClassName);
This creates a MetadataReader that uses the default class loader. But the class name may be from a different class loader. This causes a failure later on when trying to load the class name
Affects: 3.1 M2
Referenced from: commits 6837111
The text was updated successfully, but these errors were encountered: