grpc-java/buildscripts
Eric Anderson efd968bcbb Upgrade Protobuf to 3.19.1 and Guava to 30.1.1
Protobuf uses Guava 30.1.1, so I upgrade it at the same time. It also
caused an update to rules_jvm_external and reworking the Bazel build.
Protobuf no longer requires bind() so they were dropped. Although
Protobuf's protobuf_deps() brings in rules_jvm_external, and so we don't
need to define it ourselves, it seems better to define it directly and
not depend on transitive deps since we use it directly.

Protobuf now has support for maven_install() by exposing
PROTOBUF_MAVEN_ARTIFACTS, which required reorganizing the WORKSPACE to
use maven_install() after loading protobuf. Protobuf still doesn't
define target overrides for itself so we still maintain those. When
reorganizing the WORKSPACE I noticed http_archive should ideally be
above io_grpc_grpc_java as most users will need it there, so I fixed
that since there were lots of other load()-reordering already.
2021-12-09 10:35:39 -08:00
..
grpc-java-artifacts buildscripts: Fix grpc-java-artifacts indentation 2020-12-04 16:42:26 -08:00
kokoro buildscripts: add config for building grpc-binder artifact (#8722) 2021-11-23 18:11:54 +01: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 Upgrade Protobuf to 3.19.1 and Guava to 30.1.1 2021-12-09 10:35:39 -08:00
make_dependencies.sh Upgrade Protobuf to 3.19.1 and Guava to 30.1.1 2021-12-09 10:35:39 -08:00
run_arm64_tests_in_docker.sh reenable previously disabled aarch64 tests 2021-09-22 10:53:10 -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 rls: add proto and converter (#6743) 2020-02-28 21:41:19 -08:00
xds_logging.properties buildscripts,interop-testing: Increase logging for xDS tests (#6818) 2020-03-11 20:34:26 -07:00