Reputation: 56
Our application was built using Hibernate Validator 3.1.0 (now called Hibernate Validator Legacy).
I'd like to migrate it to use Hibernate Validator 4.x (4.2.0).
I can't seem to find any documentation on the approach to migrating an application from using 3.x to 4.x. It's mentioned in certain places, but I can't find any useful information whatsoever. It's as if the creators of 4.x just left everyone on 3.x dangling.
Can anyone provide some useful information or links on the process.
Thanks.
Upvotes: 1
Views: 918
Reputation: 42114
Situation is still more or less as you described. Best available document seems to be JBOSS AS migration document, and that is not much.
Upvotes: 1