File tree Expand file tree Collapse file tree 4 files changed +14
-12
lines changed
main/java/org/springframework/batch/extensions/notion Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.5.6 </version >
8+ <version >4.0.0-RC2 </version >
99 <relativePath />
1010 </parent >
1111
Original file line number Diff line number Diff line change 2626import notion .api .v1 .model .pages .PageProperty .RichText ;
2727import notion .api .v1 .request .databases .QueryDatabaseRequest ;
2828import org .springframework .batch .extensions .notion .mapping .PropertyMapper ;
29- import org .springframework .batch .item .ExecutionContext ;
30- import org .springframework .batch .item .ItemReader ;
31- import org .springframework .batch .item .data .AbstractPaginatedDataItemReader ;
29+ import org .springframework .batch .infrastructure . item .ExecutionContext ;
30+ import org .springframework .batch .infrastructure . item .ItemReader ;
31+ import org .springframework .batch .infrastructure . item .data .AbstractPaginatedDataItemReader ;
3232import org .springframework .beans .factory .InitializingBean ;
3333import org .springframework .util .Assert ;
3434
Original file line number Diff line number Diff line change 1717
1818import org .json .JSONObject ;
1919import org .junit .jupiter .api .Test ;
20- import org .springframework .batch .core .Job ;
21- import org .springframework .batch .core .JobExecution ;
22- import org .springframework .batch .core .Step ;
20+ import org .springframework .batch .core .job .Job ;
21+ import org .springframework .batch .core .job .JobExecution ;
2322import org .springframework .batch .core .job .builder .JobBuilder ;
2423import org .springframework .batch .core .repository .JobRepository ;
24+ import org .springframework .batch .core .step .Step ;
2525import org .springframework .batch .core .step .builder .StepBuilder ;
2626import org .springframework .batch .extensions .notion .NotionDatabaseItemReader ;
2727import org .springframework .batch .extensions .notion .Sort ;
2828import org .springframework .batch .extensions .notion .it .IntegrationTest ;
2929import org .springframework .batch .extensions .notion .mapping .RecordPropertyMapper ;
30- import org .springframework .batch .item .support .ListItemWriter ;
30+ import org .springframework .batch .infrastructure . item .support .ListItemWriter ;
3131import org .springframework .batch .test .JobLauncherTestUtils ;
3232import org .springframework .beans .factory .annotation .Autowired ;
3333import org .springframework .beans .factory .annotation .Value ;
6464/**
6565 * @author Stefano Cordio
6666 */
67+ @ SuppressWarnings ("removal" )
6768@ IntegrationTest
6869class MultiplePagesDescendingTests {
6970
Original file line number Diff line number Diff line change 1717
1818import org .json .JSONObject ;
1919import org .junit .jupiter .api .Test ;
20- import org .springframework .batch .core .Job ;
21- import org .springframework .batch .core .JobExecution ;
22- import org .springframework .batch .core .Step ;
20+ import org .springframework .batch .core .job .Job ;
21+ import org .springframework .batch .core .job .JobExecution ;
2322import org .springframework .batch .core .job .builder .JobBuilder ;
2423import org .springframework .batch .core .repository .JobRepository ;
24+ import org .springframework .batch .core .step .Step ;
2525import org .springframework .batch .core .step .builder .StepBuilder ;
2626import org .springframework .batch .extensions .notion .NotionDatabaseItemReader ;
2727import org .springframework .batch .extensions .notion .it .IntegrationTest ;
2828import org .springframework .batch .extensions .notion .mapping .RecordPropertyMapper ;
29- import org .springframework .batch .item .support .ListItemWriter ;
29+ import org .springframework .batch .infrastructure . item .support .ListItemWriter ;
3030import org .springframework .batch .test .JobLauncherTestUtils ;
3131import org .springframework .beans .factory .annotation .Autowired ;
3232import org .springframework .beans .factory .annotation .Value ;
6161/**
6262 * @author Stefano Cordio
6363 */
64+ @ SuppressWarnings ("removal" )
6465@ IntegrationTest
6566class MultiplePagesTests {
6667
You can’t perform that action at this time.
0 commit comments