Nineya
Home
Blog
软著申请
Spring Cloud Openfeign how to add a json header like userInfo: {"permissions":[]} can not be create by Expressions
2025-01-28 04:26:29
866
Is your feature request related to a problem? Please describe.when i use requestInterceptor,i add a header like userInfo...
Spring Cloud Openfeign config retry in request method
2025-01-28 04:26:23
786
may add a annotation on feign cilent interface's method or a param so that call this method decide retry eable or retry ...
Spring Cloud Openfeign Inject FeignClient type into Configuration context
2025-01-28 04:26:18
4101
when {FeignClientFactoryBean#configureUsingConfiguration()} building feignClient with config, config can get the target ...
Spring Cloud Openfeign Use Spring Boot autoconfigure-processor to optimize auto-configurations
2025-01-28 04:26:14
2475
As explained in the its reference documentation, Spring Boot provides a spring-boot-autoconfigure-processor.This should ...
Spring Cloud Openfeign FeignClient: can't set per client hystrix configuration
2025-01-28 04:26:09
9876
HiAs mentione here in this issue spring-cloud/spring-cloud-netflix#1612 i've a problem configuring feign with hystrix fw...
Spring Cloud Openfeign Feature Request: Provide Means to Intercept LoadBalancing Requests for Feign Clients with Access to Chosen Service Instance
2025-01-28 04:25:42
767
See issue https://github.com/spring-cloud/spring-cloud-commons/issues/509.Apparently, for RestTemplates it is possible t...
Spring Cloud Openfeign Feign: trigger early initialization of Feign clients
2025-01-28 04:25:37
3571
Although Feign client proxy are created during bootstrap, the actual handling chain behind them is created lazily the fi...
Spring Cloud Openfeign @FeignClient should support ignoreExceptions
2025-01-28 04:25:32
4888
If I use status 400 to handle "invalid input", with @HystrixCommand I'm able to specify set of exceptions (assuming cust...
Spring Cloud Openfeign Implement equals and hashCode for PageJacksonModule.SimplePageImpl
2025-01-28 04:25:28
3502
Is your feature request related to a problem? Please describe.I expect that a Page I deserialize using the PageJacksonMo...
Spring Cloud Openfeign Failed to convert ResponseEntity object
2025-01-28 04:25:22
2181
Hello, when invoking a remote method that returns a "responseEntity" object, the following error occurs:java.io.IOExcept...
Spring Cloud Openfeign Add AsyncFeign experimental support
2025-01-28 04:25:17
561
Feign core added a new feature (see AsyncFeign) that let you create async clients which returns CompletableFuture. It is...
Spring Cloud Openfeign Allow configuring readTimeout for OkHttpClient
2025-01-28 04:25:12
465
Describe the bugspring-cloud-openfeign version : 2.2.6.RELEASEfeign-okhttp version: 10.10.1.jarMissing configuration cau...
Spring Cloud Openfeign Prefix properties with spring.cloud.openfeign instead of feign.
2025-01-28 04:25:02
134
Comment From: cbezmenHey @OlgaMaciaszek is this planned for 3.1.x?Comment From: spencergibbNo it's not since this is a b...
Spring Cloud Openfeign SpringFormEncoder is not well supported
2025-01-28 04:24:58
9028
I checked the documentation of feign-form.It supports:interface SomeApi { // Group all parameters within a POJO @Reque...
Spring Cloud Openfeign How to use FeignClient and @QuerydslPredicate annotation together, or is it supported?
2025-01-28 04:24:51
791
I have an interface for declaring the API, this is one of the methods: @GetMapping fun getPhraseList( @Para...
Spring Cloud Openfeign Bring back @RequestMapping
2025-01-28 04:24:46
1375
Is your feature request related to a problem? Please describe.I used @RequestMapping on class level to define a root URL...
Spring Cloud Openfeign When I pass in multiple parameters at the http test file, it will receive multiple passed parameters from the interface.
2025-01-28 04:24:41
751
https://github.com/alibaba/spring-cloud-alibaba/issues/2350#issue-1105329209Comment From: OlgaMaciaszekIs this a Spring ...
Spring Cloud Openfeign Matrix parameters are not encoded correctly
2025-01-28 04:24:15
5553
(This leads on from https://github.com/spring-cloud/spring-cloud-openfeign/issues/334 - apologies but at the time I didn...
Spring Cloud Openfeign The combination of completableFuture.supplyAsync and openfeign cannot return results.
2025-01-28 04:23:49
3015
current version:<dependency> <groupId>org.springframework.cloud</groupId> <ar...
Spring Cloud Openfeign Posting with Feign Client and x-www-form-urlencoded broken after 2020.0.4 update
2025-01-28 04:23:44
1571
Describe the bugRunning a POST using '_application/x-www-form-urlencoded_' causes the POST body to be completely empty....
上一页
下一页
1
…
305
306
307
308
309
…
2246
.