You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is occasionally difficult to use the client because it bundles commons-io and jackson.
Commons-io isn't necessary, it could just be refactored away. If Apache http client needs it, we should push that stuff to another module (it's all servlet related anyway -- not client).
It is occasionally difficult to use the client because it bundles commons-io and jackson.
Commons-io isn't necessary, it could just be refactored away. If Apache http client needs it, we should push that stuff to another module (it's all servlet related anyway -- not client).
Jackson should be part of a bring-your-own-serialization-solution strategy. Other Java HTTP/service clients do this, such as https://github.com/google/google-http-java-client
There are probably others too
The text was updated successfully, but these errors were encountered: