Neseek77 / gwt-ent

Automatically exported from code.google.com/p/gwt-ent
1 stars 0 forks source link

bundled javax.validation package is outdated, update to latest 1.0.0.GA #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Recent version of Hibernate Validator 4 and also Spring 3 validation API 
requires JSR 303 in 1.0.0 version, guessing in trunk is 0.7.0.

If you must use Hibernate Validation on server side with gwt-ent on client 
side, you must hack your jar to remove or update javax.validation version (with 
gwt .xml module descriptor). 

Even if you do that and for reason not include sources of javax.validation, it 
throws gwt compiler errors and slow up whole build - but works.

If you do include source codes, it won't compile at all (due to version 
incompatibilities).

Original issue reported on code.google.com by miroslav.hruz on 14 Dec 2010 at 9:25