grpc / grpc-java

The Java gRPC implementation. HTTP/2 based RPC
https://grpc.io/docs/languages/java/
Apache License 2.0
11.48k stars 3.85k forks source link

Remove java.util.logging from AsyncServletOutputStreamWriter.Log #11644

Open niloc132 opened 3 weeks ago

niloc132 commented 3 weeks ago

Comments suggest that this API cannot be referenced, but a new method in the interface still used it.

It is possible that only the Logger interface itself can't be referenced for some reason, in which case this won't help - I can't seem to cause the apparent Lincheck issue from the Gradle tests.