github classgraph/classgraph classgraph-4.8.75

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

Added support for scanning Path objects in custom filesystems, whether they are directories or files. Therefore you can now specify the URL path of a directory, even for custom URL schemes like jimfs:https://github.com/google/jimfs), and the recursive scanner will use the Path API rather than the File API. If you specify the URL path of a jarfile, it will be opened using FileChannel. If a custom URI scheme is not backed by an underlying FileSystem implementation, then URL.openConnection() is used instead. (#420, thanks to @oliviercailloux for the feature request.)

Don't miss a new classgraph release

NewReleases is sending notifications on new releases.