codehaus-plexus/plexus-classworlds

ClassWorld should implement Closeable

Closed this issue · 0 comments

kwin commented

As each ClassRealm extends URLClassLoader it also implements Closeable. In order to ease closing all realms of a ClassWorld the latter should implement Closeable as well and should close all realms in its close() method.