diff --git a/archetypes/simple-cli-javaconfig/pom.xml b/archetypes/simple-cli-javaconfig/pom.xml index 6b625a80c..9f8205c28 100644 --- a/archetypes/simple-cli-javaconfig/pom.xml +++ b/archetypes/simple-cli-javaconfig/pom.xml @@ -14,10 +14,11 @@ The ./bin/runJob.(sh|bat) script from the extracted deployment archive can be invoked to run the job. - 3.2.7.RELEASE + 4.0.2.RELEASE 3.0.0.BUILD-SNAPSHOT false 4.10 + 3.1 1.6 1.6 UTF-8 @@ -185,7 +186,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + ${maven.compiler.plugin} ${compiler.source.version} ${compiler.target.version} diff --git a/archetypes/simple-cli/pom.xml b/archetypes/simple-cli/pom.xml index 606c7fd08..4ef6308fe 100644 --- a/archetypes/simple-cli/pom.xml +++ b/archetypes/simple-cli/pom.xml @@ -14,10 +14,11 @@ The ./bin/runJob.(sh|bat) script from the extracted deployment archive can be invoked to run the job. - 3.2.7.RELEASE + 4.0.2.RELEASE 3.0.0.BUILD-SNAPSHOT false 4.10 + 3.1 1.6 1.6 UTF-8 @@ -185,7 +186,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + ${maven.compiler.plugin} ${compiler.source.version} ${compiler.target.version} diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/xml/AbstractFlowParser.java b/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/xml/AbstractFlowParser.java index ab6d54503..8950cfa27 100644 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/xml/AbstractFlowParser.java +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/xml/AbstractFlowParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2013 the original author or authors. + * Copyright 2006-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,6 +20,7 @@ import java.util.Arrays; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; +import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Set; @@ -40,6 +41,7 @@ import org.w3c.dom.NodeList; /** * @author Dave Syer * @author Michael Minella + * @author Chris Schaefer * */ public abstract class AbstractFlowParser extends AbstractSingleBeanDefinitionParser { @@ -119,7 +121,7 @@ public abstract class AbstractFlowParser extends AbstractSingleBeanDefinitionPar parserContext.pushContainingComponent(compositeDef); boolean stepExists = false; - Map> reachableElementMap = new HashMap>(); + Map> reachableElementMap = new LinkedHashMap>(); String startElement = null; NodeList children = element.getChildNodes(); for (int i = 0; i < children.getLength(); i++) { 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 f6cfc221c..af02a72f4 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 @@ -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") diff --git a/spring-batch-integration/pom.xml b/spring-batch-integration/pom.xml index 6dfa12aaa..343ff499e 100644 --- a/spring-batch-integration/pom.xml +++ b/spring-batch-integration/pom.xml @@ -11,8 +11,8 @@ ../spring-batch-parent - 4.0.0.RELEASE 4.0.0.M2 + 3.1 @@ -161,14 +161,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - - com.springsource.bundlor com.springsource.bundlor.maven diff --git a/spring-batch-parent/pom.xml b/spring-batch-parent/pom.xml index 5f66c61b9..9d101261e 100644 --- a/spring-batch-parent/pom.xml +++ b/spring-batch-parent/pom.xml @@ -31,14 +31,22 @@ Michael Minella mminella@vmware.com + + cschaefer + Chris Schaefer + cschaefer@gopivotal.com + - 3.2.7.RELEASE + 4.0.2.RELEASE 1.1.2.RELEASE 4.10 1.0.0.RELEASE + 3.1 false UTF-8 + 1.6 + 1.6 @@ -279,10 +287,10 @@ org.apache.maven.plugins maven-compiler-plugin - 2.5.1 + ${maven.compiler.plugin} - 1.6 - 1.6 + ${compiler.source.version} + ${compiler.target.version}