github classgraph/classgraph fast-classpath-scanner-2.6.1

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

Bugfix / feature release.

  • On JDK9, handle additional constant pool types (#141, thanks to @wuetherich for the bug report and patch).
    • Note that full JDK9 support is not yet completed (#36), this just means that FastClasspathScanner doesn't throw an exception while scanning JDK9-built jars. Please report any other problems that you come across with JDK9-built jars.
  • Add FieldInfo#getType(), FieldInfo#getAnnotationTypes(), MethodInfo#getReturnType(), MethodInfo#getParameterTypes(), and MethodInfo#getAnnotationTypes(), which return Class<?> references rather than type strings. Note that this can cause type classes to get loaded and possibly initialized (which can cause side effects). (#140, thanks to @febielgiva for the feature request.)

Don't miss a new classgraph release

NewReleases is sending notifications on new releases.