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
Allows query parameters to match on a substring. Ex q=body:{body} (Op……enFeign#428)
This is to help develop apis like Elasticsearch which nest queries in
query parameters.
FixesOpenFeign#424
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`.