Skip to content

Commit 4a3c129

Browse files
committed
Preserve DefaultContextLoadTimeWeaver no-arg ctor
Issue: SPR-8317
1 parent fa3e9bd commit 4a3c129

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

org.springframework.context/src/main/java/org/springframework/context/weaving/DefaultContextLoadTimeWeaver.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ public class DefaultContextLoadTimeWeaver implements LoadTimeWeaver, BeanClassLo
6161
private LoadTimeWeaver loadTimeWeaver;
6262

6363

64+
public DefaultContextLoadTimeWeaver() {
65+
}
66+
6467
public DefaultContextLoadTimeWeaver(ClassLoader beanClassLoader) {
6568
setBeanClassLoader(beanClassLoader);
6669
}

0 commit comments

Comments
 (0)