With #4323 planned for 5.1, the MongoItemReader should be renamed to MongoPagingItemReader 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.
With #4323 planned for 5.1, the
MongoItemReadershould be renamed toMongoPagingItemReaderas 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.