From 9ccd1f07268a913fbf620758802edde72f75f40c Mon Sep 17 00:00:00 2001 From: Yanming Zhou Date: Wed, 21 May 2025 09:35:01 +0800 Subject: [PATCH] Prevent that only org.springframework.core.ResolvableType is used See gh-45635 Signed-off-by: Yanming Zhou --- src/checkstyle/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checkstyle/checkstyle.xml b/src/checkstyle/checkstyle.xml index 6ec9f685df0..ffed3f357e4 100644 --- a/src/checkstyle/checkstyle.xml +++ b/src/checkstyle/checkstyle.xml @@ -16,7 +16,7 @@ + value="^com\.hazelcast\.util\.Base64, ^org\.junit\.rules\.ExpectedException, ^org\.mockito\.InjectMocks, ^org\.slf4j\.LoggerFactory, ^org.springframework.context.annotation.ScannedGenericBeanDefinition, ^reactor\.core\.support\.Assert, ^(?!org\.springframework\.util\.).*ReflectionUtils, ^(?!org\.springframework\.core\.).*ResolvableType"/>