I think we should go through Gerrit and create a Github issue for every CL that we definitely want in final 2.8 (so we can track it using Github milestone, or is there some sort of tagging feature in Gerrit that we can use to mark CLs for 2.8?) and then concentrate on reviewing these.
Personally I would say: - Emulation of ArrayDeque, BitSet - Java 8: Collections.unmodifiableNavigableMap, unsigned numbers - Various emulation fixes for edge cases and better JDK compatibility - Anything related to JsInterop Personally I work on Java8 Base64 emulation but don't know when I will finish it. Andrei has a draft on Gerrit for Java8 CompletableFuture which will be based on Promises/Promise emulation. But that one will probably still take some time to complete. Also this CompletableFuture patch includes some emulation of java concurrent classes that are currently emulated by Guava. IMHO we should generally include Guava JDK emulations into GWT proper so non Guava users can benefit from it as well. Maybe thats something we want to do for 2.8? Given the Guava license its just a matter of coping/moving their classes to GWT. -- 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/09c9e3bb-d200-4cc0-93a3-80d0d3c92852%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
