mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Issue #4533 was supposed to make BasicBatchConfigurer public again but unfortunately only the class visibility was changed. This commit makes sure it can be overridden. Closes gh-4888