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
Fixes dispatch for toString, equals, hashCode in hystrix
This copies missing logic from `FeignInvocationHandler` to
`HystrixInvocationHandler`, preventing NPEs when calling methods defined
on `java.lang.Object`.
Apache HTTP client hates to have the Content-Length set
It always sets the header itself and if we set it as well it barfs
so it is better just to avoid setting it at all.
Allows HystrixFeign.Builder to be used incrementally
Uses covariant overrides so that those collecting Feign configuration
via `Feign.Builder` can cast into `HystrixFeign.builder` to target an
api.
ClosesOpenFeign#313