github classgraph/classgraph classgraph-4.0.7

latest releases: classgraph-4.8.172, classgraph-4.8.171, classgraph-4.8.170...
5 years ago

Bugfix and feature release:

  • Return ClassInfo objects from ClassInfo#getSuperclasses() in ascending order of ancestry (#238). Similarly, now returns ClassInfo objects from ClassInfo#getOuterClasses in innermost-to-outermost order.
  • Add ClassGraph#disableNestedJarScanning() that disables extracting inner jars from within jars (e.g. for a classpath element contained at /path/to/outer.jar!META-INF/lib/inner.jar or similar). Call this method if you care about scanning speed, and you have nested jars in your project, but you are sure you will never need need to scan any of the nested jars.
  • A number of small bugfixes for corner cases.

Don't miss a new classgraph release

NewReleases is sending notifications on new releases.