Tuesday, April 12, 2016

Re: Upgrade validation-api dependency to 1.1.0.Final

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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment