From a7d442ba5d3917a8ebd33018b44200c45f79d696 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Fri, 16 Jul 2021 12:00:25 -0400 Subject: [PATCH] Attempt to appease Blockhound --- .../cloud/gateway/test/CustomBlockHoundIntegration.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-cloud-gateway-server/src/test/java/org/springframework/cloud/gateway/test/CustomBlockHoundIntegration.java b/spring-cloud-gateway-server/src/test/java/org/springframework/cloud/gateway/test/CustomBlockHoundIntegration.java index 89ae2601..f18c3a3a 100644 --- a/spring-cloud-gateway-server/src/test/java/org/springframework/cloud/gateway/test/CustomBlockHoundIntegration.java +++ b/spring-cloud-gateway-server/src/test/java/org/springframework/cloud/gateway/test/CustomBlockHoundIntegration.java @@ -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"); } }