classgraph-4.8.91
·
1105 commits
to latest
since this release
Added automatic package roots to classpath element URIs, e.g. for Spring-Boot applications. Previously if you called ClassGraph#getClasspathElementURIs(), you would get the URI for the Spring-Boot jar, rather than that URI with !/BOOT-INF/classes/ appended.
Thanks to Giuseppe Navato for the report.