skipwalker
skipwalker

Reputation: 56

How to Migrate from Hibernate Validator Legacy (3.x) to Hibernate Validator 4.x

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

Answers (1)

Mikko Maunu
Mikko Maunu

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

Related Questions