governator
governator copied to clipboard
AppClassLoader will be autoclosed.
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。