BATCH-2111: Java 8 / Upgrade to Spring 4
* Upgrade Spring framework to 4.0.2.RELEASE * Upgrade maven compiler plugin to 3.1 * Use LinkedHashMap to preseve ordering in AbstractFlowParser (found when upgrading to JDK 8) * Match on EnhancerBySpringCGLIB in StepScopeProxyTargetClassOverrideIntegrationTests (SPR-11398)
This commit is contained in:
committed by
Michael Minella
parent
e8a0035844
commit
ef0823938c
@@ -29,7 +29,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 .*\\$EnhancerByCGLIB.*";
|
||||
private static final String CGLIB_PROXY_TO_STRING_REGEX = "class .*\\$EnhancerBySpringCGLIB.*";
|
||||
|
||||
@Autowired
|
||||
@Qualifier("simple")
|
||||
|
||||
Reference in New Issue
Block a user