Open
Description
Hi.
Please confirm the discrepancy in the "thread safety" annotation across subclasses' comments.
There is a discrepancy between the documentation for version 5 of AbstractPagingItemReader
,
which states that it is not thread-safe, and the comments in certain classes such as JpaPagingItemReader
, JdbcPagingItemReader
, and HibernatePagingItemReader
,
which indicate that they are thread-safe. This raises doubts about the accuracy of these claims.