aboutsummaryrefslogtreecommitdiff
path: root/repositories.bzl
AgeCommit message (Collapse)Author
2018-10-11netty: update to 4.1.30 and tcn 2.0.17Carl Mastrangelo
2018-09-28Upgrade to Guava 26.0-android and jsr305 3.0.2Jesse Wilson
2018-08-27alts: add Google Default Channel implementation (#4742)Jiangtao Li
alts: add Google Default Channel implementation
2018-08-09all: update animalsniffer to Java 7 and add Android 14 (#4727)Eric Gribkoff
2018-07-30bazel: Remove http_file trick for neverlinkEric Anderson
The trick wasn't necessary, as any java_library can mark itself as neverlink which applies to its dependencies.
2018-07-30all: fix bazel build deps for nettyCarl Mastrangelo
2018-07-30repositories.bzl: Upgrade to Truth 0.42Eric Anderson
This was missed in the earlier #4668 and #4664
2018-07-23all: buildify repositories.bzl Carl Mastrangelo
2018-07-20Remove DoNotMock annotation in favor of JavaDocEric Anderson
DoNotMock was removed from error_prone_annotations in 2.1.3, because there was no enforcement mechanism (which is in google/error-prone#572). Guava and Trust also depend on error_prone_annotations and are beginning to use newer versions, so our usage of DoNotMock is causing diamond dependency problems. This allows us to update to 2.2.0. The annotations were useful internally; we're solving that in cl/205294089.
2018-06-04core: update opencensus to 0.12.3. (#4530)Bogdan Drutu
Changed calls to deprecated methods to the newly added methods.
2018-05-30services: use RE2/JNathan Herring
RE2/J ensures linear time matching, and as such is preferred over `java.util.regex` for safety in the mono repo. While currently safe, this conversion future-proofs any `Pattern`s in BinlogHelper, and removes the need to maintain an exception for gRPC wrt. use of regexes.
2018-05-23netty: update to 4.1.25Carl Mastrangelo
Updates #4495
2018-04-26Bazel: Fix compilation in Java 9David Ostrovsky
Fixes: #3633. Test Plan: On most recent Bazel version run: $ bazel --host_javabase=/usr/lib64/jvm/java-9-openjdk \ build --javacopt='--release 9' \ --java_toolchain=@bazel_tools//tools/jdk:toolchain_jdk9 \ examples:helloworld_java_grpc
2018-04-03java_grpc_library: Add support for protobuf liteEric Anderson
gRPC's protobuf-lite auto-selects between full and lite protobuf based on the value of crosstool_top. If the user is specifying their own --android_crosstool_top, then it will not auto-detect correctly. One day, platforms will fix problems like this, but for the moment it seems we get to live with it.
2018-03-23Bump to Guava 20Eric Anderson
Fixes #4176
2018-02-22 netty: bump to 4.1.22-FinalCarl Mastrangelo
2018-02-15alts: add gRPC ALTSJiangtao Li
2018-02-12netty: upgrade to 4.1.21Carl Mastrangelo
2018-02-06examples: Add a "hello-world" with TLS configuredNicholas DiPiazza
2018-01-26Update opencensus to 0.11.0 and remove extra dependencies.Bogdan Drutu
2018-01-09bazel: Remove com_google_protobuf_javaRodrigo Queiro
This was deprecated with Bazel 0.8.0, which now uses @com_google_protobuf instead. This change will break users that use grpc_java_repositories(omit_com_google_protobuf_java=True), so I've added a custom error message to make the resolution clearer.
2018-01-08auth,bazel: add a bazel build definitionjyane
2018-01-08bazel: fix protobuf sha256Shohei Kamimori
2018-01-05Upgrade to Protobuf 3.5.1 and Protoc 3.5.1-1. (#3921)Kun Zhang
protoc-3.5.0-linux-x86_64 introduced GLIBC_2.14 dependency and broke gRPC release process (https://github.com/google/protobuf/issues/4138). 3.5.1-1 is the proper re-build.
2018-01-05bazel: use same version libraries which gradle usesShohei Kamimori
2017-12-11bazel: bump opencensus to 0.10.0 (#3851)zpencer
2017-12-01bazel: Fix protobuf checksumsEric Anderson
The protobuf checksums were simply not updated when changing the version.
2017-11-30bazel: correct sha1 for common-protosRodrigo Queiro
2017-11-30all: update to proto 3.5.0Carl Mastrangelo
2017-11-28okhttp: bump to okio 1.13.0Carl Mastrangelo
2017-11-20testing: bazel build targetsSteve Conover
Adds necessary dependencies and bazel build rules to create `@grpc_java//testing`.
2017-11-17Bumping proto-google-common-protos to 1.0.0Garrett Jones
2017-11-10bazel: Add dep on opencensus-contrib-grpc-metricsEric Anderson
This fixes the Bazel build after ef2ec949
2017-11-06bazel: Update opencensus to 0.8Eric Anderson
This fixes the Bazel build after d87ef740
2017-09-29core: fix Bazel buildZHANG Dapeng
Resolves #3503
2017-09-25netty: update to 4.1.16Carl Mastrangelo
2017-08-25all: update to proto 3.4.0Carl Mastrangelo
2017-08-23Also fix bazel name of io.netty:netty-transportJohn Hume
2017-08-23Fix gson / opencensus bazel naming mixupJohn Hume
In 72b9ee2, gson kept its old name while opencensus got what should have become gson's new name instead of a fixed opencensus name.
2017-08-11all: Fix mismatch in naming Bazel Maven jarsPaul Gross
This commit aligns the naming of the Bazel Maven jars with the names used by Bazel's migration-tooling project: https://github.com/bazelbuild/migration-tooling Unfortunately, we can't fix @com_google_protobuf_java because it's required by Bazel itself. Fixes #3328
2017-08-07netty: Update netty to 4.1.14Eric Anderson
EmbeddedChannel now runs all pending tasks when the Channel is closed. This caused the Http2ConnectionHandler to clear deframer references (on channelInactive) on errors when it previously didn't. Now that the errors were handled more fully, it exposed bugs in tests.
2017-07-11core: Change gRPC to use io.opencensus:opencensus-api:0.5.1. (#3204)Bogdan Drutu
2017-07-05fix misuse of bazel repo @com_google_protobufZHANG Dapeng
resolves #3175
2017-06-29bazel: update netty tcnative to 2.0.5ZHANG Dapeng
Although this repo is not used in bazel build internally, it is exposed in a bzl rule.
2017-06-22build: Add Bazel java_grpc_library ruleSimon Horlick
Bazel third party dependencies are specified in repositories.bzl which gives the consumer the ability to opt-out of any dependencies they use directly in their own project. Fixes #2756