I found it hard to reuse the FlatFileItemWriter.OutputState. Will Spring team consider making it a public one in the final release ?
thx
I found it hard to reuse the FlatFileItemWriter.OutputState. Will Spring team consider making it a public one in the final release ?
thx
I think we'll more likely remove it from the class completely. It's a long story as to why it's there, but it doesn't really serve the purpose it was originally designed for. However, it's an internal detail, and we haven't really designed our ItemReaders and ItemWriters to be extended. We'll likely clean that up post R1. What use case are you trying to solve?