OPEN - issue BATCH-789: Remove mark/reset from ItemReader
Deprecate methods
This commit is contained in:
@@ -206,8 +206,6 @@ public class StagingItemReader<T> extends JdbcDaoSupport implements ItemStream,
|
||||
* resources (using
|
||||
* {@link TransactionSynchronizationManager#bindResource(Object, Object)}),
|
||||
* so they are thread bound.
|
||||
*
|
||||
* @see org.springframework.batch.item.ItemReader#mark()
|
||||
*/
|
||||
public void mark() {
|
||||
getBuffer().commit();
|
||||
|
||||
Reference in New Issue
Block a user