governator icon indicating copy to clipboard operation
governator copied to clipboard

AppClassLoader will be autoclosed.

Open blling opened this issue 7 years ago • 0 comments

If inject a sun.misc.Launcher$AppClassLoader(it implements Autoclosable) in governator, it will be closed by the predestroy strategy, and cause error java.lang.NoClassDefFoundError when call the next predestroy method which used the classes load by the sun.misc.Launcher$AppClassLoader

blling avatar Jul 11 '18 09:07 blling