-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Labels
status: noteworthyA noteworthy issue to call out in the release notesA noteworthy issue to call out in the release notestype: enhancementA general enhancementA general enhancement
Milestone
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
PascalSchumacher, qrqhuang, ayoubAnbara, hackthur and albertocavalcante
Metadata
Metadata
Assignees
Labels
status: noteworthyA noteworthy issue to call out in the release notesA noteworthy issue to call out in the release notestype: enhancementA general enhancementA general enhancement