Java Deserialization Vulnerability

2015-11-20 Thread gerry
Is GWT RPC affected by the Java deserialization vulnerability? If so is there a way to mitigate it? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolk

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-20 Thread Thomas Broyer
On Friday, November 20, 2015 at 10:58:40 PM UTC+1, Bruno Salmon wrote: > > Hello, > > I'm trying to use the gwt-maven-plugin version 2.8.0-SNAPSHOT but it seems > Maven can't load it: > > Downloading: > https://oss.sonatype.org/content/repositories/google-snapshots/org/codehaus/mojo/gwt-maven-p

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-20 Thread Bruno Salmon
Hello, I'm trying to use the gwt-maven-plugin version 2.8.0-SNAPSHOT but it seems Maven can't load it: Downloading: https://oss.sonatype.org/content/repositories/google-snapshots/org/codehaus/mojo/gwt-maven-plugin/2.8.0-SNAPSHOT/gwt-maven-plugin-2.8.0-SNAPSHOT.pom [WARNING] The POM for org.code

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-20 Thread Filipe Sousa
This is a bit off topic, but what do you think about the takari lifecycle? http://takari.io/book/40-lifecycle.html#the-takari-lifecycle On Friday, November 20, 2015 at 12:35:33 PM UTC, Thomas Broyer wrote: > > > > On Friday, November 20, 2015 at 11:46:22 AM UTC+1, Martin Trummer wrote: >> >> @Thom

Re: Is anyone using Auth0 (for user login) with GWT?

2015-11-20 Thread Vassilis Virvilis
thanks for the link On Fri, Nov 20, 2015 at 4:21 PM, Thomas Broyer wrote: > Also please note that OAuth 2.0 is not an authentication protocol: > http://oauth.net/articles/authentication/ > > > On Friday, November 20, 2015 at 2:32:59 PM UTC+1, Gilberto wrote: >> >> That gwt-oauth2 project seems q

Re: Is anyone using Auth0 (for user login) with GWT?

2015-11-20 Thread Alain Ekambi
We are maintining a fork : https://github.com/ahome-it/gwt-oauth On 20 November 2015 at 15:21, Thomas Broyer wrote: > Also please note that OAuth 2.0 is not an authentication protocol: > http://oauth.net/articles/authentication/ > > > On Friday, November 20, 2015 at 2:32:59 PM UTC+1, Gilberto wr

Re: Is anyone using Auth0 (for user login) with GWT?

2015-11-20 Thread Thomas Broyer
Also please note that OAuth 2.0 is not an authentication protocol: http://oauth.net/articles/authentication/ On Friday, November 20, 2015 at 2:32:59 PM UTC+1, Gilberto wrote: > > That gwt-oauth2 project seems quite abandoned... > > On Thursday, November 19, 2015 at 9:38:47 AM UTC-2, Alain wrote:

Re: Is anyone using Auth0 (for user login) with GWT?

2015-11-20 Thread Gilberto
That gwt-oauth2 project seems quite abandoned... On Thursday, November 19, 2015 at 9:38:47 AM UTC-2, Alain wrote: > > We had a wrapper for this but decided to roll with GWT-Oauth > > https://code.google.com/p/gwt-oauth2/ > > > > On 19 November 2015 at 11:48, Matthieu Drenou > wrote: > >> Hello,

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-20 Thread Thomas Broyer
On Friday, November 20, 2015 at 11:46:22 AM UTC+1, Martin Trummer wrote: > > @Thomas: I am surprised, that you make a maven plugin. > I can remember one of your blog posts was like "Maven is broken by design" > Then, why do you write a maven plugin? > Ha, because a) I happen to still use Maven i

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-20 Thread Martin Trummer
@Thomas: I am surprised, that you make a maven plugin. I can remember one of your blog posts was like "Maven is broken by design" Then, why do you write a maven plugin? Did Maven improve with version 3.x, or is there just no other alternative for some reason? What build system would you recommend