Closed
Description
Bug description
When attempting to run a Batch process in Spring Boot 3.2.0, multiple BeanPostProcessorChecker warnings are being logged.
Environment
- Spring Batch version: 5.1
- Java version: 17, 21
- Database used (if applicable): H2
- Additional environment details: Spring Boot 3.2.0
Steps to reproduce
- Configure an application using Spring Boot 3.2.0, Spring Batch 5.1, and H2 database.
- Run the application.
- BeanPostProcessorChecker warnings appear in the log.
Expected behavior
The application should initialize and run without any BeanPostProcessorChecker warnings.
Minimal Complete Reproducible example
The warnings that are being displayed have been documented in the README of the demo project.
minimal example