mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Preserve DefaultContextLoadTimeWeaver no-arg ctor
Issue: SPR-8317
This commit is contained in:
+3
@@ -61,6 +61,9 @@ public class DefaultContextLoadTimeWeaver implements LoadTimeWeaver, BeanClassLo
|
||||
private LoadTimeWeaver loadTimeWeaver;
|
||||
|
||||
|
||||
public DefaultContextLoadTimeWeaver() {
|
||||
}
|
||||
|
||||
public DefaultContextLoadTimeWeaver(ClassLoader beanClassLoader) {
|
||||
setBeanClassLoader(beanClassLoader);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user