grpc-java/.github
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
..
ISSUE_TEMPLATE github: Remove bug label from newly filed bugs 2020-06-26 10:41:34 -05:00
workflows Fix tests and warnings on Java 17 2024-02-29 16:55:46 -08:00