Skip to content

Commit 4e81d10

Browse files
Merge branch 'grpc:master' into Issue_fixed_6868
2 parents 6d3f981 + d124007 commit 4e81d10

69 files changed

Lines changed: 239 additions & 226 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BUILD.bazel

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ java_library(
3333
"//api",
3434
"//protobuf",
3535
"//stub",
36-
"//stub:javax_annotation",
3736
"@com_google_protobuf//:protobuf_java",
3837
artifact("com.google.code.findbugs:jsr305"),
3938
artifact("com.google.guava:guava"),
@@ -47,7 +46,6 @@ java_library(
4746
"//api",
4847
"//protobuf-lite",
4948
"//stub",
50-
"//stub:javax_annotation",
5149
artifact("com.google.code.findbugs:jsr305"),
5250
artifact("com.google.guava:guava"),
5351
],
@@ -67,6 +65,5 @@ java_library(
6765
visibility = ["//:__subpackages__"],
6866
exports = [
6967
artifact("com.google.auto.value:auto-value-annotations"),
70-
artifact("org.apache.tomcat:annotations-api"), # @Generated for Java 9+
7168
],
7269
)

COMPILING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ This section is only necessary if you are making changes to the code
4444
generation. Most users only need to use `skipCodegen=true` as discussed above.
4545

4646
### Build Protobuf
47-
The codegen plugin is C++ code and requires protobuf 21.7 or later.
47+
The codegen plugin is C++ code and requires protobuf 22.5 or later.
4848

4949
For Linux, Mac and MinGW:
5050
```
51-
$ PROTOBUF_VERSION=21.7
51+
$ PROTOBUF_VERSION=22.5
5252
$ curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOBUF_VERSION/protobuf-all-$PROTOBUF_VERSION.tar.gz
5353
$ tar xzf protobuf-all-$PROTOBUF_VERSION.tar.gz
5454
$ cd protobuf-$PROTOBUF_VERSION

MODULE.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
4141
"io.opencensus:opencensus-contrib-grpc-metrics:0.31.0",
4242
"io.perfmark:perfmark-api:0.27.0",
4343
"junit:junit:4.13.2",
44-
"org.apache.tomcat:annotations-api:6.0.53",
4544
"org.checkerframework:checker-qual:3.12.0",
4645
"org.codehaus.mojo:animal-sniffer-annotations:1.24",
4746
]

alts/src/generated/main/grpc/io/grpc/alts/internal/HandshakerServiceGrpc.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
/**
66
*/
7-
@javax.annotation.Generated(
8-
value = "by gRPC proto compiler",
9-
comments = "Source: grpc/gcp/handshaker.proto")
107
@io.grpc.stub.annotations.GrpcGenerated
118
public final class HandshakerServiceGrpc {
129

android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/LoadBalancerStatsServiceGrpc.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
* A service used to obtain stats for verifying LB behavior.
88
* </pre>
99
*/
10-
@javax.annotation.Generated(
11-
value = "by gRPC proto compiler",
12-
comments = "Source: grpc/testing/test.proto")
1310
@io.grpc.stub.annotations.GrpcGenerated
1411
public final class LoadBalancerStatsServiceGrpc {
1512

android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/MetricsServiceGrpc.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
/**
66
*/
7-
@javax.annotation.Generated(
8-
value = "by gRPC proto compiler",
9-
comments = "Source: grpc/testing/metrics.proto")
107
@io.grpc.stub.annotations.GrpcGenerated
118
public final class MetricsServiceGrpc {
129

android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/ReconnectServiceGrpc.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
* A service used to control reconnect server.
88
* </pre>
99
*/
10-
@javax.annotation.Generated(
11-
value = "by gRPC proto compiler",
12-
comments = "Source: grpc/testing/test.proto")
1310
@io.grpc.stub.annotations.GrpcGenerated
1411
public final class ReconnectServiceGrpc {
1512

android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/TestServiceGrpc.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
* performance with various types of payload.
99
* </pre>
1010
*/
11-
@javax.annotation.Generated(
12-
value = "by gRPC proto compiler",
13-
comments = "Source: grpc/testing/test.proto")
1411
@io.grpc.stub.annotations.GrpcGenerated
1512
public final class TestServiceGrpc {
1613

android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/UnimplementedServiceGrpc.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
* that case.
99
* </pre>
1010
*/
11-
@javax.annotation.Generated(
12-
value = "by gRPC proto compiler",
13-
comments = "Source: grpc/testing/test.proto")
1411
@io.grpc.stub.annotations.GrpcGenerated
1512
public final class UnimplementedServiceGrpc {
1613

android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/XdsUpdateClientConfigureServiceGrpc.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
* A service to dynamically update the configuration of an xDS test client.
88
* </pre>
99
*/
10-
@javax.annotation.Generated(
11-
value = "by gRPC proto compiler",
12-
comments = "Source: grpc/testing/test.proto")
1310
@io.grpc.stub.annotations.GrpcGenerated
1411
public final class XdsUpdateClientConfigureServiceGrpc {
1512

0 commit comments

Comments
 (0)