Is Hibernate Validator 7 compatible with Spring MVC 5.3.2? The reason I am asking because I have a project where I need to perform Spring MVC Validation using Hibernate Validator.
As explained here Hibernate Validator 6.2.0.Final and 7.0.0.Final released - In Relation To, you shouldn’t use Hibernate Validator 7 except if you’re migrating to Jakarta EE 9.
Hibernate Validator 6.2 has the same feature set and is the version you should use.
thanks for the clarification sir. this helps.