Spring Batch 5.1.2: BeanPostProcessor warnings after migrating from @EnableBatchProcessing to DefaultBatchConfiguration
I have a spring batch application (version 5.1.2) and was migrating from the EnableBatchProcessing
-Annotation to the programatic configuration by implementing DefaultBatchConfiguration
-Class.