IN PROGRESS - BATCH-711: Upgrade ItemWriter and implementations to use parameterized types
fix the build
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
value="file:target/test-outputs/20070122.testStream.ParallelCustomerReportStep.TEMP.txt" />
|
||||
<property name="fieldSetCreator">
|
||||
<bean
|
||||
class="org.springframework.batch.item.file.mapping.PassThroughFieldSetMapper" />
|
||||
class="org.springframework.batch.item.file.mapping.PassThroughFieldSetCreator" />
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<property name="resource"
|
||||
value="file:target/test-outputs/20070122.testStream.multilineStep.txt" />
|
||||
<property name="fieldSetCreator">
|
||||
<bean class="org.springframework.batch.item.file.mapping.PassThroughFieldSetMapper"/>
|
||||
<bean class="org.springframework.batch.item.file.mapping.PassThroughFieldSetCreator"/>
|
||||
</property>
|
||||
</bean>
|
||||
</property>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<property name="resource" ref="fileOutputLocator" />
|
||||
<property name="fieldSetCreator">
|
||||
<bean
|
||||
class="org.springframework.batch.item.file.mapping.PassThroughFieldSetMapper" />
|
||||
class="org.springframework.batch.item.file.mapping.PassThroughFieldSetCreator" />
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<property name="resource" ref="customerFileLocator" />
|
||||
<property name="fieldSetCreator">
|
||||
<bean
|
||||
class="org.springframework.batch.item.file.mapping.PassThroughFieldSetMapper" />
|
||||
class="org.springframework.batch.item.file.mapping.PassThroughFieldSetCreator" />
|
||||
</property>
|
||||
</bean>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user