[gwt-contrib] Re: Bean Validation

2016-08-14 Thread Freddy Boucher
Thanks for your job! I will take a look for sure in the next days! On Monday, August 15, 2016 at 8:29:48 AM UTC+10, ManfredTremmel wrote: > > My vacation is over, three weeks of work on the gwt validation > implementation are done. All problems I've found are fixed, > gwt-bean-validators >

[gwt-contrib] Re: Bean Validation

2016-08-14 Thread ManfredTremmel
My vacation is over, three weeks of work on the gwt validation implementation are done. All problems I've found are fixed, gwt-bean-validators 0.20.0 is released and in central. The example project

Re: [gwt-contrib] Re: Bean Validation

2016-08-04 Thread Manfred Tremmel
Am Donnerstag, 4. August 2016, 14:19:31 schrieb Colin Alworth: > What maven repo has the SNAPSHOT in it? It's in Sonatype Nexus Snapshots: https://oss.sonatype.org/content/repositories/snapshots/de/knightsoft-net/gwt-bean-validators/0.19.0-SNAPSHOT/ should be available in central without adding

Re: [gwt-contrib] Re: Bean Validation

2016-08-04 Thread Thomas Broyer
On Thursday, August 4, 2016 at 4:19:50 PM UTC+2, Colin Alworth wrote: > > What maven repo has the SNAPSHOT in it? > Sonatype OSSRH? https://github.com/ManfredTremmel/gwt-bean-validators/blob/4600230efb15f176f91b15d06d0ffa39bfda1feb/pom.xml#L57-L68 -- You received this message because you ar

Re: [gwt-contrib] Re: Bean Validation

2016-08-04 Thread Colin Alworth
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

[gwt-contrib] Re: Bean Validation

2016-08-04 Thread ManfredTremmel
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 - switc

[gwt-contrib] Re: Bean Validation

2016-07-04 Thread Jens
> > I thought, removal would not be done before gwt 3.0... > Thats right. Validation will still be present in 2.8, its just marked deprecated. The change Thomas has made won't be committed before 2.8, but you can use it to determine what needs to be extracted into your external project. You ca

[gwt-contrib] Re: Bean Validation

2016-07-04 Thread ManfredTremmel
Thank you for the information. This means, it makes no sense to send any validation patch to gwt and better include it directly into the external project. I thought, removal would not be done before gwt 3.0... Am Montag, 4. Juli 2016 14:56:08 UTC+2 schrieb Thomas Broyer: > > FWIW, I've spent som

[gwt-contrib] Re: Bean Validation

2016-07-04 Thread Thomas Broyer
FWIW, I've spent some time yesterday (and polished today) to remove Bean Validation from GWT proper: https://gwt-review.googlesource.com/15371 This is obviously not expected to be merged anytime soon but can be useful to start moving things to a separate project; testing it against a GWT version

[gwt-contrib] Re: Bean Validation

2016-07-02 Thread Thomas Broyer
On Saturday, July 2, 2016 at 11:40:56 PM UTC+2, ManfredTremmel wrote: > > I've read in the 2.8rc1 release notes > that JSR 303 Bean > Validation in GWT is unmaintaned and marked as deprecated. For me, the > client and server side validation is a