github classgraph/classgraph fast-classpath-scanner-1.91.0

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

API changes; major refactoring.

  • .scan() now returns a new class, ScanResult.
  • Methods of FastClasspathScanner that depended on the scan results (e.g. .getNamesOfAllClasses()) have been moved to ScanResult.
  • Added new .scanAsync() method that returns a Future<ScanResult>.
  • Reworked multithreading code.
  • Major refactoring work.

Don't miss a new classgraph release

NewReleases is sending notifications on new releases.