IN PROGRESS - issue BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)
http://jira.springframework.org/browse/BATCH-7 Remove GenericStreamContext
This commit is contained in:
@@ -16,10 +16,7 @@
|
||||
|
||||
package org.springframework.batch.core.domain;
|
||||
|
||||
import java.util.Properties;
|
||||
|
||||
import org.springframework.batch.item.StreamContext;
|
||||
import org.springframework.batch.item.stream.GenericStreamContext;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
@@ -52,7 +49,7 @@ public class StepInstance extends Entity {
|
||||
|
||||
private BatchStatus status;
|
||||
|
||||
private StreamContext streamContext = new GenericStreamContext(new Properties());
|
||||
private StreamContext streamContext = new StreamContext();
|
||||
|
||||
private int stepExecutionCount = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user