Am Samstag, 30. Mai 2015 02:47:32 UTC+2 schrieb P.G.Taboada:
Hi,I read through some comments, issues and code reviews but I am not sure if an updated Jetty will land in GWT 2.8.What is the current status of Jetty update?
Gerrit Code Review, that uses GWT 2.7, was migrated to Jetty 9.x
last year.
To achieve that and to prevent class collisions between Jetty 8
packaged in gwt-dev.jar and Jetty 9 used by Gerrit, outdated Jetty
was stripped from gwt-dev.jar after fetching it from Central: [1].
codeserver must be adjusted: WebServer.java was forked in Gerrit
project: [2].
Jetty upgrade in GWT wasn't possible last year, because of dependency
on HtmlUnit, that was still using Jetty 8 (Websocket). It was fixed recently
and HtmlUnit 2.16 uses Jetty 9 now.
Next steps:
* Upload the dependencies needed for Jetty 9 and HtmlUnit 2.16 upgrade: [3].
* Review the upgrade change: [4].
[1] https://github.com/gerrit-review/gerrit/blob/master/lib/gwt/BUCK#L13,L25
[2] https://github.com/gerrit-review/gerrit/blob/master/gerrit-gwtdebug/src/main/java/com/google/gwt/dev/codeserver/WebServer.java#L67,L69
[3] https://groups.google.com/d/topic/google-web-toolkit-contributors/ouClai-bTFs/discussion
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment