mirror of https://github.com/grpc/grpc-java.git
Begin v0.15.0 Cycle
This commit is contained in:
parent
f83db83391
commit
3c5b5a5e09
|
@ -32,7 +32,7 @@ protobuf {
|
|||
}
|
||||
plugins {
|
||||
grpc {
|
||||
artifact = 'io.grpc:protoc-gen-grpc-java:0.14.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
artifact = 'io.grpc:protoc-gen-grpc-java:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
}
|
||||
}
|
||||
generateProtoTasks {
|
||||
|
@ -61,9 +61,9 @@ dependencies {
|
|||
compile 'com.google.guava:guava:18.0'
|
||||
compile 'com.squareup.okhttp:okhttp:2.2.0'
|
||||
// You need to build grpc-java to obtain these libraries below.
|
||||
compile 'io.grpc:grpc-protobuf-nano:0.14.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
compile 'io.grpc:grpc-okhttp:0.14.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
compile 'io.grpc:grpc-stub:0.14.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
compile 'io.grpc:grpc-testing:0.14.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
compile 'io.grpc:grpc-protobuf-nano:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
compile 'io.grpc:grpc-okhttp:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
compile 'io.grpc:grpc-stub:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
compile 'io.grpc:grpc-testing:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
compile 'javax.annotation:javax.annotation-api:1.2'
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
|
|||
/**
|
||||
*/
|
||||
@javax.annotation.Generated(
|
||||
value = "by gRPC proto compiler (version 0.14.0-SNAPSHOT)",
|
||||
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)",
|
||||
comments = "Source: services.proto")
|
||||
public class BenchmarkServiceGrpc {
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
|
|||
/**
|
||||
*/
|
||||
@javax.annotation.Generated(
|
||||
value = "by gRPC proto compiler (version 0.14.0-SNAPSHOT)",
|
||||
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)",
|
||||
comments = "Source: services.proto")
|
||||
public class WorkerServiceGrpc {
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ subprojects {
|
|||
apply plugin: "com.google.osdetector"
|
||||
|
||||
group = "io.grpc"
|
||||
version = "0.14.0-SNAPSHOT" // CURRENT_GRPC_VERSION
|
||||
version = "0.15.0-SNAPSHOT" // CURRENT_GRPC_VERSION
|
||||
|
||||
sourceCompatibility = 1.6
|
||||
targetCompatibility = 1.6
|
||||
|
|
|
@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
|
|||
* </pre>
|
||||
*/
|
||||
@javax.annotation.Generated(
|
||||
value = "by gRPC proto compiler (version 0.14.0-SNAPSHOT)",
|
||||
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)",
|
||||
comments = "Source: test.proto")
|
||||
public class TestServiceGrpc {
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
|
|||
* </pre>
|
||||
*/
|
||||
@javax.annotation.Generated(
|
||||
value = "by gRPC proto compiler (version 0.14.0-SNAPSHOT)",
|
||||
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)",
|
||||
comments = "Source: test.proto")
|
||||
public class TestServiceGrpc {
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ import java.io.IOException;
|
|||
* </pre>
|
||||
*/
|
||||
@javax.annotation.Generated(
|
||||
value = "by gRPC proto compiler (version 0.14.0-SNAPSHOT)",
|
||||
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)",
|
||||
comments = "Source: test.proto")
|
||||
public class TestServiceGrpc {
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ protobuf {
|
|||
}
|
||||
plugins {
|
||||
grpc {
|
||||
artifact = 'io.grpc:protoc-gen-grpc-java:0.14.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
artifact = 'io.grpc:protoc-gen-grpc-java:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
}
|
||||
}
|
||||
generateProtoTasks {
|
||||
|
@ -59,8 +59,8 @@ dependencies {
|
|||
compile 'com.google.guava:guava:18.0'
|
||||
compile 'com.squareup.okhttp:okhttp:2.2.0'
|
||||
// You need to build grpc-java to obtain these libraries below.
|
||||
compile 'io.grpc:grpc-okhttp:0.14.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
compile 'io.grpc:grpc-protobuf-nano:0.14.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
compile 'io.grpc:grpc-stub:0.14.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
compile 'io.grpc:grpc-okhttp:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
compile 'io.grpc:grpc-protobuf-nano:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
compile 'io.grpc:grpc-stub:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION
|
||||
compile 'javax.annotation:javax.annotation-api:1.2'
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
|
|||
* </pre>
|
||||
*/
|
||||
@javax.annotation.Generated(
|
||||
value = "by gRPC proto compiler (version 0.14.0-SNAPSHOT)",
|
||||
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)",
|
||||
comments = "Source: helloworld.proto")
|
||||
public class GreeterGrpc {
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
|
|||
* </pre>
|
||||
*/
|
||||
@javax.annotation.Generated(
|
||||
value = "by gRPC proto compiler (version 0.14.0-SNAPSHOT)",
|
||||
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)",
|
||||
comments = "Source: route_guide.proto")
|
||||
public class RouteGuideGrpc {
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
|
|||
/**
|
||||
*/
|
||||
@javax.annotation.Generated(
|
||||
value = "by gRPC proto compiler (version 0.14.0-SNAPSHOT)",
|
||||
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)",
|
||||
comments = "Source: load_balancer.proto")
|
||||
public class LoadBalancerGrpc {
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
|
|||
/**
|
||||
*/
|
||||
@javax.annotation.Generated(
|
||||
value = "by gRPC proto compiler (version 0.14.0-SNAPSHOT)",
|
||||
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)",
|
||||
comments = "Source: io/grpc/testing/integration/metrics.proto")
|
||||
public class MetricsServiceGrpc {
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
|
|||
* </pre>
|
||||
*/
|
||||
@javax.annotation.Generated(
|
||||
value = "by gRPC proto compiler (version 0.14.0-SNAPSHOT)",
|
||||
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)",
|
||||
comments = "Source: io/grpc/testing/integration/test.proto")
|
||||
public class ReconnectServiceGrpc {
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
|
|||
* </pre>
|
||||
*/
|
||||
@javax.annotation.Generated(
|
||||
value = "by gRPC proto compiler (version 0.14.0-SNAPSHOT)",
|
||||
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)",
|
||||
comments = "Source: io/grpc/testing/integration/test.proto")
|
||||
public class TestServiceGrpc {
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
|
|||
* </pre>
|
||||
*/
|
||||
@javax.annotation.Generated(
|
||||
value = "by gRPC proto compiler (version 0.14.0-SNAPSHOT)",
|
||||
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)",
|
||||
comments = "Source: io/grpc/testing/integration/test.proto")
|
||||
public class UnimplementedServiceGrpc {
|
||||
|
||||
|
|
Loading…
Reference in New Issue