Releases: avaje/classpath-scanner-api
Releases · avaje/classpath-scanner-api
7.0
23 Mar 05:00
Compare
Sorry, something went wrong.
No results found
#5 - Bump to java 11 and System.Logger
6.0
05 Aug 11:18
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.2
24 Jul 23:31
Compare
Sorry, something went wrong.
No results found
Issues:
#2 FilterResource did not work on windows-platform as it used the File.separator instead of '/'