I see you provide your own version of java.util.Locale; please don't, this is a recipe for disaster (behavior depends on the order of entries in the classpath and/or gwt.xml, will break as soon as GWT's JavaEmul updates its version, etc.) We've seen it recently: https://github.com/gwtproject/gwt/issues/9682. IMO, because we cannot "polyfill" Java classes, we should use "ponyfills" instead (i.e. helper methods where you pass the target object as argument).
On Monday, May 11, 2020 at 12:35:14 AM UTC+2, foal wrote: > > Hi, > > JRS gwt-time 1.4.8 was released - details on > https://github.com/foal/gwt-time/releases/tag/1.4.8 > > Best, > Stas > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/8a11af34-9a6c-430b-86d7-cfdc4aafd521%40googlegroups.com.
