mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
This commit reworks the property to be an enum with the list of supported listener types rather than a boolean that flip to a batch listener. Closes gh-9448