-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of Java8 Stream and Jackson Parser #586
Conversation
* Avoid `Decoder.decode` on 404 when void response type Avoid calling `decode` when receiving a 404 error and `decode404` is set and the response type is `void`. * Update CHANGELOG
Signed-off-by: Jonathan Fuerth <jonathan@helpful.com>
Adds `Feign.Builder.mapAndDecode()` to allow response preprocessing before decoding it
Introduces `feign-java8` with support for `java.util.Optional`
…OpenFeign#555) support the query values starting with {, when use RibbonClient。different from OpenFeign#540.
A recent change to the ./mvnw script changed output slightly and broke the logic which detected versions. This fixes it.
…nly for compilation (OpenFeign#572)
…enFeign#569) * Add the Content-Type if specified, unless we are setting the body * Update changelog
Otherwise RequestBuilder will create HttpEntity from query parameters.
This first PR commit allows to stream only the response body in java8 way. Fixes #514. |
Apologize once again... Messed up with rebase/merging. |
No description provided.