grpc-java/netty
Eric Anderson ac62c8b055 Fix tests and warnings on Java 17
SelfSignedCertificate is not available on Java 17 because
OpenJdkSelfSignedCertGenerator is not available. This only impacted
tests.

AccessController is being removed, and these locations are doing simple
reflection which is unlikely to require it even when a security policy
is in effect. There's other places we do reflection without the
AccessController, so either no security policies care or the users can
update their policies to allow it.
2024-02-29 16:55:46 -08:00
..
shaded Upgrade to Gradle 8.2.1 and upgrade plugins 2023-08-02 13:29:44 -07:00
src Fix tests and warnings on Java 17 2024-02-29 16:55:46 -08:00
BUILD.bazel bazel: Export deps from maven stand-in targets 2023-01-03 13:36:27 -08:00
build.gradle Use Javadoc's -linkoffline instead of -link 2024-02-23 17:22:48 -08:00