What maven repo has the SNAPSHOT in it?

Is https://github.com/ManfredTremmel/gwt-bean-validators the source for
this? Great work, looking forward to putting this to use, and porting it to
annotation processors for long-term GWT support!

I'm working with Frank Hossfeld on porting Editors to APT as well, perhaps
we can work together to provide the extra functionality you require to be
exposed from drivers.

On Thu, Aug 4, 2016 at 9:12 AM ManfredTremmel <manfred.trem...@iiv.de>
wrote:

> 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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
> 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
> <https://groups.google.com/d/msgid/google-web-toolkit-contributors/ffe8a4b9-fb83-4f38-94d5-2fcb63b026e8%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CADcXZMwCJHF_cqCP23_X5RKv1DQ37N0RZ8bs4iidXVEQNZhu4w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to