github classgraph/classgraph fast-classpath-scanner-2.11.0

latest releases: classgraph-4.8.172, classgraph-4.8.171, classgraph-4.8.170...
6 years ago

Improves handling of non-standard ClassLoaders.

  • Add support for AntClassLoader (thanks to @jacobg for the PR)
  • Add a generic FallbackClassLoaderHandler that tries to get the classpath from a ClassLoader using a wide range of possible methods and field names (such as getClasspath(), getClassPath(), getURLs(), getUrls(), etc.). This will eliminate the need for writing a custom ClassLoaderHandler in many cases.
  • Cleaned up the ClassLoaderHandler API a bit, so bumped the version code to 2.11.x.

Don't miss a new classgraph release

NewReleases is sending notifications on new releases.