Closed
Description
Spring Boot 2.3 has removed the validation implementation spring-boot-starter-validation
from spring-boot-starter-web
, see spring-projects/spring-boot#19550. If you take the Spring starter today and upgrade to 2.3.0.M3, startup fails with
***************************
APPLICATION FAILED TO START
***************************
Description:
The Bean Validation API is on the classpath but no implementation could be found
Action:
Add an implementation, such as Hibernate Validator, to the classpath