github classgraph/classgraph classgraph-4.8.26

latest releases: classgraph-4.8.172, classgraph-4.8.171, classgraph-4.8.170...
5 years ago
  • Fixes for ../ path segment support in Class-Path entries in manifest files (#340, thanks to @masoudamri for reporting).
  • Reduce memory usage by interning all strings obtained from classfile constant pools. This will result in significant memory savings for large scans, at a 1%-5% overhead in scan time. (A custom string interner is used that is backed by a ConcurrentHashMap, rather than using String.intern(), so that the memory can be freed after the scan.) (#338, thanks to @laonawuli for reporting)

Don't miss a new classgraph release

NewReleases is sending notifications on new releases.