2.8 (final) is released very silent!?

402 views
Skip to first unread message

Lars

unread,
Oct 21, 2016, 7:43:14 AM10/21/16
to GWT Contributors
Github show is a (final) 2.8 release (17 days ago) https://github.com/gwtproject/gwt/releases/tag/2.8.0
Why is nobody talking about?

Jens

unread,
Oct 21, 2016, 8:29:54 AM10/21/16
to GWT Contributors
The release is 2 days old (yes it's already on maven central) and will likely be announced once release notes are merged and uploaded. 

Github just says it's 17 days ago because the commit that has been tagged is 17 days old.

-- J.

Kirill Prazdnikov

unread,
Oct 21, 2016, 9:24:55 AM10/21/16
to GWT Contributors
Hi, 


Has anyone know what is needed to trigger maven plugin ?

Thanks

Thomas Broyer

unread,
Oct 21, 2016, 3:01:51 PM10/21/16
to GWT Contributors


On Friday, October 21, 2016 at 1:43:14 PM UTC+2, Lars wrote:
Github show is a (final) 2.8 release (17 days ago) https://github.com/gwtproject/gwt/releases/tag/2.8.0
Why is nobody talking about?

Waiting for release notes and a few documentation updates before making an official announcement. 

Lars

unread,
Oct 21, 2016, 3:24:08 PM10/21/16
to GWT Contributors
Make sense ... good to have the 2.8 ready now! :-)

Daniel Kurka

unread,
Oct 21, 2016, 3:26:43 PM10/21/16
to GWT Contributors
I just sent the announcement to gwt-users that its now final, the reason you could see the tag is that I pushed this as part of our release process.

The reason the tag is 17 days old is that its identical with that commit (we have not changed GWT), traditionally we just turn the RC into the final release.

On Fri, Oct 21, 2016 at 9:24 PM Lars <lars.gem...@gmail.com> wrote:
Make sense ... good to have the 2.8 ready now! :-)

--
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-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/f69d2d0e-4e52-405e-bade-396f361120b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Zeeshan Chughtai

unread,
Nov 8, 2016, 4:46:03 AM11/8/16
to google-web-tool...@googlegroups.com
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.

<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>
</dependency>

<!-- Only the exclusion part>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>${com.google.gwt.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>apache-jsp</artifactId>
</exclusion>
</exclusions>
</dependency>

Compilation and tomcat startup went well without any real issues. 

Here is a exception which we are facing when running codeserver. 

[INFO] 23:11:19,291 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@225153c8 - Registering current configuration as safe fallback point
[INFO]
[INFO]    Loading Java files in com.alphasense.AlphaInsightDebug.
[INFO]    Module setup completed in 4628 ms
[ERROR] java.lang.NoClassDefFoundError: org/eclipse/jetty/util/component/AggregateLifeCycle
[ERROR] 	at java.lang.ClassLoader.defineClass1(Native Method)
[ERROR] 	at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
[ERROR] 	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[ERROR] 	at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
[ERROR] 	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[ERROR] 	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
[ERROR] 	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
[ERROR] 	at java.security.AccessController.doPrivileged(Native Method)
[ERROR] 	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
[ERROR] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[ERROR] 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
[ERROR] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[ERROR] 	at java.lang.ClassLoader.defineClass1(Native Method)
[ERROR] 	at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
[ERROR] 	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[ERROR] 	at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
[ERROR] 	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[ERROR] 	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
[ERROR] 	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
[ERROR] 	at java.security.AccessController.doPrivileged(Native Method)
[ERROR] 	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
[ERROR] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[ERROR] 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
[ERROR] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[ERROR] 	at java.lang.ClassLoader.defineClass1(Native Method)
[ERROR] 	at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
[ERROR] 	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[ERROR] 	at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
[ERROR] 	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[ERROR] 	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
[ERROR] 	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
[ERROR] 	at java.security.AccessController.doPrivileged(Native Method)
[ERROR] 	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
[ERROR] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[ERROR] 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
[ERROR] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[ERROR] 	at java.lang.ClassLoader.defineClass1(Native Method)
[ERROR] 	at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
[ERROR] 	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
[ERROR] 	at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
[ERROR] 	at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
[ERROR] 	at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
[ERROR] 	at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
[ERROR] 	at java.security.AccessController.doPrivileged(Native Method)
[ERROR] 	at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
[ERROR] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[ERROR] 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
[ERROR] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[ERROR] 	at com.google.gwt.dev.codeserver.WebServer.start(WebServer.java:121)
[ERROR] 	at com.google.gwt.dev.codeserver.CodeServer.start(CodeServer.java:161)
[ERROR] 	at com.google.gwt.dev.codeserver.CodeServer.main(CodeServer.java:102)
[ERROR] 	at com.google.gwt.dev.codeserver.CodeServer.main(CodeServer.java:55)
[ERROR] Caused by: java.lang.ClassNotFoundException: org.eclipse.jetty.util.component.AggregateLifeCycle
[ERROR] 	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
[ERROR] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[ERROR] 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
[ERROR] 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[ERROR] 	... 52 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------

I've attached my WEB-IN/lib directory structure with beta version build and released version of 2.8.0 build. The jetty version with 2.8.0 release is jetty-util-9.2.14.v20151106.jar which 
doesn't have AggregateLifeCycle class. 


Any suggestions are welcome. Looking forward. Thanks.

PS. I can share more details if required. 


Zeeshan Chughtai
Sr. Software Engineer
AlphaSense  |  Tammasaarenkatu 3  |  00180 Helsinki, Finland
Mobile: +358 45 8953811
zee...@alpha-sense.com   |   www.alpha-sense.com

On Fri, Oct 21, 2016 at 10:26 PM, 'Daniel Kurka' via GWT Contributors <google-web-tool...@googlegroups.com> wrote:
I just sent the announcement to gwt-users that its now final, the reason you could see the tag is that I pushed this as part of our release process.

The reason the tag is 17 days old is that its identical with that commit (we have not changed GWT), traditionally we just turn the RC into the final release.
On Fri, Oct 21, 2016 at 9:24 PM Lars <lars.gem...@gmail.com> wrote:
Make sense ... good to have the 2.8 ready now! :-)

--
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+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
lib-2.8-beta.txt
lib-2.8.txt
Reply all
Reply to author
Forward
0 new messages