Skip to content

Commit 967cc64

Browse files
committed
Start 1.17.0 development cycle
1 parent 861f914 commit 967cc64

File tree

19 files changed

+42
-42
lines changed

19 files changed

+42
-42
lines changed

android-interop-testing/app/build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protobuf {
4242
protoc { artifact = 'com.google.protobuf:protoc:3.5.1-1' }
4343
plugins {
4444
javalite { artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0" }
45-
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
45+
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
4646
}
4747
}
4848
generateProtoTasks {
@@ -71,11 +71,11 @@ dependencies {
7171
implementation 'junit:junit:4.12'
7272

7373
// You need to build grpc-java to obtain the grpc libraries below.
74-
implementation 'io.grpc:grpc-auth:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
75-
implementation 'io.grpc:grpc-okhttp:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
76-
implementation 'io.grpc:grpc-protobuf-lite:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
77-
implementation 'io.grpc:grpc-stub:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
78-
implementation 'io.grpc:grpc-testing:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
74+
implementation 'io.grpc:grpc-auth:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
75+
implementation 'io.grpc:grpc-okhttp:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
76+
implementation 'io.grpc:grpc-protobuf-lite:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
77+
implementation 'io.grpc:grpc-stub:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
78+
implementation 'io.grpc:grpc-testing:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
7979

8080
// workaround for https://github.com/google/protobuf/issues/1889
8181
protobuf 'com.google.protobuf:protobuf-java:3.0.2'

android/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22

33
group = "io.grpc"
4-
version = "1.16.0-SNAPSHOT" // CURRENT_GRPC_VERSION
4+
version = "1.17.0-SNAPSHOT" // CURRENT_GRPC_VERSION
55
description = 'gRPC: Android'
66

77
buildscript {
@@ -41,9 +41,9 @@ repositories {
4141
}
4242

4343
dependencies {
44-
implementation 'io.grpc:grpc-core:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
44+
implementation 'io.grpc:grpc-core:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
4545

46-
testImplementation 'io.grpc:grpc-okhttp:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
46+
testImplementation 'io.grpc:grpc-okhttp:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
4747
testImplementation 'junit:junit:4.12'
4848
testImplementation 'org.robolectric:robolectric:3.7.1'
4949
testImplementation 'com.google.truth:truth:0.39'

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ subprojects {
5353
idea.module.inheritOutputDirs = true
5454

5555
group = "io.grpc"
56-
version = "1.16.0-SNAPSHOT" // CURRENT_GRPC_VERSION
56+
version = "1.17.0-SNAPSHOT" // CURRENT_GRPC_VERSION
5757

5858
sourceCompatibility = 1.7
5959
targetCompatibility = 1.7

compiler/src/test/golden/TestDeprecatedService.java.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
2121
* </pre>
2222
*/
2323
@javax.annotation.Generated(
24-
value = "by gRPC proto compiler (version 1.16.0-SNAPSHOT)",
24+
value = "by gRPC proto compiler (version 1.17.0-SNAPSHOT)",
2525
comments = "Source: grpc/testing/compiler/test.proto")
2626
@java.lang.Deprecated
2727
public final class TestDeprecatedServiceGrpc {

compiler/src/test/golden/TestService.java.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
2121
* </pre>
2222
*/
2323
@javax.annotation.Generated(
24-
value = "by gRPC proto compiler (version 1.16.0-SNAPSHOT)",
24+
value = "by gRPC proto compiler (version 1.17.0-SNAPSHOT)",
2525
comments = "Source: grpc/testing/compiler/test.proto")
2626
public final class TestServiceGrpc {
2727

compiler/src/testLite/golden/TestDeprecatedService.java.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
2121
* </pre>
2222
*/
2323
@javax.annotation.Generated(
24-
value = "by gRPC proto compiler (version 1.16.0-SNAPSHOT)",
24+
value = "by gRPC proto compiler (version 1.17.0-SNAPSHOT)",
2525
comments = "Source: grpc/testing/compiler/test.proto")
2626
@java.lang.Deprecated
2727
public final class TestDeprecatedServiceGrpc {

compiler/src/testLite/golden/TestService.java.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
2121
* </pre>
2222
*/
2323
@javax.annotation.Generated(
24-
value = "by gRPC proto compiler (version 1.16.0-SNAPSHOT)",
24+
value = "by gRPC proto compiler (version 1.17.0-SNAPSHOT)",
2525
comments = "Source: grpc/testing/compiler/test.proto")
2626
public final class TestServiceGrpc {
2727

compiler/src/testNano/golden/TestDeprecatedService.java.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import java.io.IOException;
2323
* </pre>
2424
*/
2525
@javax.annotation.Generated(
26-
value = "by gRPC proto compiler (version 1.16.0-SNAPSHOT)",
26+
value = "by gRPC proto compiler (version 1.17.0-SNAPSHOT)",
2727
comments = "Source: grpc/testing/compiler/test.proto")
2828
@java.lang.Deprecated
2929
public final class TestDeprecatedServiceGrpc {

compiler/src/testNano/golden/TestService.java.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import java.io.IOException;
2323
* </pre>
2424
*/
2525
@javax.annotation.Generated(
26-
value = "by gRPC proto compiler (version 1.16.0-SNAPSHOT)",
26+
value = "by gRPC proto compiler (version 1.17.0-SNAPSHOT)",
2727
comments = "Source: grpc/testing/compiler/test.proto")
2828
public final class TestServiceGrpc {
2929

core/src/main/java/io/grpc/internal/GrpcUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public byte[] parseAsciiString(byte[] serialized) {
200200

201201
public static final Splitter ACCEPT_ENCODING_SPLITTER = Splitter.on(',').trimResults();
202202

203-
private static final String IMPLEMENTATION_VERSION = "1.16.0-SNAPSHOT"; // CURRENT_GRPC_VERSION
203+
private static final String IMPLEMENTATION_VERSION = "1.17.0-SNAPSHOT"; // CURRENT_GRPC_VERSION
204204

205205
/**
206206
* The default delay in nanos before we send a keepalive.

cronet/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ android {
3939
}
4040

4141
dependencies {
42-
implementation 'io.grpc:grpc-core:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
43-
testImplementation 'io.grpc:grpc-testing:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
42+
implementation 'io.grpc:grpc-core:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
43+
testImplementation 'io.grpc:grpc-testing:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
4444

4545
implementation "org.chromium.net:cronet-embedded:66.3359.158"
4646

documentation/android-channel-builder.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ In your `build.gradle` file, include a dependency on both `grpc-android` and
3636
`grpc-okhttp`:
3737

3838
```
39-
compile 'io.grpc:grpc-android:1.16.0' // CURRENT_GRPC_VERSION
40-
compile 'io.grpc:grpc-okhttp:1.16.0' // CURRENT_GRPC_VERSION
39+
compile 'io.grpc:grpc-android:1.17.0' // CURRENT_GRPC_VERSION
40+
compile 'io.grpc:grpc-okhttp:1.17.0' // CURRENT_GRPC_VERSION
4141
```
4242

4343
You will also need permission to access the device's network state in your

examples/android/clientcache/app/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protobuf {
3131
protoc { artifact = 'com.google.protobuf:protoc:3.4.0' }
3232
plugins {
3333
javalite { artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0" }
34-
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
34+
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
3535
}
3636
}
3737
generateProtoTasks {
@@ -49,12 +49,12 @@ dependencies {
4949
compile 'com.android.support:appcompat-v7:27.0.2'
5050

5151
// You need to build grpc-java to obtain these libraries below.
52-
compile 'io.grpc:grpc-okhttp:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
53-
compile 'io.grpc:grpc-protobuf-lite:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
54-
compile 'io.grpc:grpc-stub:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
52+
compile 'io.grpc:grpc-okhttp:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
53+
compile 'io.grpc:grpc-protobuf-lite:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
54+
compile 'io.grpc:grpc-stub:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
5555
compile 'javax.annotation:javax.annotation-api:1.2'
5656

5757
testCompile 'junit:junit:4.12'
5858
testCompile 'com.google.truth:truth:0.36'
59-
testCompile 'io.grpc:grpc-testing:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
59+
testCompile 'io.grpc:grpc-testing:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
6060
}

examples/android/helloworld/app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ protobuf {
3030
protoc { artifact = 'com.google.protobuf:protoc:3.5.1-1' }
3131
plugins {
3232
javalite { artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0" }
33-
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
33+
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
3434
}
3535
}
3636
generateProtoTasks {
@@ -48,8 +48,8 @@ dependencies {
4848
compile 'com.android.support:appcompat-v7:27.0.2'
4949

5050
// You need to build grpc-java to obtain these libraries below.
51-
compile 'io.grpc:grpc-okhttp:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
52-
compile 'io.grpc:grpc-protobuf-lite:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
53-
compile 'io.grpc:grpc-stub:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
51+
compile 'io.grpc:grpc-okhttp:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
52+
compile 'io.grpc:grpc-protobuf-lite:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
53+
compile 'io.grpc:grpc-stub:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
5454
compile 'javax.annotation:javax.annotation-api:1.2'
5555
}

examples/android/routeguide/app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protobuf {
2929
protoc { artifact = 'com.google.protobuf:protoc:3.5.1-1' }
3030
plugins {
3131
javalite { artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0" }
32-
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
32+
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
3333
}
3434
}
3535
generateProtoTasks {
@@ -47,8 +47,8 @@ dependencies {
4747
compile 'com.android.support:appcompat-v7:27.0.2'
4848

4949
// You need to build grpc-java to obtain these libraries below.
50-
compile 'io.grpc:grpc-okhttp:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
51-
compile 'io.grpc:grpc-protobuf-lite:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
52-
compile 'io.grpc:grpc-stub:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
50+
compile 'io.grpc:grpc-okhttp:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
51+
compile 'io.grpc:grpc-protobuf-lite:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
52+
compile 'io.grpc:grpc-stub:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
5353
compile 'javax.annotation:javax.annotation-api:1.2'
5454
}

examples/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222

2323
// Feel free to delete the comment at the next line. It is just for safely
2424
// updating the version in our release process.
25-
def grpcVersion = '1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
25+
def grpcVersion = '1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
2626
def nettyTcNativeVersion = '2.0.7.Final'
2727
def protobufVersion = '3.5.1'
2828
def protocVersion = '3.5.1-1'

examples/example-kotlin/android/helloworld/app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ protobuf {
5252
protoc { artifact = 'com.google.protobuf:protoc:3.5.1-1' }
5353
plugins {
5454
javalite { artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0" }
55-
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
55+
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
5656
}
5757
}
5858
generateProtoTasks {
@@ -72,9 +72,9 @@ dependencies {
7272
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
7373

7474
// You need to build grpc-java to obtain these libraries below.
75-
compile 'io.grpc:grpc-okhttp:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
76-
compile 'io.grpc:grpc-protobuf-lite:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
77-
compile 'io.grpc:grpc-stub:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
75+
compile 'io.grpc:grpc-okhttp:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
76+
compile 'io.grpc:grpc-protobuf-lite:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
77+
compile 'io.grpc:grpc-stub:1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
7878
}
7979

8080
repositories { mavenCentral() }

examples/example-kotlin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repositories {
3535

3636
// Feel free to delete the comment at the next line. It is just for safely
3737
// updating the version in our release process.
38-
def grpcVersion = '1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
38+
def grpcVersion = '1.17.0-SNAPSHOT' // CURRENT_GRPC_VERSION
3939

4040
dependencies {
4141
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

examples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<packaging>jar</packaging>
77
<!-- Feel free to delete the comment at the end of these lines. It is just
88
for safely updating the version in our release process. -->
9-
<version>1.16.0-SNAPSHOT</version><!-- CURRENT_GRPC_VERSION -->
9+
<version>1.17.0-SNAPSHOT</version><!-- CURRENT_GRPC_VERSION -->
1010
<name>examples</name>
1111
<url>http://maven.apache.org</url>
1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14-
<grpc.version>1.16.0-SNAPSHOT</grpc.version><!-- CURRENT_GRPC_VERSION -->
14+
<grpc.version>1.17.0-SNAPSHOT</grpc.version><!-- CURRENT_GRPC_VERSION -->
1515
<protobuf.version>3.5.1</protobuf.version>
1616
<protoc.version>3.5.1-1</protoc.version>
1717
<netty.tcnative.version>2.0.7.Final</netty.tcnative.version>

0 commit comments

Comments
 (0)