[gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-11 Thread Guillaume Rebesche
Hi, I have updated to 2.8.0-beta1 our big application without major issues (have to use guava 19.0-SNAPSHOT and gwt-maven-plugin 2.8.0-SNAPSHOT for now). Everything looks good except the SDM refresh. If I do a small change, stop SDM and recompile, everything is good. But I do the same small

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-10 Thread David
I don't seem to have access to 19.0 snapshot, but 19.0 is out. However it does not work with gwt 2.8 beta1. So I am stuck on this since I will need to wait for 20.0 which will be released after gwt 2.8 is released. On Wed, 9 Dec 2015 at 17:43 Thomas Broyer wrote: > > > On

[gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-09 Thread stuckagain
Great news! I tried to recompile with Java8 and GWT 2.8 beta1 a project I am working on. But I see these 2 errors: guava-gwt 18.0 does not seem to compile: [INFO]Tracing compile failure path for type 'com.google.common.collect.GwtPlatform' [INFO] [ERROR] Errors in

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-09 Thread Thomas Broyer
So, we talked about it during our Steering Committee meeting today and, hoping I'm transcribing correctly: - GWT has moved to Java 7 and uses Java 7-isms, so Java 6 compatibility is gone (but I believe we announced it at some point already, that 2.7 would be the last version to

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-08 Thread Julien Dramaix
This is really nice! Could you create a pull request on the existing Release note and add the missing items ? On Tue, Dec 8, 2015 at 3:58 AM Juan Pablo Gardella < gardellajuanpa...@gmail.com> wrote: > Hi contributors, > > I've created a google doc with full GWT 2.8.0 >

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-08 Thread Paul Robinson
On Mon, Dec 7, 2015 at 3:06 PM, Colin Alworth wrote: > If I could be permitted to slight restate what Julien just said: We will > make a note of it, as we have done in the past, such as when the default > moved from java6 to java7: >

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-08 Thread Paul Robinson
Thanks for the clarification Thomas. On Tue, Dec 8, 2015 at 1:45 PM, Thomas Broyer wrote: > > > On Tuesday, December 8, 2015 at 1:54:40 PM UTC+1, Paul Robinson wrote: >> >> >> >> On Mon, Dec 7, 2015 at 3:06 PM, Colin Alworth wrote: >> >>> If I could be

[gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-08 Thread Pedro Lamarão
Em sexta-feira, 4 de dezembro de 2015 07:51:13 UTC-2, Daniel Kurka escreveu: > Please start testing and let us know about any issues you encounter by > either discussion here or filing bugs on github > . > Is it ready for use with Google Plugin

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-08 Thread Brandon Donnelson
I think you may have two libraries on the classpath. Regarding Eclipse, it is ready. Find the download that will work with mars and GWT 2.8. http://gwt-plugins.github.io/documentation/gwt-eclipse-plugin/Download.html On Tue, Dec 8, 2015 at 8:52 AM, Pedro Lamarão wrote:

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-08 Thread Pedro Lamarão
Changing the SDK version in the Google configuration tab had a strange effect in the build path of my projects. Manually resetting the build path solved my issue. Thanks! P. Em terça-feira, 8 de dezembro de 2015 15:43:22 UTC-2, Brandon Donnelson escreveu: > > Oops, a library is missing from the

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-08 Thread 'Goktug Gokdogan' via GWT Contributors
Hi Brandon. Little bit of topic but I think we may want to make it less convenient to use old devmode as it is deprecated. You may want to remove the options for dev mode in GPE (if you haven't already). For example, the default menu option for running unit test is to run it in dev mode. On Tue,

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-07 Thread Colin Alworth
If I could be permitted to slight restate what Julien just said: We will make a note of it, as we have done in the past, such as when the default moved from java6 to java7: http://www.gwtproject.org/release-notes.html#Release_Notes_2_6_0_RC1. That being said, we of course welcome any community

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-07 Thread István Horváth
i not sure about this link has the correct dates: https://en.wikipedia.org/wiki/Google_Web_Toolkit also it lacks of 2.5.0 and 2.5.1 2015. december 7., hétfő 16:40:22 UTC+1 időpontban István Horváth a következőt írta: > > good, where can i find exact dates about release dates (full date, like >

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-07 Thread István Horváth
good, where can i find exact dates about release dates (full date, like year month and day) from the beginning? 2015. december 7., hétfő 15:47:50 UTC+1 időpontban Julien Dramaix a következőt írta: > > Feel free to fill a patch for that :) > > On Mon, Dec 7, 2015 at 2:28 PM István Horváth

[gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-07 Thread István Horváth
it would nice to have if you update the release notes page with exact dates on all of the version on both the links and the linked details too. http://www.gwtproject.org/release-notes.html 2015. december 4., péntek 10:51:13 UTC+1 időpontban Daniel Kurka a következőt írta: > > Hi all, > > we

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-07 Thread Julien Dramaix
Feel free to fill a patch for that :) On Mon, Dec 7, 2015 at 2:28 PM István Horváth wrote: > it would nice to have if you update the release notes page with exact > dates on all of the version on both the links and the linked details too. > >

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-07 Thread Colin Alworth
Sorry, I hadn't understood that your primary interest was in release dates, but though it was more for compatibility with upstream or related tools on release. That said, I think that the list of downloads at https://code.google.com/p/google-web-toolkit/downloads/list may prove useful for

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-07 Thread Thomas Broyer
On Monday, December 7, 2015 at 4:40:22 PM UTC+1, István Horváth wrote: > > good, where can i find exact dates about release dates (full date, like > year month and day) from the beginning? > https://code.google.com/archive/p/google-web-toolkit/downloads has all the old ones. Starting with

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-07 Thread István Horváth
ok, i have PR for this, i hope it fits Google's needs. 2015. december 7., hétfő 15:47:50 UTC+1 időpontban Julien Dramaix a következőt írta: > > Feel free to fill a patch for that :) > > On Mon, Dec 7, 2015 at 2:28 PM István Horváth > wrote: > >> it would nice to have if you

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-07 Thread Juan Pablo Gardella
Hi contributors, I've created a google doc with full GWT 2.8.0 release notes. It's divided by features/components and links for each commit. I didn't put reverted commits, and fixes over features like JSInterop. Everyone can put comments. It could be added later at GWT

[gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-04 Thread Thomas Broyer
On Friday, December 4, 2015 at 1:01:39 PM UTC+1, luca.masini wrote: > > Hi, I need also the gwt-maven-plugin 2.8.0-beta, > Mojo's Plugin for GWT is an independent project, and indeed there's a 2.8.0-SNAPSHOT version (hasn't been updated for months though, some arguments might break, e.g.