grpc-java/context
Kun Zhang 2f6e2c87ab context: stop using logger at all in static initialization. (#3191)
Turns out avoiding log() alone in the static initialization is not
enough. isLoggable() can also be overridden and call back to Context.
We take a another approach, save the exception and log it outside of
the initialization block.
2017-07-06 13:55:44 -07:00
..
src context: stop using logger at all in static initialization. (#3191) 2017-07-06 13:55:44 -07:00
BUILD.bazel build: Add Bazel java_grpc_library rule 2017-06-22 13:06:49 -07:00
build.gradle all: Use fixed version number for java 6/7 signatures 2017-06-30 15:25:34 -07:00