Skip to content

Releases: avaje/classpath-scanner-api

7.0

23 Mar 05:00

Choose a tag to compare

#5 - Bump to java 11 and System.Logger

6.0

05 Aug 11:18

Choose a tag to compare

6.0

Changes:

  • Update to use junit 5
  • Tidy internals of ClassPathScanner etc
  • Refactor rename ContextHolder to AndroidContextHolder and moved it to…
  • Tidy Location, getter methods to record style
  • Change to use Predicate<Class<?>> and Predicate for filtering
  • Remove ClassPathScanException and tidy
  • Rename getLocation() -> location() and getFileName() -> name()
  • Remove loadAsBytes() and locationOnDisk()

4.1

12 Dec 23:38

Choose a tag to compare

4.1

Change groupId to io.avaje #4

    <dependency>
      <groupId>io.avaje</groupId>
      <artifactId>classpath-scanner-api</artifactId>
      <version>4.1</version>
    </dependency>

3.1

25 Jan 22:17

Choose a tag to compare

3.1

#3 Bump to Java 8

2.2

24 Jul 23:31

Choose a tag to compare

2.2

Issues:

#2 FilterResource did not work on windows-platform as it used the File.separator instead of '/'