Saturday, February 2, 2019

Re: jsapi link went down

Those libs haven't been updated for NINE years (https://search.maven.org/search?q=g:com.google.gwt.google-apis), and was officially marked unmaintained in the code repo 3.5 years ago (https://github.com/googlearchive/gwt-google-apis/commit/f48c33fe223aeafb8a667f5d102642d7acc07446), I honestly thought everybody moved on.
The way to go nowadays might be to use jsinterop-generator on the closure externs file (https://github.com/google/closure-compiler/blob/master/contrib/externs/google_visualization_api.js).

That said, things are apparently working again: https://github.com/google/google-visualization-issues/issues/2714

On Friday, February 1, 2019 at 6:16:54 PM UTC+1, Alex Thurston wrote:
It looks like com.google.gwt.ajaxloader.client.AjaxLoader calls injectApi which loads the jsapi resource and ends up looking like this:


This resource went down yesterday and this thread appears to be discussing why:


Daniel LaLiberte mentions 'Fortunately, we will be able to automatically redirect all requests to the new server, which means that all versions of Google Charts that have been loaded via the jsapi loader will effectively be automatically updated to the current version, which is v46.'
I'm wondering if GWT plans on keeping this resource the same going forward and having it always use the current version, or if there are other plans to support the jsapi.

Thank you

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment