ClassGraph v4.8.74 Release Notes

Release Date: 2020-04-23 // almost 4 years ago
  • ➕ Added an optimization for custom filesystems, which checks classpath URLs to see if the URL is backed by a filesystem. If so, ClassGraph uses the FileChannel API to access the URL, rather than opening a connection to the URL, avoiding an extra copy. (#400, #420)