Adrian Cole
Adrian Cole
### Describe the bug There are too many lint failures as a norm. This makes trying to find new lint problems really hard. ### Expected behavior zero lint problems as...
### The New Feature Right now, HTTP trailers are not yet supported for reasons including mosn using an old version of fasthttp. ### Your scenes Without full support for trailers,...
@openzipkin/core we should archive this repo if it isn't updated in the next six months. Folks who can help with this, but currently don't have access to are free to...
## Feature Let's switch the spring-beans version to latest and test via invoker that we don't break 2.5. ## Rationale Testing can ensure compatibility and we can safely update the...
There are outside consumers of the sender libraries, so we should be careful about when we release zipkin-reporter 4, and possibly how we release it. It should be as late...
## Describe the Bug Currently, trivy reports vulnerabilities in intentionally old dependencies used in maven-invoker-plugin by default. While we can configure our setup to skip these tests, it can introduce...
This centralizes logging into the existing `ReflectorRunnable` type, notably adding conditional logging of events. This is toggled by `setDebugItems(bool)` on `SharedInformer` and `SharedInformerFactory` as `ReflectorRunnable` isn't directly accessible by end...
Currently, the only HTTP client that can be used is okhttp, but we use wiremock instead of [MockWebServer](https://github.com/square/okhttp/tree/master/mockwebserver), the canonical test library for OkHttp. Here are some reasons to switch...
Currently, the source tree holds old versions of examples. However, they use the parent-pom, which can lead to problems as we update dependencies. I would suggest we either stop copying...
It seems that the `SharedInformerFactory` is designed for the openapi client, with the `CallGenerator` returning an `okhttp3.Call`. `ProtoClient` doesn't seem designed in way to hook in the same way, at...