Open
Description
improve experience when configuring an alternative JobRepository
, as the DefaultBatchConfiguration, upon which Spring Boot in turn relies, assumes only JDBC-based infrastructure. This means that, when using Spring Boot, you can't simply replace one bean of type JobRepository
and have things work. Everything must be redone from scratch, as we used to do before Spring Boot existed.
This will be a problem for users of Spring Batch who want to avail themselves of the new "resourceless" and MongoDB job repository alternatives.