aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/guava
Commit message (Collapse)AuthorAge
* Update Guava to 25.1Gravatar Philipp Wollermann2018-07-25
|
* third_party/guava: update guava to 24.1Gravatar Jakob Buchgraber2018-03-21
|
* Delete the old 21.0 Guava jars. The codebase has been migrated to theGravatar haxorz2017-10-20
| | | | | | 23.1 release. Change-Id: Iee0cbbdfcfc8af05fbc5046ff93443197bc585b2
* Add jars for the newest Guava release (23.1, 27 Sept 2017) and updateGravatar haxorz2017-10-17
| | | | | | | | | | | third_party/BUILD to use the new jars. A subsequent change will update src/test/java/com/google/devtools/build/android/desugar/BUILD to use the new guava-23.1-jre.jar. And then a change after that will delete the old 21.0 jars. Change-Id: I9e77a1b7f611609b01cb25ecebdedd16e7c2019a
* Update to guava 21.0 and Error Prone version 2.0.18-20160224Gravatar Liam Miller-Cushon2017-02-27
| | | | Change-Id: I89875f8233092e2704142fc306f9ec60da739b5f
* Delete the old prebuild guava jars. SeeGravatar Nathan Harmata2016-11-22
| | | | | | https://bazel-review.googlesource.com/#/c/7270/. Change-Id: Ie2cc95521bb1c6287dcdfb083e35bf4c15c7abd3
* Upload the prebuilt guava jars from the 21.0-20161101 daily build.Gravatar Nathan Harmata2016-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | (downloaded from https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-testlib/21.0-SNAPSHOT/), in order to get https://github.com/google/guava/commit/ef386251e5cc485fb72890fff67830340635e44b. nharmata@nharmata1:~/bazel$ grep InternerBuilder third_party/guava/guava-19.0.jar nharmata@nharmata1:~/bazel$ grep InternerBuilder third_party/guava/guava-21.0-20161101.jar Binary file third_party/guava/guava-21.0-20161101.jar matches nharmata@nharmata1:~/bazel$ I want to use the new InternerBuilder api in Bazel. nharmata@nharmata1:~/bazel$ md5sum third_party/guava/*.jar b31066276b1352cf720254b3d1342b11 third_party/guava/guava-21.0-20161101.jar 16def9388e9482eee2454a7f9d019697 third_party/guava/guava-testlib-21.0-20161101.jar nharmata@nharmata1:~/bazel$ Change-Id: I7784acaf1c194a78a073eb37d18787326dbb2293
* Third-party dependencies update:Gravatar Damien Martin-Guillerez2015-12-16
| | | | Removed guava-18.0
* Third-party binary updates:Gravatar Damien Martin-Guillerez2015-12-16
| | | | | Added guava-19.0 Deleted guice-4.0 (with aop)
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25
-- MOE_MIGRATED_REVID=85702957