Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: fiunchinho/feign

Tags

v8.16.2

Toggle v8.16.2's commit message
Recognizes reason phrase is nullable and not set when using http/2

See httpwg/http2-spec#202
Fixes OpenFeign#382

v8.16.1

Toggle v8.16.1's commit message
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`.

v8.16.0

Toggle v8.16.0's commit message
Do not error on interfaces with default methods.

Pass calls to default methods on proxy through to implementation on interface.

v8.15.1

Toggle v8.15.1's commit message
Documents intent of client tests

v8.15.0

Toggle v8.15.0's commit message
Fixed version log

v8.14.4

Toggle v8.14.4's commit message
JAXRS: Fix NPE when @path is first on a method

v8.14.3

Toggle v8.14.3's commit message
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.

v8.14.2

Toggle v8.14.2's commit message
support PUT with empty body parameter

follow-up commit to OpenFeign#271

v8.14.1

Toggle v8.14.1's commit message
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.

Closes OpenFeign#313

v8.14.0

Toggle v8.14.0's commit message
Fixes CHANGELOG