Start 1.0.0 development cycle

This commit is contained in:
Eric Anderson 2016-07-01 11:43:14 -07:00
parent 75f27ba625
commit 46379da1a6
16 changed files with 23 additions and 23 deletions

View File

@ -32,7 +32,7 @@ protobuf {
} }
plugins { plugins {
grpc { grpc {
artifact = 'io.grpc:protoc-gen-grpc-java:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION artifact = 'io.grpc:protoc-gen-grpc-java:1.0.0-SNAPSHOT' // CURRENT_GRPC_VERSION
} }
} }
generateProtoTasks { generateProtoTasks {
@ -61,9 +61,9 @@ dependencies {
compile 'com.google.guava:guava:18.0' compile 'com.google.guava:guava:18.0'
compile 'com.squareup.okhttp:okhttp:2.2.0' compile 'com.squareup.okhttp:okhttp:2.2.0'
// You need to build grpc-java to obtain these libraries below. // You need to build grpc-java to obtain these libraries below.
compile 'io.grpc:grpc-protobuf-nano:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION compile 'io.grpc:grpc-protobuf-nano:1.0.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-okhttp:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION compile 'io.grpc:grpc-okhttp:1.0.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-stub:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION compile 'io.grpc:grpc-stub:1.0.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-testing:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION compile 'io.grpc:grpc-testing:1.0.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'javax.annotation:javax.annotation-api:1.2' compile 'javax.annotation:javax.annotation-api:1.2'
} }

View File

@ -18,7 +18,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
/** /**
*/ */
@javax.annotation.Generated( @javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)", value = "by gRPC proto compiler (version 1.0.0-SNAPSHOT)",
comments = "Source: services.proto") comments = "Source: services.proto")
public class BenchmarkServiceGrpc { public class BenchmarkServiceGrpc {

View File

@ -18,7 +18,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
/** /**
*/ */
@javax.annotation.Generated( @javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)", value = "by gRPC proto compiler (version 1.0.0-SNAPSHOT)",
comments = "Source: services.proto") comments = "Source: services.proto")
public class WorkerServiceGrpc { public class WorkerServiceGrpc {

View File

@ -19,7 +19,7 @@ subprojects {
apply plugin: "com.google.osdetector" apply plugin: "com.google.osdetector"
group = "io.grpc" group = "io.grpc"
version = "0.15.0-SNAPSHOT" // CURRENT_GRPC_VERSION version = "1.0.0-SNAPSHOT" // CURRENT_GRPC_VERSION
sourceCompatibility = 1.6 sourceCompatibility = 1.6
targetCompatibility = 1.6 targetCompatibility = 1.6

View File

@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
* </pre> * </pre>
*/ */
@javax.annotation.Generated( @javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)", value = "by gRPC proto compiler (version 1.0.0-SNAPSHOT)",
comments = "Source: test.proto") comments = "Source: test.proto")
public class TestServiceGrpc { public class TestServiceGrpc {

View File

@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
* </pre> * </pre>
*/ */
@javax.annotation.Generated( @javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)", value = "by gRPC proto compiler (version 1.0.0-SNAPSHOT)",
comments = "Source: test.proto") comments = "Source: test.proto")
public class TestServiceGrpc { public class TestServiceGrpc {

View File

@ -23,7 +23,7 @@ import java.io.IOException;
* </pre> * </pre>
*/ */
@javax.annotation.Generated( @javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)", value = "by gRPC proto compiler (version 1.0.0-SNAPSHOT)",
comments = "Source: test.proto") comments = "Source: test.proto")
public class TestServiceGrpc { public class TestServiceGrpc {

View File

@ -31,7 +31,7 @@ protobuf {
} }
plugins { plugins {
grpc { grpc {
artifact = 'io.grpc:protoc-gen-grpc-java:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION artifact = 'io.grpc:protoc-gen-grpc-java:1.0.0-SNAPSHOT' // CURRENT_GRPC_VERSION
} }
} }
generateProtoTasks { generateProtoTasks {
@ -62,8 +62,8 @@ dependencies {
compile 'com.squareup.okhttp:okhttp:2.2.0' compile 'com.squareup.okhttp:okhttp:2.2.0'
// You need to build grpc-java to obtain these libraries below. // You need to build grpc-java to obtain these libraries below.
compile 'io.grpc:grpc-okhttp:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION compile 'io.grpc:grpc-okhttp:1.0.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-protobuf-lite:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION compile 'io.grpc:grpc-protobuf-lite:1.0.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-stub:0.15.0-SNAPSHOT' // CURRENT_GRPC_VERSION compile 'io.grpc:grpc-stub:1.0.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'javax.annotation:javax.annotation-api:1.2' compile 'javax.annotation:javax.annotation-api:1.2'
} }

View File

@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
* </pre> * </pre>
*/ */
@javax.annotation.Generated( @javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)", value = "by gRPC proto compiler (version 1.0.0-SNAPSHOT)",
comments = "Source: helloworld.proto") comments = "Source: helloworld.proto")
public class GreeterGrpc { public class GreeterGrpc {

View File

@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
* </pre> * </pre>
*/ */
@javax.annotation.Generated( @javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)", value = "by gRPC proto compiler (version 1.0.0-SNAPSHOT)",
comments = "Source: route_guide.proto") comments = "Source: route_guide.proto")
public class RouteGuideGrpc { public class RouteGuideGrpc {

View File

@ -18,7 +18,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
/** /**
*/ */
@javax.annotation.Generated( @javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)", value = "by gRPC proto compiler (version 1.0.0-SNAPSHOT)",
comments = "Source: load_balancer.proto") comments = "Source: load_balancer.proto")
public class LoadBalancerGrpc { public class LoadBalancerGrpc {

View File

@ -18,7 +18,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
/** /**
*/ */
@javax.annotation.Generated( @javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)", value = "by gRPC proto compiler (version 1.0.0-SNAPSHOT)",
comments = "Source: io/grpc/testing/integration/metrics.proto") comments = "Source: io/grpc/testing/integration/metrics.proto")
public class MetricsServiceGrpc { public class MetricsServiceGrpc {

View File

@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
* </pre> * </pre>
*/ */
@javax.annotation.Generated( @javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)", value = "by gRPC proto compiler (version 1.0.0-SNAPSHOT)",
comments = "Source: io/grpc/testing/integration/test.proto") comments = "Source: io/grpc/testing/integration/test.proto")
public class ReconnectServiceGrpc { public class ReconnectServiceGrpc {

View File

@ -22,7 +22,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
* </pre> * </pre>
*/ */
@javax.annotation.Generated( @javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)", value = "by gRPC proto compiler (version 1.0.0-SNAPSHOT)",
comments = "Source: io/grpc/testing/integration/test.proto") comments = "Source: io/grpc/testing/integration/test.proto")
public class TestServiceGrpc { public class TestServiceGrpc {

View File

@ -22,7 +22,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
* </pre> * </pre>
*/ */
@javax.annotation.Generated( @javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)", value = "by gRPC proto compiler (version 1.0.0-SNAPSHOT)",
comments = "Source: io/grpc/testing/integration/test.proto") comments = "Source: io/grpc/testing/integration/test.proto")
public class UnimplementedServiceGrpc { public class UnimplementedServiceGrpc {

View File

@ -18,7 +18,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
/** /**
*/ */
@javax.annotation.Generated( @javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.15.0-SNAPSHOT)", value = "by gRPC proto compiler (version 1.0.0-SNAPSHOT)",
comments = "Source: health.proto") comments = "Source: health.proto")
public class HealthGrpc { public class HealthGrpc {