• B
    Use OptionalValidatorFactoryBean in Configurers · b9c8f47b
    Brian Clozel 提交于
    Configurers and BeanDefinitionParsers should use
    OptionalValidatorFactoryBean instead of
    LocalValidatorFactoryBean.
    
    The Optional implementation catches and logs setup
    exceptions, useful when a validation API is present on
    the classpath but not the actual implementation.
    
    Issue: SPR-11272
    b9c8f47b
WebMvcConfigurer.java 5.6 KB