Skip to content

classgraph-4.8.18

Compare
Choose a tag to compare
@lukehutch lukehutch released this 21 Mar 14:24

Some additional tweaks to the order in which classloaders are tried, specifically to handle the case where the context classloader is overridden on a per-thread basis (the current thread's context classloader is now the first classloader tried when ClassInfo#loadClass() is called).