Mark Elliot
Mark Elliot
IIRC there's a race in the registration, and one cannot unregister Jersey components. I think we discovered/flagged this at some point and assessed that it wasn't important.
It looks like we can return null instead of the empty string for path params and it would fix this. Want to contribute a fix to https://github.com/palantir/http-remoting/blob/develop/retrofit2-clients/src/main/java/com/palantir/remoting2/retrofit2/OptionalObjectToStringConverterFactory.java to handle Query...
This is a cool approach, but for those that want a workaround while this hasn't merged: - use https://github.com/electronicarts/ea-agent-loader - then create a class like: ```java public final class Http2Agent...
We've hotly debated this a couple of times, I think what I'd propose is: 1. we eliminate `of` method generation from the `-api` projects 2. (low confidence) we consider offering...
Maybe related to #416? In this instance, is the lone thing you need from the exchange the status code?
Specifically to get the size of the incoming request or something else?
as in #96 should probably remove `of` methods
Also, `Foo#of(Bar... bars)` likely doesn't really make sense given objects may have more than one collection-style argument.
we probably ought to prefer something more general, like correcting anything in java.lang?
...though technically it should be fine...and should work in Java Poet just fine to create an Object called Object.