Spring Cloud Openfeign @GetMapping with @RequestBody turn Get into Post

I use microservices based on Springboot 2.4.4. My core service has the next dependencies: <dependency> ...

Spring Cloud Openfeign Spring Data Pageable Sort in Feign Client

The new pageable support in version 2.1.1 can't handle the sorting in the pageable. Here is my code:@RequestMapping(meth...

Spring Cloud Openfeign What is difference between feign.hystrix.enabled option and feign.circuitbreaker.enabled option ?

I had a problem with FallbackFactory and FeignClient when using feign.circuitbreaker.enabled=true option with feign.hyst...

Spring Cloud Openfeign Enable OpenFeign's micrometer integration

We want our OpenFeign clients to report metrics, but there are several points that prevent us from doing it clear.- spri...

Spring Cloud Openfeign manually attached Feign requestInterceptors within Builder are being overridden by requestInterceptor beans

Describe the bugWe currently are creating a feign builder and explicitly adding requestInterceptor. return Feign.builder...

Spring Cloud Openfeign No servers available for service

The services are registered to Eureka normally and when I call the getServices() method of DiscoverClient, I am able to ...

Spring Cloud Openfeign Remove or disable WARN logger when use url inside @FeignClient

Describe the bugSpring Cloud Hoxton.SR10Spring Cloud OpenFeign 2.2.7Spring Cloud LoadBalancer 2.2.7I use url inside Feig...

Spring Cloud Openfeign feign.codec.EncodeException when page is changed before API requests are completed

Describe the bugContext: I'm using Spring Cloud 2020.0.1 and Spring Boot 2.4.3Scenario:Frontend app calls an API on Serv...

Spring Cloud Openfeign Supporting Apache HC5.x

Is your feature request related to a problem? Please describe.The current version only supports Apache HC4.5.x and/or Ok...

Spring Cloud Openfeign Add FeignClientProperties.FeignClientConfiguration.followRedirects property

Is your feature request related to a problem? Please describe.When using OkHttp the only way to set followRedirects is i...

Spring Cloud Openfeign RetryableFeignBlockingLoadBalancerClient does not respect 'url' parameter of @FeignClient

Hello!I'm working on application consisting of multiple microservices.We are using Consul for service discovery and spri...

Spring Cloud Openfeign Configure circuit breaker by using method signature

I have two methods with the same name but with different signatures:@FeignClient( name = "client", ...

Spring Cloud Openfeign SpringEncoder Charset determination is too simple

StoryA user writes a MessageConverter implementation that they wish to use via SpringEncoder. This message converter pr...

Spring Cloud Openfeign Spring cloud openfeign is not working if the URL have spEL expressions

Getting below issue while using the feign client. Seems the spring cloud openfeign not able to evaluate the spEL express...

Spring Cloud Openfeign Support multiple qualifiers in FeignClient annotation (using multiple Spring bean aliases)

Is your feature request related to a problem? Please describe.I would like to use the same feign client in several of ou...

Spring Cloud Openfeign No bean found of type Targeter after upgrade to Hoxton SR10

After upgrading from Hoxton SR9 to Hoxton SR10 we suddenly get the following error during startup:No bean found of type ...

Spring Cloud Openfeign Path variables with / are not url encoded

With Feign directives the decodeSlash parameter of RequestLine directive deals with it, see https://stackoverflow.com/qu...

Spring Cloud Openfeign Spring Data Pageable is not working when using SNAKE_CASE as property naming strategy

It is nice to see that feign now includes support for Spring Data Pageable. However, on our team we have set SNAKE_CASE ...

Spring Cloud Openfeign Pageable sort params cannot be encoded correctly

Hi all, I have also met this issue, the suggested workaround by @OlgaMaciaszek is useful in the single sort property sit...

Spring Cloud Openfeign Capability Bean not taken into account

Describe the bugI try to add a Micrometer-Capability in a FeignConfiguration, but it seems it is not taken into accout.@...
上一页 下一页
.