Nobody maintains the JSR303 emulation. Someone (Danilo) once volunteered, 
started working on the upgrade, and then disappeared.
If you don't use client-side validation then you can compile with 
javax.validation 1.0 and run with 1.1. The problem then is setting up those 
rules in your build, and then Maven gets in the way. Splitting your project in 
several modules really is the way to go when using Maven (it'd be different 
with Gradle for example); and it doesn't necessarily changes the dev workflow 
(see https://github.com/tbroyer/gwt-maven-archetypes)

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to