Files
spring-batch/spring-batch-core
Michael Minella 3ccc4ff430 Align XML and Java based configuration
This commit aligns the XML and Java based validations.

When using XML to configure a chunk oriented step both an ItemReader and
ItemWriter are requied. However when using Java based configuration the
ItemWriter is optional if an ItemProcessor is present.

Having no ItemWriter and only an ItemProcessor lead to strange results
in one of our batch jobs, which was accidentily configured without an
ItemProcessor.

Related: BATCH-1520
Fixes: BATCH-2624
2018-04-13 13:11:23 +02:00
..
2014-04-02 14:35:53 -04:00