I have project usinf spring boot 2.0.4.RELEASE. As part of migration process to spring boot 3, its recommended to firt upgrade to the latest available 2.7.x version. So I try with 2.7.18.
<version>2.7.18</version>
When I run ‘mvn clean install’ , I start getting many compilation errors(‘cannot find symbol’) related to classes in package import javax.validation.
What has changed? And what’s the workaround?