Nineya
Home
Blog
软著申请
Spring Cloud Openfeign @GetMapping with @RequestBody turn Get into Post
2025-01-28 04:12:34
3481
I use microservices based on Springboot 2.4.4. My core service has the next dependencies: <dependency> ...
Spring Cloud Openfeign Spring Data Pageable Sort in Feign Client
2025-01-28 04:12:29
8049
The new pageable support in version 2.1.1 can't handle the sorting in the pageable. Here is my code:@RequestMapping(meth...
Spring Cloud Openfeign What is difference between feign.hystrix.enabled option and feign.circuitbreaker.enabled option ?
2025-01-28 04:12:25
2657
I had a problem with FallbackFactory and FeignClient when using feign.circuitbreaker.enabled=true option with feign.hyst...
Spring Cloud Openfeign Enable OpenFeign's micrometer integration
2025-01-28 04:12:20
1581
We want our OpenFeign clients to report metrics, but there are several points that prevent us from doing it clear.- spri...
Spring Cloud Openfeign manually attached Feign requestInterceptors within Builder are being overridden by requestInterceptor beans
2025-01-28 04:12:16
1477
Describe the bugWe currently are creating a feign builder and explicitly adding requestInterceptor. return Feign.builder...
Spring Cloud Openfeign No servers available for service
2025-01-28 04:12:11
7217
The services are registered to Eureka normally and when I call the getServices() method of DiscoverClient, I am able to ...
Spring Cloud Openfeign Remove or disable WARN logger when use url inside @FeignClient
2025-01-28 04:12:06
969
Describe the bugSpring Cloud Hoxton.SR10Spring Cloud OpenFeign 2.2.7Spring Cloud LoadBalancer 2.2.7I use url inside Feig...
Spring Cloud Openfeign feign.codec.EncodeException when page is changed before API requests are completed
2025-01-28 04:12:01
2208
Describe the bugContext: I'm using Spring Cloud 2020.0.1 and Spring Boot 2.4.3Scenario:Frontend app calls an API on Serv...
Spring Cloud Openfeign Supporting Apache HC5.x
2025-01-28 04:11:57
1109
Is your feature request related to a problem? Please describe.The current version only supports Apache HC4.5.x and/or Ok...
Spring Cloud Openfeign Add FeignClientProperties.FeignClientConfiguration.followRedirects property
2025-01-28 04:11:52
1203
Is your feature request related to a problem? Please describe.When using OkHttp the only way to set followRedirects is i...
Spring Cloud Openfeign RetryableFeignBlockingLoadBalancerClient does not respect 'url' parameter of @FeignClient
2025-01-28 04:11:47
1938
Hello!I'm working on application consisting of multiple microservices.We are using Consul for service discovery and spri...
Spring Cloud Openfeign Configure circuit breaker by using method signature
2025-01-28 04:11:42
1417
I have two methods with the same name but with different signatures:@FeignClient( name = "client", ...
Spring Cloud Openfeign SpringEncoder Charset determination is too simple
2025-01-28 04:11:37
3608
StoryA user writes a MessageConverter implementation that they wish to use via SpringEncoder. This message converter pr...
Spring Cloud Openfeign Spring cloud openfeign is not working if the URL have spEL expressions
2025-01-28 04:11:31
5865
Getting below issue while using the feign client. Seems the spring cloud openfeign not able to evaluate the spEL express...
Spring Cloud Openfeign Support multiple qualifiers in FeignClient annotation (using multiple Spring bean aliases)
2025-01-28 04:11:25
911
Is your feature request related to a problem? Please describe.I would like to use the same feign client in several of ou...
Spring Cloud Openfeign No bean found of type Targeter after upgrade to Hoxton SR10
2025-01-28 04:11:21
3896
After upgrading from Hoxton SR9 to Hoxton SR10 we suddenly get the following error during startup:No bean found of type ...
Spring Cloud Openfeign Path variables with / are not url encoded
2025-01-28 04:11:16
1595
With Feign directives the decodeSlash parameter of RequestLine directive deals with it, see https://stackoverflow.com/qu...
Spring Cloud Openfeign Spring Data Pageable is not working when using SNAKE_CASE as property naming strategy
2025-01-28 04:11:11
1151
It is nice to see that feign now includes support for Spring Data Pageable. However, on our team we have set SNAKE_CASE ...
Spring Cloud Openfeign Pageable sort params cannot be encoded correctly
2025-01-28 04:11:06
6013
Hi all, I have also met this issue, the suggested workaround by @OlgaMaciaszek is useful in the single sort property sit...
Spring Cloud Openfeign Capability Bean not taken into account
2025-01-28 04:11:01
2476
Describe the bugI try to add a Micrometer-Capability in a FeignConfiguration, but it seems it is not taken into accout.@...
上一页
下一页
1
…
311
312
313
314
315
…
2246
.