In Spring Batch 5.1, a JobRegistryBeanPostProcessor bean is now defined by default in DefaultBatchConfiguration. This PR updates the tests related to that change.
Related to: https://github.com/spring-projects/spring-batch/issues/4245
Comment From: bclozel
Thanks @fmbenhassine !