From bd25df67707bdfad28e9bc327219158385b297e8 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 24 Aug 2022 20:06:45 +0200 Subject: [PATCH] Put back "Fix StepScopeProxyTargetClassOverrideIntegrationTests" Related to bbf708676511f11a351778b9f90e806c8c0d1d0b. --- .../StepScopeProxyTargetClassOverrideIntegrationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-batch-core/src/test/java/org/springframework/batch/core/scope/StepScopeProxyTargetClassOverrideIntegrationTests.java b/spring-batch-core/src/test/java/org/springframework/batch/core/scope/StepScopeProxyTargetClassOverrideIntegrationTests.java index e624f67cc..6fb2d04eb 100644 --- a/spring-batch-core/src/test/java/org/springframework/batch/core/scope/StepScopeProxyTargetClassOverrideIntegrationTests.java +++ b/spring-batch-core/src/test/java/org/springframework/batch/core/scope/StepScopeProxyTargetClassOverrideIntegrationTests.java @@ -41,7 +41,7 @@ public class StepScopeProxyTargetClassOverrideIntegrationTests implements BeanFa private static final String JDK_PROXY_TO_STRING_REGEX = "class .*\\$Proxy\\d+"; - private static final String CGLIB_PROXY_TO_STRING_REGEX = "class .*\\$EnhancerBySpringCGLIB.*"; + private static final String CGLIB_PROXY_TO_STRING_REGEX = "class .*\\$SpringCGLIB.*"; @Autowired @Qualifier("simple")