Skip to content

classgraph-4.8.71

Compare
Choose a tag to compare
@lukehutch lukehutch released this 17 Apr 21:08
  • 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.)