mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-03 03:38:33 +08:00
class loader priority - dynamic loader has higher priority than static one
#PL-1977
This commit is contained in:
parent
54ce1be3da
commit
bb253cd059
@ -94,7 +94,7 @@ public class JavaClassLoader extends URLClassLoader {
|
||||
Class clazz;
|
||||
|
||||
if (!sourceProvider.getSourceFile(className).exists()) {
|
||||
clazz = super.loadClass(className);
|
||||
clazz = super.loadClass(className, resolve);
|
||||
return clazz;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user