|
Release11
Release notes for Guava Release 11.0.2
Guava Release 11.0.2: Release NotesRelease 11.0 was released on December 18, 2011. Release 11.0.1 was released on January 9, 2012. Release 11.0.2 was released on February 22, 2012. (See ReleaseHistory.) Using Guava in your projectThis release will be identified in the Maven Central repository as com.google.guava:guava:11.0.2 and com.google.guava:guava-gwt:11.0.2 See UseGuavaInYourBuild for help integrating Guava into your build environment. If you don't use managed dependencies, you can also just manually download JARs of the classes, sources and documentation from:
API ChangesFull JDiff Report of changes since release 10.0.1 To build a combined report of the API changes between release 11.0.2 and any older release, check out our docs tree and run jdiff/jdiff.sh with the previous release number as argument (example: jdiff.sh 5.0). Changes between 11.0.1 and 11.0.2
Changes between 11.0 and 11.0.1
LoadingCache split out of CacheThe Cache methods related to automatic cache loading have been split out into the LoadingCache interface. CacheBuilder.build(CacheLoader) now returns a LoadingCache, and CacheBuilder.build() was introduced, which returns a Cache. When upgrading to version 11.0.2, all Cache references should be changed to LoadingCache. Issues resolvedAdditionsNew packagesNew classescommon.cache common.collect common.net common.primitives common.util.concurrent New memberscommon.base
common.cache
common.collect
common.io
common.primitives
common.util.concurrent
| |
If we could get ImmutableSortedMultiset? GWT-tested and open-sourced that'd be awesome.
When will the release happen? "Release early, release often". I'm eagerly awaiting all the new stuff (and I don't like keeping local copies of new stuff in my project repositories).
Don't worry, there are lots of two-digit release numbers left, so no need to be parsimonious with those ;)
Turns out 11.0 has been already released – on December, 18th!
http://repo1.maven.org/maven2/com/google/guava/guava/11.0/
What GWT version(s) is 11.0.1 compatible with?