mirror of https://github.com/grpc/grpc-java.git
Two main incompatibilities existed in the copy of protos in grpc-proto: no SimpleContext and an Empty method argument was replaced with a message. "Context" is a very old word for "Metadata" back from the days before the current gRPC protocol. We don't need that message in particular, and well-known protos actually works in Protobuf Lite these days, so we can swap to wrappers.proto's StringValue and don't need to upstream a change to grpc-proto. The argument problem is fixed just by changing the type in the Java code. With the incompatibilities fixed, do a sync from grpc-proto and include interop-testing. |
||
|---|---|---|
| .. | ||
| grpc-java-artifacts | ||
| kokoro | ||
| qemu_helpers | ||
| xds-k8s | ||
| build_artifacts_in_docker.sh | ||
| build_docker.sh | ||
| checkstyle.license | ||
| checkstyle.xml | ||
| make_dependencies.bat | ||
| make_dependencies.sh | ||
| run_arm64_tests_in_docker.sh | ||
| run_in_docker.sh | ||
| set_github_status.py | ||
| sign-local-repo.sh | ||
| sonatype-upload.sh | ||
| sync-protos.sh | ||
| xds_logging.properties | ||