Skip to content

Commit bf2e6ab

Browse files
committed
Fix StepScopeProxyTargetClassOverrideIntegrationTests
This test started failing after an upstream change in Spring Framework, see spring-projects/spring-framework#28115
1 parent c8f2488 commit bf2e6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-core/src/test/java/org/springframework/batch/core/scope/StepScopeProxyTargetClassOverrideIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class StepScopeProxyTargetClassOverrideIntegrationTests implements BeanFa
4141

4242
private static final String JDK_PROXY_TO_STRING_REGEX = "class .*\\$Proxy\\d+";
4343

44-
private static final String CGLIB_PROXY_TO_STRING_REGEX = "class .*\\$EnhancerBySpringCGLIB.*";
44+
private static final String CGLIB_PROXY_TO_STRING_REGEX = "class .*\\$SpringCGLIB.*";
4545

4646
@Autowired
4747
@Qualifier("simple")

0 commit comments

Comments
 (0)