aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
Commit message (Collapse)AuthorAge
* Update JUnit to 4.12Gravatar Philipp Wollermann2018-08-13
|
* Importing remote-apis repository into Bazel for Remote API v2.Gravatar Ola Rozenfeld2018-08-10
| | | | Change-Id: I245c8514adedfa443e3ffd41a54714f40fc193c4
* Update Error Prone versionGravatar Liam Miller-Cushon2018-08-10
| | | | | Built at https://github.com/google/error-prone/commit/e2b59ea6ab11bc72ce05cd370aa06b78692952d7
* Update to ASM 6.2.1Gravatar Liam Miller-Cushon2018-08-07
| | | | Fixes #5797
* Replace config_setting.values{"compiler"} with ↵Gravatar scentini2018-08-06
| | | | config_setting.flag_values{"@bazel_tools//tools/cpp:compiler"}
* Update truth dependency to 0.42Gravatar Jeff Lavallee2018-07-26
| | | | | | | | | | | | | | | Truth 0.42 includes Fact which is needed by an upcoming change to Subject Adds diffutils which is needed by truth >= 0.40 Changed filename of diffutils jar to include version number Diffutils jar from http://repo1.maven.org/maven2/com/googlecode/java-diff-utils/diffutils/1.3.0/ See also https://code.google.com/archive/p/java-diff-utils/ Change-Id: Iecd60c921c2562750d1075e0afbb7777e6b86ed2
* Remove third_party/{minlog,reflectasm}Gravatar Philipp Wollermann2018-07-26
|
* Remove third_party/bytebuddyGravatar Philipp Wollermann2018-07-26
|
* Remove unused d3-js and jquery filegroupsGravatar Philipp Wollermann2018-07-26
|
* Remove jopt-simple from third_partyGravatar Philipp Wollermann2018-07-26
|
* Remove Hazelcast from third_partyGravatar Philipp Wollermann2018-07-25
|
* Revert "Update truth dependency to 0.42"Gravatar Philipp Wollermann2018-07-25
| | | | | | | | Truth 0.42 adds a dependency on com.googlecode.java-diff-utils, which we currently don't have in Bazel. We have to discuss first, whether we actually want to add that library, too. This reverts commit 59b044c123b08c89c1c86532deec0500fb93db9b.
* Update Guava to 25.1Gravatar Philipp Wollermann2018-07-25
|
* Update truth dependency to 0.42Gravatar Jeff Lavallee2018-07-24
| | | | | | | Truth 0.42 includes Fact which is needed by an upcoming change to Subject Change-Id: I791daceed18953f31bd21b184e4349baae5e30ca
* Add more support for ArmGravatar Marcel Hlopko2018-07-03
| | | | | | | This is accompanying change to https://github.com/bazelbuild/bazel/pull/5477 Change-Id: I9bb50a350bf2618f752c385c9fb79199fd7656cb RELNOTES: None.
* Deletes unneeded Kryo library.Gravatar Shahan Yang2018-06-29
| | | | Change-Id: I1210baa97c9f9bf817f8b26f6a75b7c31da2e48b
* Update android_common's layoutlib to 26.1.2 to support fonts in BazelGravatar Jingwen Chen2018-05-31
| | | | | | | | | RELNOTES: For Android projects, Bazel now supports building fonts as resources. See https://developer.android.com/guide/topics/ui/look-and-feel/fonts-in-xml for more information on the feature. Change-Id: I1cb25828b04e98cacc19d3c7a2e23ea764b48e92
* Remove unused bootstrap dependenciesGravatar Liam Miller-Cushon2018-04-27
| | | | | | | | Follow-up to bdb75bba00dbe97e9bb99db04844096f135f59ad Change-Id: I325ed4bf4aed5703f57d1f688d0007394b5b1d53 Closes #5105.
* Update Error Prone versionGravatar Liam Miller-Cushon2018-04-23
| | | | | | Change-Id: Iba6fa9cbee4d9801cf95463558aa7606bd0b1d78 Closes #5070.
* Delete old version of jarjarGravatar Liam Miller-Cushon2018-04-17
| | | | | | | | Follow-up to eec549fafc25d9c713d61bab228b086c0b18346b Change-Id: I100f657ec6ba641d09d70b08a1f748de62837d10 Closes #5029.
* Add javax.annotations to Bazel's third_partyGravatar Liam Miller-Cushon2018-04-13
| | | | | | | | | This library provides the @Generated annotation, which is not available by default in JDK 9 (see http://openjdk.java.net/jeps/320). This will be used to work around grpc/grpc-java#3633. Change-Id: I7d6d9a6d6c44fe23818e093c6ecc97f557dd5a3e
* Add https://github.com/google/jarjar to third_partyGravatar Liam Miller-Cushon2018-04-13
| | | | | | | | | | | This is based on the original jarjar sources, with updates to support JDK 9. I added it to a different packages (third_party/jarjar vs. third_party/java/jarjar) because Bazel uses the first 'java/' component of the path as the resource root. Change-Id: Icdf10b1a71edf4e59f5524c1e169000b9f090ed9
* Remove an obsolete prebuilt copy of javabuilderGravatar Liam Miller-Cushon2018-04-13
| | | | Change-Id: I25249e2f44e467d5902c5314b230766687691722
* Update to version 2.4.0 of Checker Framework dataflow and javacutilGravatar Liam Miller-Cushon2018-04-04
| | | | Change-Id: I29e007625d0a25279d8b2967f89b1014b4825bd6
* Update to auto-value 1.5.4Gravatar calpeyser2018-03-30
|
* Remove third_party/gtest, we now have the remote dependency @googletest instead.Gravatar Chloe Calvarin2018-03-27
| | | | Change-Id: I65379afbee65d321c31a48a9e1c8afae0cb99c34
* third_party/guava: update guava to 24.1Gravatar Jakob Buchgraber2018-03-21
|
* update grpc-java to 1.10.0Gravatar Jakob Buchgraber2018-03-07
|
* Bump jgit to 4.10 and jsch to 1.54Gravatar David Ostrovsky2018-03-06
| | | | | | | | | | | | | Fixes: #4762. GitHub recently removed weak crypto algorithm and the older versions of JGit/JSch were affected. https://githubengineering.com/crypto-removal-notice Change-Id: I985fea98c67c4374fb9ef0cd59cd0f95ed77db33 Closes #4771.
* Adds Kryo library and its dependencies.Gravatar Shahan Yang2018-01-24
| | | | | | | | Kryo is a fast and efficient object graph serialization framework for Java. It will be used to marshal objects for a durable, versioned, scalable representation of the build graph. Change-Id: I9e5e1d2b36d4edbdbcf07146c4d3b7eb8eb8b586
* Update turbine versionGravatar Liam Miller-Cushon2018-01-18
| | | | Change-Id: Icf38365fc7f3bf2d6d1ef11e7c07504a222969f6
* Update Error Prone versionGravatar Liam Miller-Cushon2018-01-09
| | | | Change-Id: I94cdf0ea3e219887515ee52a86bd6d5d65681c67
* Update turbine versionGravatar Liam Miller-Cushon2018-01-04
| | | | Change-Id: Iabf2d196d5050ab5ac81534663f655d80ba21e41
* Makes the auto_service rule export the plugin.Gravatar Shahan Yang2017-12-18
| | | | Change-Id: Ib470babdfe0d9aac328ead7f378fe281532d3b7e
* third_party: update google http clientGravatar Jakob Buchgraber2017-12-15
| | | | | | | | | | | | | | | Update the google http client to a custom built binary. It's the sources from version 1.22.0 with one cherry-pick [1]. The cherry-pick makes google http client compatible with the apache http client version we are using. The next release of google http client will contain this commit and from there on we can just stick to their release version again. [1] https://github.com/google/google-http-java-client/commit/4b5f59ed042d3b55b3148a1b01f1d5ee0ad7460c Change-Id: If6273be78b716dd417a60096599c036cc8101efb
* Update turbine versionGravatar Liam Miller-Cushon2017-12-11
| | | | Change-Id: I7096349f21b5ef2d86d709d98c676d92d9ff78fb
* Update Error Prone versionGravatar Liam Miller-Cushon2017-12-11
| | | | Change-Id: I28977bf62e893a8907accc17cec2532f15b68187
* Add compile-testing to bazel third_party library jarsGravatar Christopher Parsons2017-12-07
| | | | Change-Id: I5fe0abbd71488a624f1470d66bf6839e884bba8c
* Add abseil to //third_party:srcsGravatar Adam Michael2017-12-06
| | | | | | | Fixes #4235 Change-Id: I057ec0b0d214c5e3d8c33b12ea455a7898a6fd31 RELNOTES: None
* Remove now unused joda_time from third_party directory.Gravatar Philipp Wollermann2017-11-28
| | | | Change-Id: If768882b589da01add9fff100c127cd98b80c06a
* Update to ASM 6.0Gravatar Liam Miller-Cushon2017-11-27
| | | | Change-Id: I3deb9b30136f5e5019dca6413251427c0a85ef62
* third_party/grpc: Update to version 1.7.0Gravatar Jakob Buchgraber2017-11-17
| | | | Change-Id: I9ae0c56844db45e28eb5a08e8180514aa2729fdf
* Add Truth java8 extensions (truth8) to third_party.Gravatar Rupert Shuttleworth2017-11-08
| | | | | | RELNOTES: None. Change-Id: I9f9295df15edf1f701e9003bca4021f78540c1eb
* Updating Truth to 0.36Gravatar corysmith@google.com2017-11-02
| | | | Change-Id: If1b3b84e8e507999a92548d9274b8233701e06cb
* Fix //third_party:srcs to include new jcommander library.Gravatar John Cater2017-10-30
| | | | Change-Id: I350632e39c5f704025fd3aa436295ee66c017364
* 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
* Add allocation-instrumenter to third_party.Gravatar Tomas Lundell2017-10-16
| | | | | | | | | This will be used for memory profiling. The jar is necessary both to compile against and for users to run with as a java agent. Obtained from https://github.com/google/allocation-instrumenter. Change-Id: If819d780abb42470b982b4aafc530c6078e76718
* Fix failing srcs_test for newly added pprofGravatar Marcel Hlopko2017-10-11
| | | | | | | | | | | ci.bazel.io started failing after 8e04f24517feb48024f21aa2cf672550463107cf: https://ci.bazel.io/blue/rest/organizations/jenkins/pipelines/bazel-tests/runs/1081/nodes/26/steps/226/log/?start=0 This cl fixes the failing test. Change-Id: If31aeee66deb2312fa8c643aa3f85ce58c00bef2 RELNOTES: None.
* Add proguard 5.3.3 to third_party.Gravatar Adam Michael2017-10-05
| | | | | | | | | | See https://github.com/bazelbuild/bazel/issues/3777 The Android SDK provides a very old proguard and will be removing it soon, so we need to bundle our own. Change-Id: I054c54130bef1befc8591598768184fe23f76161 RELNOTES: None
* Add a bootstrap tomcat_annotations_api targetGravatar Liam Miller-Cushon2017-10-03
| | | | Change-Id: I830f42ad0fce63df504618e333a77f9cca15b7d5