github classgraph/classgraph fast-classpath-scanner-2.9.4

latest releases: classgraph-4.8.169, classgraph-4.8.168, classgraph-4.8.167...
6 years ago

Bugfixes and API additions.

  • Add FastClasspathScanner#alwaysScanClasspathElementRoot() so that you can whitelist "" (the default package) without scanning everything below it (which would be everything in all packages). That lets you add a FileMatchProcessor that can match files in the root directory of a classpath element. (Fixes #162)
  • Allow "META-INF" to be given as a package name for whitelisting. (Fixes #163)
  • Add FastClasspathScanner#getUniqueClasspathElementURLs() and ScanResult#getUniqueClasspathElementURLs() (Fixes #164)
  • Make ClassLoader handling more robust.
  • Improve logging, and some other small cleanups.

Don't miss a new classgraph release

NewReleases is sending notifications on new releases.