Closed
Description
We've noticed that many applications are not using the validation features in web applications, while validator libraries on the classpath come with a cost.
We could do the following:
- remove the
spring-boot-starter-validation
dependency fromspring-boot-starter-web
andspring-boot-starter-webflux
- create a new
spring-boot-starter-validation-web
that brings in the validation dependencies without thetomcat-embed-el
which is currently excluded by the web starters - properly document that change in the release notes and the reference docs