feat: hook Class.forName
This commit is contained in:
parent
5194243b35
commit
6e71383cf9
|
@ -23,6 +23,7 @@ public class PrivacyPlugin implements PluginEntry {
|
||||||
new VMOptionsTransformer(),
|
new VMOptionsTransformer(),
|
||||||
new PluginClassLoaderTransformer(),
|
new PluginClassLoaderTransformer(),
|
||||||
new LicensingFacadeTransformer(),
|
new LicensingFacadeTransformer(),
|
||||||
new PluginManagerCoreTransformer());
|
new PluginManagerCoreTransformer(),
|
||||||
|
new ClassTransformer());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue