0
Spring Boot 4.1 + Batch 6: extending DefaultBatchConfiguration does not stop the job from launching, contrary to the common Batch 5 migration warning
Migrating a batch application from Spring Boot 2.7 / Spring Batch 4 to Spring Boot 4.1.0 / Spring Batch 6.0.4, I hit the removal of `DefaultBatchConfigurer`. The class is gone in B...