ClassGraph v4.8.91 Release Notes

Release Date: 2020-11-28 // over 3 years ago
  • ➕ 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.