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 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 that would already have it removed.
> As soon as such a project exists, and depending on GWT's release 
> cycle/status, this can be merged in so the side project could be used 
> against GWT snapshots (pending the next release).
>
> On Sunday, July 3, 2016 at 12:34:32 AM UTC+2, Thomas Broyer wrote:
>>
>>
>> On Saturday, July 2, 2016 at 11:40:56 PM UTC+2, ManfredTremmel wrote:
>>>
>>> I've read in the 2.8rc1 release notes 
>>> <https://github.com/gwtproject/gwt-site/pull/181> that JSR 303 Bean 
>>> Validation in GWT is unmaintaned and marked as deprecated. For me, the 
>>> client and server side validation is a killer feature and 
>>> I've already solve the problems I had and also improved the client side 
>>> bean validation in my gwt-bean-validators 
>>> <https://github.com/ManfredTremmel/gwt-bean-validators> project on 
>>> github. In three weeks I can invest some time in working into the gwt 
>>> implementation of bean validation and try to port it to 1.1 api. If you are 
>>> interested I would also include the improvements of my project into GWT.
>>> Let me know if you are interested in my help or have any question.
>>>
>>
>> We decided (a long time ago) that we wanted to modularize GWT, and move 
>> to side-projects what could be decoupled. The goal is to spread maintenance 
>> to more people (hopefully) by reducing the scope of each project, and 
>> allowing those side-projects to have different release cycles than GWT. 
>> This means that GWT does not need to wait for some bugs to be fixed or 
>> features to be added to some parts of the code before a release can be cut, 
>> concentrating on the compiler and core (emulation, etc.), and projects can 
>> release without waiting for a GWT release either.
>>
>> So, if you can contribute some time, it'd be great to be able to move 
>> Bean Validation to its own project and out of GWT proper (there'd still be 
>> some javax.validation emulation in GWT proper, at least some interfaces; 
>> but there may be some work needed to make other GWT features independent of 
>> the Bean Validation version being used; I think there's some code in 
>> Editors or Request Factory that implements a javax.validation interface). 
>> Then the project can live its own life and update to a newer Hibernate 
>> Validator, etc.
>> FWIW, JBoss has interest in Bean Validation too, so you may want to get 
>> in touch with Christian Sadilek.
>> See https://github.com/gwtproject/gwt/issues/9367 for more on the matter.
>> FWIW, Putnami PWT also has some form of JSR 303 support, so I suppose 
>> they'd be interested in, at least, following the changes made to GWT on the 
>> subject.
>>
>> In any case, all help is welcome. So, welcome, and thank you in advance 
>> for your contributions !
>>
>

-- 
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/926d74a2-0cab-4730-a60a-bb8055b5c728%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to