Skip to content

classgraph-4.8.91

Choose a tag to compare

@lukehutch lukehutch released this 28 Nov 06:29
· 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.