mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Change the default JSR-303 validator used by the configuration properties binder so that it's initialized in a background thread. This change allows the context to carry on loading additional beans whilst the validator is initializing. Fixes gh-11412