Jenkins build is still unstable: Struts-examples-JDK7-master #10

2015-06-12 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

Jenkins build is still unstable: Struts-examples-JDK7-master #9

2015-06-12 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

Jenkins build became unstable: Struts-examples-JDK7-master #8

2015-06-12 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

Re: Bean Validation Plugin in 2.5

2015-06-12 Thread Christoph Nenning
> From: Lukasz Lenart > To: Struts Developers List , > Date: 12.06.2015 14:58 > Subject: Re: Bean Validation Plugin in 2.5 > > 2015-06-12 14:45 GMT+02:00 Christoph Nenning : > >> Do you already have a confluence account? > > > > Just created: cnenning > > Extended your access rights to be full

Re: Bean Validation Plugin in 2.5

2015-06-12 Thread Lukasz Lenart
2015-06-12 14:45 GMT+02:00 Christoph Nenning : >> Do you already have a confluence account? > > Just created: cnenning Extended your access rights to be full-blown committer :) Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/

Re: Bean Validation Plugin in 2.5

2015-06-12 Thread Christoph Nenning
> Do you already have a confluence account? Just created: cnenning there are a few things that were not obvious to me which I would like to mention in the docs: - inherit your package from plugin package or put plugin interceptor in your own stack - if you like you can remove the 'normal' vali

Re: Bean Validation Plugin in 2.5

2015-06-12 Thread Johannes Geppert
Hi Christoph, thanks for the code review and fixes. I already added a basic plugin documentation: https://cwiki.apache.org/confluence/display/WW/Bean+Validation+Plugin May we should link from the validation site to the plugin documentation. Do you already have a confluence account? Johannes ##

Build failed in Jenkins: Struts-JDK7-master #312

2015-06-12 Thread Apache Jenkins Server
See Changes: [cnenning] fixed some generics related warnings and did a little re-formatting [cnenning] fixed some typos in javadoc [cnenning] added testcase for action with method prefixed by 'do' [cnenning] added some more eclipse

Re: Bean Validation Plugin in 2.5

2015-06-12 Thread Christoph Nenning
> From: Johannes Geppert > To: Struts Developers List , > Date: 27.05.2015 21:18 > Subject: Re: Bean Validation Plugin in 2.5 > > Just pushed first version of new bean validation plugin. > In general it is based on Umesh works, but I renamed some thinks and made > some small improvements. > Als