Spring Cloud Openfeign feign can't support ipv6 request

Describe the bugI registered service to eruake use IPv6 address and @FeignClient to request the service. it's dosn't wor...

Spring Cloud Openfeign False warning "The provided URL is empty. Will try picking an instance via load-balancing."

Branch 2.2.xWhen I follow reference documentation and create@FeignClient("stores")I got false warning2021-06-05 22:11:5...

Spring Cloud Openfeign Unable to set "Content-Type" header by @RequestHeader annotation

Spring Boot 2.3.1Spring Cloud OpenFeign 2.2.3Java 11Hi!It looks like there is an issue introduced by change #314.I have ...

Spring Cloud Openfeign Regex expression in path pattern is not supported

Describe the bugaccording to https://docs.spring.io/spring-framework/docs/3.2.x/spring-framework-reference/html/mvc.html...

Spring Cloud Openfeign Allow to change a circuitbreaker name

Is your feature request related to a problem? Please describe.We need a flag or option for legacy circuit breaker name.W...

Spring Cloud Openfeign bump OpenFeign version to at least 11.3

Describe the bugcurrent master uses OpenFeign version 11.2, but when this one goes live we can not build our projects an...

Spring Cloud Openfeign Feign Inheritance has conflicts with the web mvc

When I use Feign Inheritance, I get the following errors:Caused by: java.lang.IllegalStateException: Ambiguous mapping. ...

Spring Cloud Openfeign Using multiple feign clients with different list of servers, without eureka and ribbon disabled

Describe the bugGoing through the documentation at https://cloud.spring.io/spring-cloud-openfeign/reference/html/ it is ...

Spring Cloud Openfeign Add check for null object

Describe the bugWhen I send null object I get wrong message: no suitable HttpMessageConverter found for request type wit...

Spring Cloud Openfeign RetryableFeignBlockingLoadBalancerClient losts response content

RetryableFeignBlockingLoadBalancerClient closes stream and makes response content unavailableWhen RetryableFeignBlockin...

Spring Cloud Openfeign Upgrade to newer feign version

There is a newer feign version 11.2 available. The version should be raised or is there a reason against it?Comment From...

Spring Cloud Openfeign Feign Inheritance has conflicts with fallback classs When the @RequstMapping appears on the class header。

Describe the bugFeign Inheritance has conflicts with fallback classs When the @RequstMapping appears on the class header...

Spring Cloud Openfeign openfeign 3.0.2 fallback is not working

Hello developers, I'm a developer from China and I'm starting to learn how to use openfeign, due to the version upgrade,...

Spring Cloud Openfeign Why not support custom circuitbreaker config by feignClientName/instanceName

FeignCircuitBreakerInvocationHandlerpublic Object invoke(final Object proxy, final Method method, final Object[] args) t...

Spring Cloud Openfeign Cant set feign.hystrix in yml

openFeign 2.2.8 Rno 'feign.hystrix' choice in yml Comment From: cbezmenI didn't understand the question. Could you give ...

Spring Cloud Openfeign spring-cloud-starter-openfeign not spring-cloud-openfeign-core dependency

i use spring-cloud-starter-openfeign 2.0.0.m2 versionbut i not found spring-cloud-openfeign-core dependencymvn dependenc...

Spring Cloud Openfeign Get FeignClient's url endpoint in request interceptor.

Need to put some custom authentication header using interceptor which requires full endpoint that's declared with @Feign...

Spring Cloud Openfeign Feign Client with Spring Security cause cycle dependency

The dependencies of some of the beans in the application context form a cycle: demoController (field private com.examp...

Spring Cloud Openfeign Not able to inject spring deps in custom RequestInterceptor

Let's suppose I have 3 feign client A, B and C with their own request interceptor A_int, B_int and C_int. Now I want to ...

Spring Cloud Openfeign block error occured when using openfeign in gateway filter

Describe the bugopenfeign use BlockingLoadBalancerClient to get ServiceInstance, and BlockingLoadBalancerClient use Mono...
上一页 下一页
.