Skip to content

Commit

Permalink
Revert "Fix StepScopeProxyTargetClassOverrideIntegrationTests"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fmbenhassine committed Aug 24, 2022
1 parent a165247 commit bbf7086
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 .*\\$SpringCGLIB.*";
private static final String CGLIB_PROXY_TO_STRING_REGEX = "class .*\\$EnhancerBySpringCGLIB.*";

@Autowired
@Qualifier("simple")
Expand Down

0 comments on commit bbf7086

Please sign in to comment.