Files
spring-batch/spring-batch-infrastructure
Henning Pöttker 78ddf44730 Fix multi-threaded empty read for JdbcPagingItemReader
On empty input, the JdbcPagingItemReader cannot derive
a start value for the sort key to be used in further
queries. For multi-threaded steps, it is thus necessary
to prevent the reader from trying to read further pages
if the first page is empty.

Issue #3898
2021-09-24 10:08:48 +02:00
..
2021-02-04 16:01:22 +01:00