grpc-java/buildscripts
Eric Anderson 5bb721e217
interop-testing: Support syncing protos from grpc-proto
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.
2022-05-18 14:28:20 -07:00
..
grpc-java-artifacts buildscripts: Fix grpc-java-artifacts indentation 2020-12-04 16:42:26 -08:00
kokoro Add more xds_lb test cases (#8998) 2022-03-21 12:17:26 -07:00
qemu_helpers Improve emulated linux aarch64 tests, without protoc artifact build 2021-04-26 10:54:28 -07:00
xds-k8s Update xDS client/server image per-branch tag after build (#8400) 2021-08-11 14:01:21 -07:00
build_artifacts_in_docker.sh Add support for cross-compiling for aarch64 platform 2019-12-06 14:21:34 -08:00
build_docker.sh Build Linux artifacts using CentOS 7 2020-12-03 22:56:31 -08:00
checkstyle.license all: normalize copyright header 2018-05-03 14:55:21 -07:00
checkstyle.xml gradle: Use config_loc in checkstyle 2018-07-30 10:51:54 -07:00
make_dependencies.bat Bump protobuf to 3.19.2 2022-01-06 09:08:50 -08:00
make_dependencies.sh Bump protobuf to 3.19.2 2022-01-06 09:08:50 -08:00
run_arm64_tests_in_docker.sh Increase memory in Linux aarch64 (emulated) builds (#9111) 2022-04-27 16:02:05 -07:00
run_in_docker.sh Build Linux artifacts using CentOS 7 2020-12-03 22:56:31 -08:00
set_github_status.py all: normalize copyright header 2018-05-03 14:55:21 -07:00
sign-local-repo.sh all: normalize copyright header 2018-05-03 14:55:21 -07:00
sonatype-upload.sh all: normalize copyright header 2018-05-03 14:55:21 -07:00
sync-protos.sh interop-testing: Support syncing protos from grpc-proto 2022-05-18 14:28:20 -07:00
xds_logging.properties buildscripts,interop-testing: Increase logging for xDS tests (#6818) 2020-03-11 20:34:26 -07:00