Bumping versions

This commit is contained in:
buildmaster
2021-07-17 02:30:14 +00:00
parent 884c3ab806
commit 142d9c2ce2

View File

@@ -88,7 +88,8 @@ 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");
builder.allowBlockingCallsInside("org.springframework.core.type.classreading.SimpleMetadataReader",
"getClassReader");
}
}