ClassGraph v4.8.78 Release Notes

Release Date: 2020-05-02 // almost 4 years ago
    • Disable java.class.path scanning if parent classloaders are disabled (since you would only disable parent classloaders if you are sure that the context classloader contains the only source of classpath elements you're interested in scanning). (#421, thanks to @nsoft for requesting)
    • ➕ Add support for Uno-Jar and One-Jar classloaders (#423, thanks to @nsoft for requesting).
    • ✂ Remove trailing slashes in whitelisted paths (#425, thanks to @richard-melvin for reporting).
    • 🛠 A few other small bugs fixed.