Nineya
Home
Blog
软著申请
Spring Cloud Openfeign WebMvc Interceptor FeignClient error
2025-01-28 04:06:04
1888
A WebMvc Interceptor IOC xxxFeignService error.e:@Componentpublic class AInterceptor extends HandlerInterceptorAdapter ...
Spring Cloud Openfeign AsyncFeign builder with Spring Cloud
2025-01-28 04:05:59
705
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[]
2025-01-28 04:05:54
6066
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.
2025-01-28 04:05:49
1117
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
2025-01-28 04:05:44
1340
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:
2025-01-28 04:05:39
1862
Caused by: java.lang.IllegalStateException: Overrides unsupported: at feign.Util.checkState(Util.java:130) ~[feign-c...
Spring Cloud Openfeign NumberFormatException when parsing service port
2025-01-28 04:05:34
9795
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
2025-01-28 04:05:27
1372
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
2025-01-28 04:05:21
1587
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
2025-01-28 04:05:16
2724
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
2025-01-28 04:05:10
4423
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
2025-01-28 04:05:05
1160
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..."
2025-01-28 04:04:59
2086
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
2025-01-28 04:04:54
1337
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
2025-01-28 04:04:49
1844
Using spring cloud openfeign 2.2.1 (Feign 10)[INFO] +- org.springframework.cloud:spring-cloud-starter-openfeign:ja...
Spring Cloud Openfeign PojoUtil.isUserPojo->NullPointerException:
2025-01-28 04:04:44
2986
Spring Cloud Version:Greenwich.SR6Caused by: java.lang.NullPointerException: null at feign.form.util.PojoUtil.isUserP...
Spring Cloud Openfeign historical version
2025-01-28 04:04:39
446
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
2025-01-28 04:04:34
560
Support for https://spring.io/projects/spring-cloud-circuitbreakerSince the introduction of Spring Cloud Circuit Breaker...
Spring Cloud Openfeign HystrixDelegatingContract
2025-01-28 04:04:29
5060
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
2025-01-28 04:04:24
4299
I tried to create a feign client for my REST service controller in Spring.@PostMapping("/search")public Page&l...
上一页
下一页
1
…
315
316
317
318
319
…
2246
.