The [Chunk](https://github.com/spring-projects/spring-batch/blob/main/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/Chunk.java) class does not currently implement equals and hashCode. This small enhancement would, among other things, facilitate testing custom ItemWriter implementations with mockito.
The Chunk class does not currently implement equals and hashCode.
This small enhancement would, among other things, facilitate testing custom ItemWriter implementations with mockito.