File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
main/java/org/springframework/batch/extensions/s3
test/java/org/springframework/batch/extensions/s3 Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2121
2222import org .springframework .batch .extensions .s3 .serializer .S3Deserializer ;
2323import org .springframework .batch .extensions .s3 .stream .S3InputStream ;
24- import org .springframework .batch .item .ItemReader ;
25- import org .springframework .batch .item .ItemStream ;
26- import org .springframework .batch .item .ItemStreamException ;
24+ import org .springframework .batch .infrastructure . item .ItemReader ;
25+ import org .springframework .batch .infrastructure . item .ItemStream ;
26+ import org .springframework .batch .infrastructure . item .ItemStreamException ;
2727
2828/**
2929 * An {@link ItemReader} that reads items from an S3 object using a specified
Original file line number Diff line number Diff line change 2121
2222import org .springframework .batch .extensions .s3 .serializer .S3Serializer ;
2323import org .springframework .batch .extensions .s3 .stream .S3MultipartOutputStream ;
24- import org .springframework .batch .item .Chunk ;
25- import org .springframework .batch .item .ItemStream ;
26- import org .springframework .batch .item .ItemStreamException ;
27- import org .springframework .batch .item .ItemWriter ;
24+ import org .springframework .batch .infrastructure . item .Chunk ;
25+ import org .springframework .batch .infrastructure . item .ItemStream ;
26+ import org .springframework .batch .infrastructure . item .ItemStreamException ;
27+ import org .springframework .batch .infrastructure . item .ItemWriter ;
2828import org .springframework .util .ObjectUtils ;
2929
3030/**
Original file line number Diff line number Diff line change 2323
2424import org .springframework .batch .extensions .s3 .serializer .S3Serializer ;
2525import org .springframework .batch .extensions .s3 .stream .S3MultipartOutputStream ;
26- import org .springframework .batch .item .Chunk ;
27- import org .springframework .batch .item .ItemStreamException ;
26+ import org .springframework .batch .infrastructure . item .Chunk ;
27+ import org .springframework .batch .infrastructure . item .ItemStreamException ;
2828
2929import static org .assertj .core .api .Assertions .assertThatThrownBy ;
3030import static org .mockito .BDDMockito .given ;
You can’t perform that action at this time.
0 commit comments