Matt Brown
Matt Brown
I think this can be closed now since #87 was merged?
I had a similar problem, and noticed that the underlying `@google-cloud/logging` library has this note in the code that queries the metadata server to get labels: https://github.com/googleapis/nodejs-logging/blob/eda96618d95938cf4c53682c78bb5ada86a54f87/src/utils/metadata.ts#L164-L166
I've found it a lot easier to simply pass the `Context` instance as a method parameter to code that returns a CompletionStage or to methods that run in a `thenApply`/`thenCompose`/etc...
3 has been reported in dns-java at https://sourceforge.net/p/dnsjava/bugs/58/ , but I have no idea if anyone watches that sourceforge project or maintains it.
1 and 2 both originate in https://github.com/spotify/ssh-agent-tls
Noting for posterity that the same warnings/problems apply to Java 10 as well.
Reopening as there are still several warnings printed when using Java 9 or 10 about "Illegal reflective access" which I think we should track. #1213 only fixed one issue. ```...
The DefaultHttpConnector warning is coming from https://github.com/spotify/helios/blob/a11f2bed3c22352430498cd4272c48ba330d8eff/helios-client/src/main/java/com/spotify/helios/client/DefaultHttpConnector.java#L147-L171 I'm unclear why this code is using reflection to set this field when `HttpUrlConnection.setRequestMethod(String)` has existed for quite a while (at least as...
will need to bump docker-client to 8.14.0 to make it Java 9+ compatible
There were functions added to `docker-gc` after this PR was created, so while this merges cleanly the result is not bash compatible any more.