Nineya
Home
Blog
软著申请
Spring Cloud Openfeign feign can't support ipv6 request
2025-01-28 04:16:07
792
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."
2025-01-28 04:15:53
737
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
2025-01-28 04:15:48
2733
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
2025-01-28 04:15:44
1987
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
2025-01-28 04:15:39
1253
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
2025-01-28 04:15:34
1004
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
2025-01-28 04:15:29
6699
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
2025-01-28 04:15:23
4253
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
2025-01-28 04:15:18
1321
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
2025-01-28 04:15:12
1966
RetryableFeignBlockingLoadBalancerClient closes stream and makes response content unavailableWhen RetryableFeignBlockin...
Spring Cloud Openfeign Upgrade to newer feign version
2025-01-28 04:15:08
375
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。
2025-01-28 04:15:04
1486
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
2025-01-28 04:14:57
4965
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
2025-01-28 04:14:51
976
FeignCircuitBreakerInvocationHandlerpublic Object invoke(final Object proxy, final Method method, final Object[] args) t...
Spring Cloud Openfeign Cant set feign.hystrix in yml
2025-01-28 04:14:47
529
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
2025-01-28 04:14:43
8519
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.
2025-01-28 04:14:38
3405
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
2025-01-28 04:14:33
3597
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
2025-01-28 04:14:28
3431
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
2025-01-28 04:14:23
409
Describe the bugopenfeign use BlockingLoadBalancerClient to get ServiceInstance, and BlockingLoadBalancerClient use Mono...
上一页
下一页
1
…
309
310
311
312
313
…
2246
.