Jakarata validation compatibility for SpringBoot 2.x
There is a service which uses SpringBoot 2.2
and previously it uses javax
default validations. However due to some other newly added dependency, jakarta
validation had to be added as well. Now, existing javax
validations are not working due to name space conflict issues. Following things were tried for using Jakarta instead of Javax and none worked.