package javax.validation does not exist

Change pom to : org.springframework.boot spring-boot-starter-parent 2.3.0.RELEASE

Build it. Result is that javax.validation does not exist. Where in the release notes does it say that javax.validation was removed?

Version: 2.2.7.RELEASE is okay.

Comment From: scottfrederick

Where in the release notes does it say that javax.validation was removed?

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes#validation-starter-no-longer-included-in-web-starters

Comment From: snicoll

Duplicate of #21465