IN PROGRESS - BATCH-693: Refactor samples along domain contours
This commit is contained in:
@@ -6,7 +6,7 @@ import javax.sql.DataSource;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.batch.sample.common.ItemTrackingItemWriter;
|
||||
import org.springframework.batch.sample.support.ItemTrackingItemWriter;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.jdbc.core.JdbcTemplate;
|
||||
import org.springframework.test.context.ContextConfiguration;
|
||||
|
||||
@@ -11,7 +11,7 @@ import org.springframework.batch.core.UnexpectedJobExecutionException;
|
||||
import org.springframework.batch.item.support.ListItemReader;
|
||||
import org.springframework.batch.repeat.context.RepeatContextSupport;
|
||||
import org.springframework.batch.repeat.support.RepeatSynchronizationManager;
|
||||
import org.springframework.batch.sample.common.ExceptionThrowingItemReaderProxy;
|
||||
import org.springframework.batch.sample.support.ExceptionThrowingItemReaderProxy;
|
||||
|
||||
public class ExceptionThrowingItemReaderProxyTests {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user