More info log for JandexIndex lifecycle changes

This commit is contained in:
Kris De Volder
2018-05-02 11:37:49 -07:00
parent 981a1da5dc
commit fd67adaf40

View File

@@ -172,6 +172,7 @@ public final class JandexClasspath implements ClasspathIndex {
}
private void reindex() {
log.info("Clearing JandexIndex for "+classpath.getName());
this.javaIndex = Suppliers.synchronizedSupplier(Suppliers.memoize(() -> createIndex()));
}