github classgraph/classgraph fast-classpath-scanner-2.0.13

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

Bugfix release: Run MatchProcessors in the calling thread for synchronous scans, to avoid a possible class initialization deadlock.

(Previous to this release, it was possible to enter a state of classical class initializer deadlock if FastClasspathScanner was called asynchronously from within a class initializer block, and a user-provided MatchProcessor tried to access a field or method of the same class, since the MatchProcessors were run on a separate thread -- bug #103.)

Don't miss a new classgraph release

NewReleases is sending notifications on new releases.