OPEN - issue BATCH-385: Merge user attributes in StepContext with ExecutionContext
http://jira.springframework.org/browse/BATCH-385 Remove step scope support.
This commit is contained in:
@@ -11,9 +11,6 @@
|
||||
|
||||
<import resource="../simple-container-definition.xml" />
|
||||
|
||||
<bean parent="stepScope" />
|
||||
<bean parent="jobConfigurationRegistryBeanPostProcessor" />
|
||||
|
||||
<bean id="beanWrapperMapperJob" parent="simpleJob">
|
||||
<property name="steps">
|
||||
<list>
|
||||
@@ -122,9 +119,4 @@
|
||||
class="org.springframework.batch.sample.domain.Person"
|
||||
scope="prototype" />
|
||||
|
||||
<bean parent="customEditorConfigurer" />
|
||||
|
||||
<!-- register the step scope with the application context -->
|
||||
<bean class="org.springframework.batch.execution.scope.StepScope" />
|
||||
|
||||
</beans>
|
||||
|
||||
Reference in New Issue
Block a user