One more exception for h2
This commit is contained in:
parent
fd4257627d
commit
930c1fb4e9
|
@ -234,7 +234,8 @@ public class AdditionalLibraryIgnoresMatcher<T extends TypeDescription>
|
||||||
|| name.startsWith("org.h2.jdbcx.")
|
|| name.startsWith("org.h2.jdbcx.")
|
||||||
// Some runnables that get instrumented
|
// Some runnables that get instrumented
|
||||||
|| name.equals("org.h2.store.FileLock")
|
|| name.equals("org.h2.store.FileLock")
|
||||||
|| name.equals("org.h2.engine.DatabaseCloser")) {
|
|| name.equals("org.h2.engine.DatabaseCloser")
|
||||||
|
|| name.equals("org.h2.engine.OnExitDatabaseCloser")) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue