CompositeReader implementation failing in spring batch
问题 I have a requirement to execute 3 different query's and combine the results and send that for processing and finally write those results to flat file. I have referred to the link CompositeReader Example and implemented my composite reader in same way. My Composite Reader class. public class FI008CreationCompositeReader implements ItemStreamReader<List<T>>, ItemReadListener<List<T>> { /** Registered ItemStreamReaders. */ private List<AbstractCursorItemReader<?>> cursorItemReaders; @Value("#