Skip to content

Releases: classgraph/classgraph

fast-classpath-scanner-1.2.4

25 May 07:27
Compare
Choose a tag to compare

Bugfix release: fixes Issue #7 (java.lang.Object doesn't have a superclass) and implements the feature request in Issue #8 (blacklisted packages).

fast-classpath-scanner-1.2.3

01 Apr 06:26
Compare
Choose a tag to compare

Added convenience methods for matching static fields.

fast-classpath-scanner-1.2.2

01 Apr 06:03
Compare
Choose a tag to compare

Allow for the constructor to be called without any arguments, causing all packages in the classpath to be scanned.

fast-classpath-scanner-1.2.1

01 Apr 05:29
Compare
Choose a tag to compare

Incorporates changes from @drodatkins' fork. In particular, switches to varargs syntax for the constructor.

fast-classpath-scanner-1.2

01 Apr 04:55
Compare
Choose a tag to compare

Added methods to get the names of matching classes and interfaces as strings, without calling the classloader. Closes issue #6.

Bugfix release, v1.0.1

11 Feb 23:38
Compare
Choose a tag to compare

Fixes a NullPointerException when no subclasses of a requested class are found, or no subinterfaces of a requested interface.

fast-classpath-scanner-1.0.0

01 Apr 05:30
Compare
Choose a tag to compare

First complete release.