Spring Cloud Openfeign how to add a json header like userInfo: {"permissions":[]} can not be create by Expressions

Is your feature request related to a problem? Please describe.when i use requestInterceptor,i add a header like userInfo...

Spring Cloud Openfeign config retry in request method

may add a annotation on feign cilent interface's method or a param so that call this method decide retry eable or retry ...

Spring Cloud Openfeign Inject FeignClient type into Configuration context

when {FeignClientFactoryBean#configureUsingConfiguration()} building feignClient with config, config can get the target ...

Spring Cloud Openfeign Use Spring Boot autoconfigure-processor to optimize auto-configurations

As explained in the its reference documentation, Spring Boot provides a spring-boot-autoconfigure-processor.This should ...

Spring Cloud Openfeign FeignClient: can't set per client hystrix configuration

HiAs mentione here in this issue spring-cloud/spring-cloud-netflix#1612 i've a problem configuring feign with hystrix fw...

Spring Cloud Openfeign Feature Request: Provide Means to Intercept LoadBalancing Requests for Feign Clients with Access to Chosen Service Instance

See issue https://github.com/spring-cloud/spring-cloud-commons/issues/509.Apparently, for RestTemplates it is possible t...

Spring Cloud Openfeign Feign: trigger early initialization of Feign clients

Although Feign client proxy are created during bootstrap, the actual handling chain behind them is created lazily the fi...

Spring Cloud Openfeign @FeignClient should support ignoreExceptions

If I use status 400 to handle "invalid input", with @HystrixCommand I'm able to specify set of exceptions (assuming cust...

Spring Cloud Openfeign Implement equals and hashCode for PageJacksonModule.SimplePageImpl

Is your feature request related to a problem? Please describe.I expect that a Page I deserialize using the PageJacksonMo...

Spring Cloud Openfeign Failed to convert ResponseEntity object

Hello, when invoking a remote method that returns a "responseEntity" object, the following error occurs:java.io.IOExcept...

Spring Cloud Openfeign Add AsyncFeign experimental support

Feign core added a new feature (see AsyncFeign) that let you create async clients which returns CompletableFuture. It is...

Spring Cloud Openfeign Allow configuring readTimeout for OkHttpClient

Describe the bugspring-cloud-openfeign version : 2.2.6.RELEASEfeign-okhttp version: 10.10.1.jarMissing configuration cau...

Spring Cloud Openfeign Prefix properties with spring.cloud.openfeign instead of feign.

Comment From: cbezmenHey @OlgaMaciaszek is this planned for 3.1.x?Comment From: spencergibbNo it's not since this is a b...

Spring Cloud Openfeign SpringFormEncoder is not well supported

I checked the documentation of feign-form.It supports:interface SomeApi { // Group all parameters within a POJO @Reque...

Spring Cloud Openfeign How to use FeignClient and @QuerydslPredicate annotation together, or is it supported?

I have an interface for declaring the API, this is one of the methods: @GetMapping fun getPhraseList( @Para...

Spring Cloud Openfeign Bring back @RequestMapping

Is your feature request related to a problem? Please describe.I used @RequestMapping on class level to define a root URL...

Spring Cloud Openfeign When I pass in multiple parameters at the http test file, it will receive multiple passed parameters from the interface.

https://github.com/alibaba/spring-cloud-alibaba/issues/2350#issue-1105329209Comment From: OlgaMaciaszekIs this a Spring ...

Spring Cloud Openfeign Matrix parameters are not encoded correctly

(This leads on from https://github.com/spring-cloud/spring-cloud-openfeign/issues/334 - apologies but at the time I didn...

Spring Cloud Openfeign The combination of completableFuture.supplyAsync and openfeign cannot return results.

current version:<dependency> <groupId>org.springframework.cloud</groupId> <ar...

Spring Cloud Openfeign Posting with Feign Client and x-www-form-urlencoded broken after 2020.0.4 update

Describe the bugRunning a POST using '_application/x-www-form-urlencoded_' causes the POST body to be completely empty....
上一页 下一页
.