Issue Details (XML | Word | Printable)

Key: BATCH-392
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Lucas Ward
Reporter: Lucas Ward
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring Batch

Remove step.saveExecutionContext

Created: 26/Feb/08 03:31 PM   Updated: 07/Aug/08 10:06 AM
Component/s: Core
Affects Version/s: 1.0.0.m4
Fix Version/s: 1.0.0.m5

Time Tracking:
Not Specified


 Description  « Hide
Due to changes in BATCH-365, the saveExecutionContext flag is no longer needed on the step. This is because the contract is that we will always open ItemStream with the execution context from the previous run if it exists, (en empty one if not) and will simply store the StepExecution at commit points. Readers and Writers now decide if their state should be stored on an individual basis.

 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Lucas Ward added a comment - 26/Feb/08 09:33 PM
saveExecutionContext has been removed. isSaveExecutionContext has also been removed from the Step interface (although it wasn't actually being used)

Dave Syer added a comment - 07/Aug/08 10:06 AM
Assume closed as resolved and released