For your information, I've just commited a new gwt-bean-validators 
snapshot, it now:


   - includes complete validation implementation (ported from gwt 
   implementation, so if it'll be removed from gwt it should still work)
   - switched validation-api from 1.0.0.GA to 1.1.0.Final
   - switched hibernate-validator from 4.1.0.Final to 5.2.4.Final
   - reworked validation implementation to work together with new api
   - added some gwt implementations of incompatible 
   hibernate-validator 5.2.4 validation routines

It's not ready to release, but if anybody is interested in testing, it can 
be done now. I've also uploaded to maven repository:


What to do to let a project use it?



   1. Add the maven dependency:
   <dependency>
       <groupId>de.knightsoft-net</groupId>
       <artifactId>gwt-bean-validators</artifactId>
       <version>0.19.0-SNAPSHOT</version>
   </dependency>
   
   2. Add/Replace versions in maven configurations of validation-api 
   to 1.1.0.Final and hibernate-validator to 5.2.4.Final
   3. In the *.gwt.xml Configuration, replace
   <inherits name="org.hibernate.validator.HibernateValidator" />
   
   with
   <inherits name="de.knightsoftnet.validators.GwtBeanValidators" />
   
   4. Replace "com.google.gwt.validation" with 
   "de.knightsoftnet.validators" in the project

I've build with gwt 2.7.0, also tested with 2.8.0-rc1 and all my 235 
gwt-unit-tests have passed.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/ffe8a4b9-fb83-4f38-94d5-2fcb63b026e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to