Attempt to appease Blockhound #2

This commit is contained in:
spencergibb
2021-07-16 12:05:31 -04:00
parent a7d442ba5d
commit 884c3ab806

View File

@@ -88,6 +88,7 @@ public class CustomBlockHoundIntegration implements BlockHoundIntegration {
"lambda$authenticate$4");
builder.allowBlockingCallsInside("org.springframework.context.annotation.ConfigurationClassParser", "parse");
builder.allowBlockingCallsInside("org.springframework.core.type.classreading.SimpleMetadataReader", "getClassReader");
}
}