--
guava-...@googlegroups.com
Project site: http://guava-libraries.googlecode.com
This group: http://groups.google.com/group/guava-discuss
This list is for general discussion.
To report an issue: http://code.google.com/p/guava-libraries/issues/entry
To get help: http://stackoverflow.com/questions/ask (use the tag "guava")
--
guava-...@googlegroups.com
Project site: http://guava-libraries.googlecode.com
This group: http://groups.google.com/group/guava-discuss
This list is for general discussion.
To report an issue: http://code.google.com/p/guava-libraries/issues/entry
To get help: http://stackoverflow.com/questions/ask (use the tag "guava")
Yeah - they're sort of orthogonal, sadly, even if there is overlap. In the case of GWT, we're largely pulling out things, and not doing a whole lot of emulation except for the navigable map stuff. Mostly we're pulling GWT incompatible stuff out. JDK emulation really belongs to the GWT team and they'll eventually absorb or re-work anything we do on that front.
FYI, NavigableMap/NavigableSet are coming: http://gwt-code-reviews.appspot.com/1839803/Will be in GWT 2.6 (2.5 is in RC, no ETA yet for 2.6, as it'll be the first release driven by the new Steering Committee)
--
That would be because 14.0 has not been released, only a release candidate. 14.0 will have a back port when it is released.
Hi Christian,Can you add link to that backported-version to guava-13-release-notes page please? (http://code.google.com/p/guava-libraries/wiki/Release13)There's no place in whole guava documentation that would mention that such backport exists which makes it quite hard to find.Do you plan to make such backports for future guava releases? Can't find backport for version 14 anywhere.marcin
can we use GWT 2.6.1 version with Java 5? or What's the maximum GWT version we can go with java 5? thanks.