Re: GWT 2.8.0 released

2017-01-06 Thread Kirill Prazdnikov
This depends on amount of code and permutations you build. -- 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-toolkit+unsubscr...@googlegroups.com. To post

Re: GWT 2.8.0 released

2017-01-05 Thread Ed
I noticed that I had to increase the Max heap size a lot when compiling through the gwt-maven-plugin. I increased it from 1G to 2G to not getting the exception "GC overhead limit exceeded". What is your experience with this? What are the recommended settings when using java 8? (like GC method,

Re: GWT 2.8.0 released

2017-01-01 Thread Frank Hossfeld
Don't know how much work it will be, but this will work: Replace GWT RPC with restful services (f.e.: RestyGWT & Jersey) and separate your single project into two, one for the client and the other for the server code. Am Sonntag, 1. Januar 2017 09:40:53 UTC+1 schrieb Kumarasamy R: > > I just

Re: GWT 2.8.0 released

2017-01-01 Thread Thomas Broyer
GWT 2.8 dropped support for Java 6. You can probably use tools to "backport" the JAR to be Java 6-compatible. -- 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

Re: GWT 2.8.0 released

2017-01-01 Thread Kumarasamy R
I just noticed that weblogic is still running at JDK 1.6. That might be the reason. It will be very hard for now to upgrade sdk on weblogic since other legacy applications are in same server. Is there any alternate solution ? Thanks Kumar On Sunday, January 1, 2017 at 2:44:15 AM UTC-5,

Re: GWT 2.8.0 released

2016-12-31 Thread Kumarasamy R
Hi all, I have tried to migrate to 2.8 from 2.7. somehow resolved all the build issues and successfully done. When I deploy my war into weblogic getting folloing error. I verified gwt-servlet jar is in war\WEB-INF\lib\gwt-servlet-2.8.0.jar Any idea what might cause this issue ? appreciate

Re: GWT 2.8.0 released

2016-11-29 Thread GAURAV GUPTA
Hi Daniel, I am using GWT 2.8.0 and using -generateJsInteropExports with Polymer to access GWT elements, however I was able to get it successfully with 2.8 RC2 but getting error with 2.8 final version, gwt-elements.html:72 Uncaught ReferenceError: com is not defined(…)attached @

Re: GWT 2.8.0 released

2016-11-08 Thread Rasmus Olesen
Thank you. I completely forgot about "com.google.jsinterop:jsinterop-annotations:1.0.0:sources" Turns out you actually need to know how to use maven when using maven :) Den tirsdag den 8. november 2016 kl. 13.44.28 UTC+1 skrev Thomas Broyer: > > Basically, either you use "managed dependencies"

Re: GWT 2.8.0 released

2016-11-08 Thread Thomas Broyer
Basically, either you use "managed dependencies" (Maven, Gradle, Ivy, etc.) and it should resolve all dependencies for you; or you use the GWT SDK that you can download from the project website which bundles (almost) everything into 2 JARs. If you download from a Maven repo, then you'll need

Re: GWT 2.8.0 released

2016-11-08 Thread Rasmus Olesen
Hi There might be an issue with the gwt-user-2.8.0.jar or jsinterop-annotations-1.0.x.jar(s) uploaded to the maven repository. We are getting the following error: * Loading inherited module 'com.google.gwt.core.Core' Loading inherited module 'jsinterop.annotations.Annotations'

Re: GWT 2.8.0 released

2016-11-08 Thread Zeeshan Chughtai
Thomas, Finally, i was able to make superdev mode work. I had to exclude all the jetty 8.1 dependencies (those were getting included because of my some other internal dependency). In addition to that, i am also now using 3.1 servlet-api version (it was 3.0.1). Thanks again. Appreciated.

Re: GWT 2.8.0 released

2016-11-08 Thread Zeeshan Chughtai
Thanks Thomas for your reply. You are correct, we definitely needs to optimize these dependencies. About this 'AggregateLifeCycle class. ' Issue. I did able to find out the origin of jetty-deploy from where it was coming, but even excluding it doesn't solve my issue. Any other hint , from where

Re: GWT 2.8.0 released

2016-11-08 Thread Thomas Broyer
On Monday, November 7, 2016 at 11:17:10 PM UTC+1, Zeeshan Chughtai wrote: > > Hi, > > Thanks for this, really happy to have it around. > > We were using 2.8.0-beta1 version for a while without any major fuss. > > While upgrading to 2.8.0 released version, we get stuck with codeserver >

Re: GWT 2.8.0 released

2016-11-07 Thread Zeeshan Chughtai
Hi, Thanks for this, really happy to have it around. We were using 2.8.0-beta1 version for a while without any major fuss. While upgrading to 2.8.0 released version, we get stuck with codeserver refused to start because of class loading issues. Here are the changes which we had to made.

Re: GWT 2.8.0 released

2016-11-06 Thread NGdeM
Congrats to the GWT team. I had not taken a peek at the GWT downloads in a while, having missed out on the last two release candidates and now the release. UAU! Really, congrats to you all, thanks for the massive effort. On Friday, October 21, 2016 at 9:21:41 PM UTC+2, Daniel Kurka wrote: > >

Re: GWT 2.8.0 released

2016-10-27 Thread Thad Humphries
The doc/javadoc directory is incomplete. It is missing the index.html and the other files to complete it. Will these be added to the gwt-2.8.0.zip? On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote: > > Hi all, > > I am very happy to announce GWT 2.8.0 on behalf of the GWT

Re: GWT 2.8.0 released

2016-10-26 Thread Piotr Morgwai Kotarbinski
great news! thanks to everybody who made this happen! On Saturday, October 22, 2016 at 2:21:41 AM UTC+7, Daniel Kurka wrote: > > Hi all, > > I am very happy to announce GWT 2.8.0 on behalf of the GWT steering > committee and the GWT team at Google. > > You can download the release from

Re: GWT 2.8.0 released

2016-10-25 Thread H Maner
Thank you! Hal Maner M Systems International, Inc. On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote: > > Hi all, > > I am very happy to announce GWT 2.8.0 on behalf of the GWT steering > committee and the GWT team at Google. > > You can download the release from

Re: GWT 2.8.0 released

2016-10-24 Thread Lars
May read this http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0 The big points are Java8 support, JsInterop (to step away from JSNI), GSS and more performance in SDM and the emulation. -- You received this message because you are subscribed to the Google Groups "GWT Users"

Re: GWT 2.8.0 released

2016-10-24 Thread Ahamed
Happy to see this.. but i want to know what are the extra future introduces in GWT 2.8? Is it reduces the time taken to launch super dev mode ? When is the GWT 3.0 next release? On Saturday, October 22, 2016 at 12:51:41 AM UTC+5:30, Daniel Kurka wrote: > > Hi all, > > I am very happy to

Re: GWT 2.8.0 released

2016-10-24 Thread Hristo Stoyanov
Cool! So what's next? I see a bunch of unmerged code request sitting in gerrit. Is GWT 2.9 coming with all things in it that did not make it into 2.8? if so, when? On Friday, October 21, 2016 at 12:21:41 PM UTC-7, Daniel Kurka wrote: > > Hi all, > > I am very happy to announce GWT 2.8.0 on

Re: GWT 2.8.0 released

2016-10-24 Thread Lars
Yes! Guava 20 requires GWT 2.8 and the other way around. -- 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-toolkit+unsubscr...@googlegroups.com. To post

Re: GWT 2.8.0 released

2016-10-24 Thread Jens
> Can someone confirm? are we able to use Guava with this version? 20-rc1? > Yes, 20-rc1 actually requires GWT 2.8 and is incompatible to older GWT releases. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this

Re: GWT 2.8.0 released

2016-10-24 Thread Eric Nissan
Can someone confirm? are we able to use Guava with this version? 20-rc1? On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote: > > Hi all, > > I am very happy to announce GWT 2.8.0 on behalf of the GWT steering > committee and the GWT team at Google. > > You can download the

Re: GWT 2.8.0 released

2016-10-23 Thread Marko
Thanks! -- 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-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to

Re: GWT 2.8.0 released

2016-10-23 Thread Thomas Broyer
On Saturday, October 22, 2016 at 8:31:43 PM UTC+2, zakaria amine wrote: > > Great! Elemental 2 is part of it ? > No. Elemental 2 will be released independently (along with its generator I believe) -- You received this message because you are subscribed to the Google Groups "GWT Users"

Re: GWT 2.8.0 released

2016-10-23 Thread David
The best news in years! Well done to the GWT team! Java8, JsInterop and Elemental2 makes a really big difference in my projects. Looking forward for what's next to come. On Sat, Oct 22, 2016 at 8:31 PM zakaria amine wrote: > Great! Elemental 2 is part of it ? > > -- >

Re: GWT 2.8.0 released

2016-10-22 Thread zakaria amine
Great! Elemental 2 is part of 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-toolkit+unsubscr...@googlegroups.com. To post to this group, send

Re: GWT 2.8.0 released

2016-10-22 Thread Velusamy Velu
Kudos to Daniel and the GWT team! On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote: > > Hi all, > > I am very happy to announce GWT 2.8.0 on behalf of the GWT steering > committee and the GWT team at Google. > > You can download the release from

Re: GWT 2.8.0 released

2016-10-22 Thread Franco Skrzypczak
Awesome news .. well done! -- 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-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to

GWT 2.8.0 released

2016-10-22 Thread maticpetek
Thank you for all the effort. -- 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-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to

Re: GWT 2.8.0 released

2016-10-21 Thread jumanor
Thanks...great job -- 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-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to

Re: GWT 2.8.0 released

2016-10-21 Thread Ed
Thank You for Your effort! On Fri, Oct 21, 2016 at 4:01 PM, Denis Shagaleev wrote: > yeah!! > > thank you guys! > > > On Friday, October 21, 2016 at 10:21:41 PM UTC+3, Daniel Kurka wrote: >> >> Hi all, >> >> I am very happy to announce GWT 2.8.0 on behalf of the GWT

Re: GWT 2.8.0 released

2016-10-21 Thread Denis Shagaleev
yeah!! thank you guys! On Friday, October 21, 2016 at 10:21:41 PM UTC+3, Daniel Kurka wrote: > > Hi all, > > I am very happy to announce GWT 2.8.0 on behalf of the GWT steering > committee and the GWT team at Google. > > You can download the release from http://www.gwtproject.org/download.html

Re: GWT 2.8.0 released

2016-10-21 Thread Edu
Thanks!!! 2016-10-21 22:38 GMT+02:00 Rodrigue Lagoué Rodrigue : > good job > > On Fri, 21 Oct 2016 at 22:32 Alberto Mancini wrote: >> >> Thanks Daniel thanks to all the contributors and to all the developers >> that spent time, energy, and work to release

Re: GWT 2.8.0 released

2016-10-21 Thread Rodrigue Lagoué Rodrigue
good job On Fri, 21 Oct 2016 at 22:32 Alberto Mancini wrote: > Thanks Daniel thanks to all the contributors and to all the developers > that spent time, energy, and work to release 2.8. > > > On Fri, Oct 21, 2016 at 10:16 PM Alex W wrote: > > The

Re: GWT 2.8.0 released

2016-10-21 Thread Alberto Mancini
Thanks Daniel thanks to all the contributors and to all the developers that spent time, energy, and work to release 2.8. On Fri, Oct 21, 2016 at 10:16 PM Alex W wrote: > The GWT team couldn't even be bothered to delete the out of date docs on > gwtproject.org for the

Re: GWT 2.8.0 released

2016-10-21 Thread Vassilis Virvilis
+1 congrats for the release +1 Vassilis On Fri, Oct 21, 2016 at 11:29 PM, Daniel Kurka wrote: > Hi Alex, > > thanks for your non negative way of approaching this. The docs on > gwtproject.org are open source and anybody is welcome to change them on > github: > > It's

Re: GWT 2.8.0 released

2016-10-21 Thread Daniel Kurka
Hi Alex, thanks for your non negative way of approaching this. The docs on gwtproject.org are open source and anybody is welcome to change them on github: It's as simple as clicking edit on the page: https://github.com/gwtproject/gwt-site If you feel something is outdated simply propose a

Re: GWT 2.8.0 released

2016-10-21 Thread Alex W
The GWT team couldn't even be bothered to delete the out of date docs on gwtproject.org for the release? For shame. I'm not being negative; this is a team that needs more criticism, both internal and external. On Saturday, October 22, 2016 at 5:21:41 AM UTC+10, Daniel Kurka wrote: > > Hi all,

Re: GWT 2.8.0 released

2016-10-21 Thread Kirill Prazdnikov
Cool. Nice Job. We have ported out project and it works perfectly. Thanks -- 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

Re: GWT 2.8.0 released

2016-10-21 Thread Alain Ekambi
YEES On 21 October 2016 at 21:48, Wesley.JUNG wrote: > Hoorey~~~ > > > On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote: >> >> Hi all, >> >> I am very happy to announce GWT 2.8.0 on behalf of the GWT steering >> committee and the GWT team at Google.

Re: GWT 2.8.0 released

2016-10-21 Thread Wesley.JUNG
Hoorey~~~ On Friday, October 21, 2016 at 3:21:41 PM UTC-4, Daniel Kurka wrote: > > Hi all, > > I am very happy to announce GWT 2.8.0 on behalf of the GWT steering > committee and the GWT team at Google. > > You can download the release from http://www.gwtproject.org/download.html > or from

GWT 2.8.0 released

2016-10-21 Thread 'Daniel Kurka' via GWT Users
Hi all, I am very happy to announce GWT 2.8.0 on behalf of the GWT steering committee and the GWT team at Google. You can download the release from http://www.gwtproject.org/download.html or from maven central. The release notes can be found at