Spring Cloud Openfeign Add support to disable parent context inheritance on Feign clients.

For things such as RequestInterceptors and MessageConverters, it is difficult to have a custom feign client configuratio...

Spring Cloud Openfeign Allow configuration of a Proxy in feign.httpclient

Hi all,currently it's already possible to configure things like timeout or ssl validation in FeignHttpClientProperties. ...

Spring Cloud Openfeign MatixVariables dont get resolved

Describe the bugIt loos like MatrixVariables aren't resolved in v2.2.2.RELEASE (feign-core v10.7.4)SampleIf I have the f...

Spring Cloud Openfeign SpringDecoder returns null on empty Resource

Describe the bugWhen returning an empty org.springframework.core.io.Resource response (e.g. FileSystemResource pointing ...

Spring Cloud Openfeign Passing decode404 configuration globally using Configuration

Is there a way to pass the decode404 property to all FeignClients by instantiating a bean through a configuration class,...

Spring Cloud Openfeign FeignClient: Multipart requests doesn't sent custom headers

hi! I want to make a file uploader for Jira, use this client code:@PostMapping(value = "/rest/api/2/issue/{issueIdO...

Spring Cloud Openfeign java.lang.ClassNotFoundException: feign.optionals.OptionalDecoder

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-depende...

Spring Cloud Openfeign Cannot extend the FeignClientFactoryBean

Our project is a very large application, need to divide a service to several cluster. e.g. CustomerService needs to be s...

Spring Cloud Openfeign Make interface Targeter public

Problem description:The type org.springframework.cloud.openfeign.Targeter is package-private. However:* it's defined as ...

Spring Cloud Openfeign Support customizing Feign.Builder via a FeignBuilderCustomizer

EnhancementThere are some aspects of the Feign.Builder which are currently not customizable out of the box, such as http...

Spring Cloud Openfeign Page<T> page number not decoded correctly

Using spring-cloud-openfeign version 2.1.3-RELEASEIt appears that the jackson mixin for Page is not quite correctPageJac...

Spring Cloud Openfeign Switch Ribbon-based tests to use SC LoadBalancer

Comment From: spencergibbDidn't I do that already?Comment From: spencergibbDone in 7c531d9dae6ce2473d2430f3a16d3535b3626...

Spring Cloud Openfeign how to add a independent retryer for a single method in @FeignClient interface

An @FeignClient interface has a lot methods, but the remote just implement Idempotent for some method,so i want to add r...

Spring Cloud Openfeign introduce a ErrorDecoderFactory interface

Is your feature request related to a problem? Please describe.we are heavily using the feign-annotation-error-decoder fr...

Spring Cloud Openfeign @SpringQueryMap doesn't support Map<String, String[]>

Describe the bug @SpringQueryMap doesn't support MapSample@FeignClient(name = &quot;postman-echo&quot;, url = &quot;http...

Spring Cloud Openfeign Provide an attribute to ignore certain exceptions for Feign Hystrix support

The @FeignClient annotation has an attribute fallback, named appropriately. It'd be nice to have an attribute Class&lt;?...

Spring Cloud Openfeign Add support for reactive feign clients

See https://github.com/spring-cloud/spring-cloud-netflix/issues/1554 for history.Comment From: kptfhAdded support of hys...

Spring Cloud Openfeign Document early initialization error potential and ObjectProvider solution

First, when I use Application Listener to bind events, if I use Application Context to get bean objects, no matter where...

Spring Cloud Openfeign Documentation: Dangling link to configuration properties

At https://cloud.spring.io/spring-cloud-openfeign/reference/html/#configuration-properties, the documentation for how to...

Spring Cloud Openfeign Multiple @RequestPart test broken in master

feign.RetryableException: cannot retry due to redirection, in streaming mode executing POST http://localapp8/singlePart ...
上一页 下一页
.