Skip to content

Commit 11fa850

Browse files
committed
Merge branch '2.3.x' into 2.4.x
Closes gh-26236
2 parents 7be9c26 + 4a990f3 commit 11fa850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ImportAutoConfigurationImportSelector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private Collection<String> getConfigurationsForAnnotation(Class<?> source, Annot
9494
}
9595

9696
protected Collection<String> loadFactoryNames(Class<?> source) {
97-
return SpringFactoriesLoader.loadFactoryNames(source, getClass().getClassLoader());
97+
return SpringFactoriesLoader.loadFactoryNames(source, getBeanClassLoader());
9898
}
9999

100100
@Override

0 commit comments

Comments
 (0)