Nineya
Home
Blog
软著申请
Spring Cloud Openfeign Remove support for @RequestMapping over a FeignClient interface
2025-01-28 04:18:15
1979
It seems that Spring-MVC interprets it as a controller.If you use an Hystrix fallback inheriting from the interface, the...
Spring Cloud Openfeign Change default CollectionFormat
2025-01-28 04:18:10
1589
Is your feature request related to a problem? Please describe.If I want to change collection format to CSV for the all m...
Spring Cloud Openfeign How to use FeignClient without service registry?
2025-01-28 04:18:05
1689
I want to build an app as a service registry for my own business, and use spring-cloud-starter-openfeign,spring-cloud-st...
Spring Cloud Openfeign Support circuit breaker configuration per Feign client
2025-01-28 04:18:00
3038
Is your feature request related to a problem? Please describe.Currently, there seems to be no way to configure different...
Spring Cloud Openfeign DefaultCircuitBreakerNameResolver is not backward compatible with version 3.0.3
2025-01-28 04:17:55
582
In Spring Cloud OpenFeign 3.0.4 was introduced DefaultCircuitBreakerNameResolver with implementation:Feign.configKey(t...
Spring Cloud Openfeign Documentation SimpleDiscoveryClient reference a broken link
2025-01-28 04:17:50
327
Reading:https://docs.spring.io/spring-cloud-openfeign/docs/current/reference/html/SimpleDiscoveryClient link redirects t...
Spring Cloud Openfeign Feign RetryableException is not serialization
2025-01-28 04:17:23
1045
Unable to serialize the exception object RetryableException .Get below exception :"could not serialize :feign.Request"Ve...
Spring Cloud Openfeign nullpointexception
2025-01-28 04:17:19
641
feign-form 3.5Comment From: OlgaMaciaszekHello, @M1NGc. Please describe the issue, including the steps to reproduce, the...
Spring Cloud Openfeign feign.RetryableException: Failed to connect to /127.0.0.1:80 executing POST http://127.0.0.1:8002/xxx
2025-01-28 04:17:11
4269
Describe the bug<spring-boot.version>2.2.5.RELEASE</spring-boot.version><dependency><groupId>org...
Spring Cloud Openfeign Default query param is repeatedly added to the URL for each retry
2025-01-28 04:17:05
2746
Describe the bugThe retry logic seems to have a bug where every time a new request is made the defaultQueryParameters is...
Spring Cloud Openfeign @EnableFeignClients not working from @Configuration classes
2025-01-28 04:17:01
1535
Annotation @EnableFeignClients not working from @Configuration classes. Works fine from Spring Boot Application class, f...
Spring Cloud Openfeign Ambiguous mapping. Cannot map 'xxx.TestFeignClient' method xxx.TestFeignClient#invoke(String) to {GET /test/invoke}: There is already 'testController' bean method xxx.TestController#invoke(String) mapped.
2025-01-28 04:16:54
1784
Describe the bugCaused by: java.lang.IllegalStateException: Ambiguous mapping. Cannot map 'xxx.TestFeignClient' method x...
Spring Cloud Openfeign Fix possible outdated docs
2025-01-28 04:16:50
560
Describe the bughttps://cloud.spring.io/spring-cloud-openfeign/reference/html/#spring-cloud-feign-inheritanceIt is gener...
Spring Cloud Openfeign Feign Client failed to resolve @RequstMapping on interface with inheritance
2025-01-28 04:16:45
3405
Describe the bugRest API Interface with inheritance, the @RequestMapping annotation will be ignored.Samplepublic interfa...
Spring Cloud Openfeign Common(Signleton) RequestInterceptor for more FeignClient interfaces
2025-01-28 04:16:40
13730
Hi, sorry this is not bug, but probably question.We use org.springframework.cloud.openfeign.FeignClient together with sp...
Spring Cloud Openfeign Error Decoder per Feign Client applies to all
2025-01-28 04:16:35
3287
@FeignClient(configuration=xyz.class) not working as expectedI've a specific error decoder, which should only be used fo...
Spring Cloud Openfeign Can UriTemplate support EncodingOptions.NOT_REQUIRED
2025-01-28 04:16:29
4405
Is your feature request related to a problem? Please describe.There are dozens of clients in our project to access resou...
Spring Cloud Openfeign @QueryMap not resolving to query parameters
2025-01-28 04:16:23
626
Hi guys,I have opened an issue on Feign itself (OpenFeign#1484) and a question on Stack Overflow (here).I'm having an un...
Spring Cloud Openfeign How to disable Feign's IOException retry logic
2025-01-28 04:16:17
1305
When my Feign client throws IOExceptions, it automatically retries the request. I want to disable this retry.Now I'm usi...
Spring Cloud Openfeign ClientName is null
2025-01-28 04:16:13
1324
When I use the following configuration:feign: client: config: provider: connectTimeout: 1000 read...
上一页
下一页
1
…
308
309
310
311
312
…
2246
.