Spring Cloud Openfeign WebMvc Interceptor FeignClient error

A WebMvc Interceptor IOC xxxFeignService error.e:@Componentpublic class AInterceptor extends HandlerInterceptorAdapter ...

Spring Cloud Openfeign AsyncFeign builder with Spring Cloud

Hello,in the Open feign repository https://github.com/OpenFeign/feign#async-execution-via-completablefuture it says that...

Spring Cloud Openfeign @SpringQueryMap doesn't work with String[]

Describe the bug@SpringQueryMap doesn't support String[], but as @RequestParam String[] is working.SampleFiegn client in...

Spring Cloud Openfeign Read timeout from application properties is not used when client is configured.

Describe the bugIf the read-timeout is configured using application properties, this value is only used if the connect-t...

Spring Cloud Openfeign Add FactoryBean.OBJECT_TYPE_ATTRIBUTE to registered beans

See https://github.com/spring-projects/spring-boot/issues/21379 for more background.It would be helpful if FeignClientsR...

Spring Cloud Openfeign java.lang.IllegalStateException: Overrides unsupported:

Caused by: java.lang.IllegalStateException: Overrides unsupported: at feign.Util.checkState(Util.java:130) ~[feign-c...

Spring Cloud Openfeign NumberFormatException when parsing service port

I am using Netflix Eureka + Netlifx Zuul and am trying to use Feign client to send a request from one microservice to an...

Spring Cloud Openfeign Feign Client Configuration update does not seem to take effect

Describe the bugThough the timeout value has been changed to 120 secs, the Feign Client is unable to reflect the same wh...

Spring Cloud Openfeign RequestInterceptor converts GET to POST when adding headers

I'm using FeignClient to call service and a RequestInterceptor to add a header, no body change, but it still convert GET...

Spring Cloud Openfeign Pageable is not support while using inheritance

spring boot veresion: 2.3.0.RELEASEspring-cloud-starter-openfeign: 2.2.3.RELEASEFirst of all I have contract interface w...

Spring Cloud Openfeign Modify part name when send existing object of MultipartFile

Version infospring-cloud-openfeign-core:2.1.5.RELEASEspring-cloud-starter-openfeign:2.1.0.RELEASEfeign-form:3.8.0feign-f...

Spring Cloud Openfeign FeignLoadBalancer can't set loadBalancerKey

I want to overwrite Ribbon IRule.public Server choose(ILoadBalancer lb, Object key)but I found 'key' is null.how can I s...

Spring Cloud Openfeign FeignClientFactoryBean#getObjectType() return null lead to "is not eligible..."

Describe the bugBean 'com.example.demo.DemoApplication$NameService' of type [org.springframework.cloud.openfeign.FeignCl...

Spring Cloud Openfeign Open Feign is working on VM, but the same is not working on local

Describe the bugThe bug which I am facing in my local system is running in my teammates' local system & running in A...

Spring Cloud Openfeign "original request is required" with SPO 2.2.1 & Feign 10

Using spring cloud openfeign 2.2.1 (Feign 10)[INFO] +- org.springframework.cloud:spring-cloud-starter-openfeign:ja...

Spring Cloud Openfeign PojoUtil.isUserPojo->NullPointerException:

Spring Cloud Version:Greenwich.SR6Caused by: java.lang.NullPointerException: null at feign.form.util.PojoUtil.isUserP...

Spring Cloud Openfeign historical version

Hello, I have a question. Where can I find the historical version of spring cloud related projects's document? For examp...

Spring Cloud Openfeign Spring Cloud Circuit Breaker

Support for https://spring.io/projects/spring-cloud-circuitbreakerSince the introduction of Spring Cloud Circuit Breaker...

Spring Cloud Openfeign HystrixDelegatingContract

Caused by: java.lang.AbstractMethodError: Receiver class feign.hystrix.HystrixDelegatingContract does not define or inhe...

Spring Cloud Openfeign Spring data pageable not working when used with second argument annotated with @RequestBody

I tried to create a feign client for my REST service controller in Spring.@PostMapping("/search")public Page&l...
上一页 下一页
.