From 8c8633610a948846244494e2e3dad91eb0536a58 Mon Sep 17 00:00:00 2001 From: Jakob Buchgraber Date: Fri, 1 Sep 2017 12:09:28 +0200 Subject: third_party: Update grpc-java, netty and netty-tcnative gRPC Java to 1.6.1 Netty to 4.1.14.Final Netty TCNative to 2.0.5.Final Introduce new dependency OpenCensus at version 0.5.1, which is a runtime dependency of gRPC. Change-Id: Ifc3eca855584ffa9db6b809b40f4bb3541a29449 --- third_party/grpc/BUILD | 18 ++++++++++-------- third_party/grpc/grpc-auth-1.3.0.jar | Bin 12310 -> 0 bytes third_party/grpc/grpc-auth-1.6.1.jar | Bin 0 -> 12420 bytes third_party/grpc/grpc-context-1.3.0.jar | Bin 20234 -> 0 bytes third_party/grpc/grpc-context-1.6.1.jar | Bin 0 -> 20590 bytes third_party/grpc/grpc-core-1.3.0.jar | Bin 437392 -> 0 bytes third_party/grpc/grpc-core-1.6.1.jar | Bin 0 -> 482507 bytes third_party/grpc/grpc-netty-1.3.0.jar | Bin 182201 -> 0 bytes third_party/grpc/grpc-netty-1.6.1.jar | Bin 0 -> 177437 bytes third_party/grpc/grpc-protobuf-1.3.0.jar | Bin 5873 -> 0 bytes third_party/grpc/grpc-protobuf-1.6.1.jar | Bin 0 -> 5903 bytes third_party/grpc/grpc-protobuf-lite-1.3.0.jar | Bin 7628 -> 0 bytes third_party/grpc/grpc-protobuf-lite-1.6.1.jar | Bin 0 -> 7684 bytes third_party/grpc/grpc-stub-1.3.0.jar | Bin 36433 -> 0 bytes third_party/grpc/grpc-stub-1.6.1.jar | Bin 0 -> 37205 bytes 15 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 third_party/grpc/grpc-auth-1.3.0.jar create mode 100644 third_party/grpc/grpc-auth-1.6.1.jar delete mode 100644 third_party/grpc/grpc-context-1.3.0.jar create mode 100644 third_party/grpc/grpc-context-1.6.1.jar delete mode 100644 third_party/grpc/grpc-core-1.3.0.jar create mode 100644 third_party/grpc/grpc-core-1.6.1.jar delete mode 100644 third_party/grpc/grpc-netty-1.3.0.jar create mode 100644 third_party/grpc/grpc-netty-1.6.1.jar delete mode 100644 third_party/grpc/grpc-protobuf-1.3.0.jar create mode 100644 third_party/grpc/grpc-protobuf-1.6.1.jar delete mode 100644 third_party/grpc/grpc-protobuf-lite-1.3.0.jar create mode 100644 third_party/grpc/grpc-protobuf-lite-1.6.1.jar delete mode 100644 third_party/grpc/grpc-stub-1.3.0.jar create mode 100644 third_party/grpc/grpc-stub-1.6.1.jar (limited to 'third_party/grpc') diff --git a/third_party/grpc/BUILD b/third_party/grpc/BUILD index 1a09b09d2c..e262b31218 100644 --- a/third_party/grpc/BUILD +++ b/third_party/grpc/BUILD @@ -20,13 +20,13 @@ config_setting( filegroup( name = "bootstrap-grpc-jars", srcs = [ - "grpc-auth-1.3.0.jar", - "grpc-netty-1.3.0.jar", - "grpc-protobuf-1.3.0.jar", - "grpc-protobuf-lite-1.3.0.jar", - "grpc-stub-1.3.0.jar", - "grpc-core-1.3.0.jar", - "grpc-context-1.3.0.jar", + "grpc-auth-1.6.1.jar", + "grpc-netty-1.6.1.jar", + "grpc-protobuf-1.6.1.jar", + "grpc-protobuf-lite-1.6.1.jar", + "grpc-stub-1.6.1.jar", + "grpc-core-1.6.1.jar", + "grpc-context-1.6.1.jar", ], ) @@ -37,7 +37,9 @@ java_import( "//third_party:guava", "//third_party:instrumentation", ], - runtime_deps = ["//third_party:netty"], + runtime_deps = ["//third_party:netty", + "//third_party:opencensus-api", + ], ) cc_binary( diff --git a/third_party/grpc/grpc-auth-1.3.0.jar b/third_party/grpc/grpc-auth-1.3.0.jar deleted file mode 100644 index ba0b54cd45..0000000000 Binary files a/third_party/grpc/grpc-auth-1.3.0.jar and /dev/null differ diff --git a/third_party/grpc/grpc-auth-1.6.1.jar b/third_party/grpc/grpc-auth-1.6.1.jar new file mode 100644 index 0000000000..e39f6bc348 Binary files /dev/null and b/third_party/grpc/grpc-auth-1.6.1.jar differ diff --git a/third_party/grpc/grpc-context-1.3.0.jar b/third_party/grpc/grpc-context-1.3.0.jar deleted file mode 100644 index 77e334c0ed..0000000000 Binary files a/third_party/grpc/grpc-context-1.3.0.jar and /dev/null differ diff --git a/third_party/grpc/grpc-context-1.6.1.jar b/third_party/grpc/grpc-context-1.6.1.jar new file mode 100644 index 0000000000..f6660b4b15 Binary files /dev/null and b/third_party/grpc/grpc-context-1.6.1.jar differ diff --git a/third_party/grpc/grpc-core-1.3.0.jar b/third_party/grpc/grpc-core-1.3.0.jar deleted file mode 100644 index eef70b6910..0000000000 Binary files a/third_party/grpc/grpc-core-1.3.0.jar and /dev/null differ diff --git a/third_party/grpc/grpc-core-1.6.1.jar b/third_party/grpc/grpc-core-1.6.1.jar new file mode 100644 index 0000000000..397af7e95b Binary files /dev/null and b/third_party/grpc/grpc-core-1.6.1.jar differ diff --git a/third_party/grpc/grpc-netty-1.3.0.jar b/third_party/grpc/grpc-netty-1.3.0.jar deleted file mode 100644 index f513e55d69..0000000000 Binary files a/third_party/grpc/grpc-netty-1.3.0.jar and /dev/null differ diff --git a/third_party/grpc/grpc-netty-1.6.1.jar b/third_party/grpc/grpc-netty-1.6.1.jar new file mode 100644 index 0000000000..2ed7a4513a Binary files /dev/null and b/third_party/grpc/grpc-netty-1.6.1.jar differ diff --git a/third_party/grpc/grpc-protobuf-1.3.0.jar b/third_party/grpc/grpc-protobuf-1.3.0.jar deleted file mode 100644 index 6290d218cd..0000000000 Binary files a/third_party/grpc/grpc-protobuf-1.3.0.jar and /dev/null differ diff --git a/third_party/grpc/grpc-protobuf-1.6.1.jar b/third_party/grpc/grpc-protobuf-1.6.1.jar new file mode 100644 index 0000000000..ef1fe6bbd5 Binary files /dev/null and b/third_party/grpc/grpc-protobuf-1.6.1.jar differ diff --git a/third_party/grpc/grpc-protobuf-lite-1.3.0.jar b/third_party/grpc/grpc-protobuf-lite-1.3.0.jar deleted file mode 100644 index e098967f75..0000000000 Binary files a/third_party/grpc/grpc-protobuf-lite-1.3.0.jar and /dev/null differ diff --git a/third_party/grpc/grpc-protobuf-lite-1.6.1.jar b/third_party/grpc/grpc-protobuf-lite-1.6.1.jar new file mode 100644 index 0000000000..af60539aaa Binary files /dev/null and b/third_party/grpc/grpc-protobuf-lite-1.6.1.jar differ diff --git a/third_party/grpc/grpc-stub-1.3.0.jar b/third_party/grpc/grpc-stub-1.3.0.jar deleted file mode 100644 index 2d5a740e55..0000000000 Binary files a/third_party/grpc/grpc-stub-1.3.0.jar and /dev/null differ diff --git a/third_party/grpc/grpc-stub-1.6.1.jar b/third_party/grpc/grpc-stub-1.6.1.jar new file mode 100644 index 0000000000..b33e4d7c85 Binary files /dev/null and b/third_party/grpc/grpc-stub-1.6.1.jar differ -- cgit v1.2.3