Skip to content

Commit bbf7086

Browse files
committed
Revert "Fix StepScopeProxyTargetClassOverrideIntegrationTests"
This reverts commit bf2e6ab as the change was made after spring-framework 6.0.0-M5 was released. This version is required to release spring-batch 5.0.0-M5 This change will be put back after releasing 5.0.0-M5.
1 parent a165247 commit bbf7086

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 .*\\$SpringCGLIB.*";
44+
private static final String CGLIB_PROXY_TO_STRING_REGEX = "class .*\\$EnhancerBySpringCGLIB.*";
4545

4646
@Autowired
4747
@Qualifier("simple")

0 commit comments

Comments
 (0)