I read SO related questions but the solutions don\'t work for me.
I get the org.springframework.batch.item.ReaderNotOpenException: Reader must be open before i
org.springframework.batch.item.ReaderNotOpenException: Reader must be open before i
Same problem here. Changing return type of my reader to the real implementation and adding to the reader
implements ItemStream
Did the trick for me