Attempt to appease Blockhound

This commit is contained in:
spencergibb
2021-07-16 12:00:25 -04:00
parent 2d36c6dfdd
commit a7d442ba5d

View File

@@ -86,6 +86,8 @@ public class CustomBlockHoundIntegration implements BlockHoundIntegration {
builder.allowBlockingCallsInside(
"org.springframework.security.authentication.AbstractUserDetailsReactiveAuthenticationManager",
"lambda$authenticate$4");
builder.allowBlockingCallsInside("org.springframework.context.annotation.ConfigurationClassParser", "parse");
}
}