Rename MongoItemReader
to MongoPagingItemReader
#4341
Labels
in: infrastructure
status: for-internal-team
Issues that are planned to be resolved by the Spring Batch team, and not open for contributions.
type: enhancement
Milestone
With #4323 planned for 5.1, the
MongoItemReader
should be renamed toMongoPagingItemReader
as it uses paging to read data from MongoDB. This naming change is for consistency with other reader implementations like JDBC (JdbcCursorItemReader
/JdbcPagingItemReader
), JPA (JpaCursorItemReader
,JpaPagingItemReader
), etc.The text was updated successfully, but these errors were encountered: