Definitively I have duplicated some of its super-sources, initially rxjava-gwt dependends on guava bc it super-sourced some pretty common utilities like TimeUnit or Executor, etc. but until I get forced to implement various other classes I just prefer to copy-paste and remove the guava dependency. But yep, I take note and I will be careful to not add any already guava super-sourced class.
Anyways, merging guava first will be a good idea! On Friday, July 14, 2017 at 10:28:39 AM UTC+2, Jens wrote: > > AFAICT we want to merge Guava's emulation of JRE classes into GWT itself. > I think it also includes CountDownLatch. > > Maybe you want to check if you have emulated something in addition to > Guava: > https://github.com/google/guava/tree/master/guava-gwt/src-super/java > > -- J. > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/e4478077-1b74-4a3d-a413-ba3a04156181%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
