github classgraph/classgraph fast-classpath-scanner-2.4.0

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

Bugfix and feature release. Small API change (won't affect most users), hence the version bump to 2.4.x.

Adds new classloader handling capabilities:

  • Now works with Websphere Liberty classloader -- thanks to @RaimondKempees for the code contribution.
  • Now works with jars nested inside an EAR in JBoss -- thanks to @DavyDeDurpel for the code contribution.

Bugs fixed / code changes:

  • Now works with method annotations on constructors. This required changing the API for MethodAnnotationMatchProcessor to take an Executable object rather than Method, since Executable is the superclass of both Method and Constructor. This API change caused the version number bump to 2.4.x.
  • Refactoring; some minor optimizations.

Don't miss a new classgraph release

NewReleases is sending notifications on new releases.