ClassGraph v4.8.71 Release Notes

Release Date: 2020-04-17 // almost 4 years ago
    • 🔦 Exposes the class file major and minor version number in ClassInfo (#418, thanks to @adelel1 for requesting). Adds the methods:
      • ClassInfo#getClassfileMinorVersion()
      • ClassInfo#getClassfileMajorVersion()
    • 📦 Ignores any classfile other than module-info.class in the default (empty) package, if a classpath element is a modular jar, when running under JDK 9+. (This is because JPMS doesn't allow classes to be in the default package in modules -- #417.)