On Wednesday, July 13, 2011 5:28:34 PM UTC+2, David Chandler (Google) wrote: > > Minor clarification: a validation impl like hibernate-validator is not > required except for some configurations of Spring, in which case the > presence of validation-api without a corresponding impl will cause server > startup to fail.
OK, so Spring is worse that I'd imagined ;-) > IIRC, that's why we had to unbundle validation-api from gwt-servlet. > Oh, I thought it was because of Maven, and overall dependency management (where you'd then have, for instance, to exclude the validation-api dependency from hibernate-validator because the lcasses are already in gwt-servlet or live with potential conflicts if validation-api is updated to 1.1 or 2.0 but the 1.0 version bundled in gwt-servlet would be used because it comes first in the classpath –i.e. gwt-servlet defeating version conflict resolution of Maven, and possibility leading to breakages of third-party libs that depend on a newer version). -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/uF0MENLpcRoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
