Nineya
Home
Blog
软著申请
Spring Cloud Openfeign Ability to configure client to send default headers & etc.
2025-01-28 04:02:36
1006
Hello,I faced the need to send some headers that were identical for the service the were sent on. I thought that it'd be...
Spring Cloud Openfeign Support Spring Data Pageable in Feign Client
2025-01-28 04:02:31
6457
The pageable support that made it into Spring Cloud Netflix version of Feign didn't make it into this "fork" or version ...
Spring Cloud Openfeign @EnableFeignClients(clients) scans classes in nested packages twice
2025-01-28 04:02:26
1247
@EnableFeignClients(clients = ...) enables the user to specify the exact @FeignClient interfaces that are supposed to be...
Spring Cloud Openfeign Feign client with Hystrix circuit-breaker timeout defaults in 2 seconds although is configured as 5 seconds
2025-01-28 04:02:22
4860
GitHub repositoryGitHub repository to reproduce the issue: spring-cloud-feign-hystrix-timeout-problemStackOverflow quest...
Spring Cloud Openfeign Trailing slash in the end of path in @RequestMapping
2025-01-28 04:02:16
1589
Hello,Our application was using Spring Cloud Openfeign 2.0.1.RELEASE (shipped with Spring Boot Cloud Finchley.SR1; Openf...
Spring Cloud Openfeign WIP: Open Feign must support multiple interface inheritance
2025-01-28 04:02:10
1762
WIP NoticeI am currently working on this feature request across multiple repositories, so this this will be updated mult...
Spring Cloud Openfeign RequestInterceptor should support sort by order
2025-01-28 04:02:05
935
Is your feature request related to a problem? Please describe.Some scenes need RequestInterceptor to support sort by ord...
Spring Cloud Openfeign LoadBalancer: add an ability to supply custom load-balancer into Feign Client
2025-01-28 04:02:00
2313
When defining a custom LoadBalancerClient and creating a LoadBalance Bean of type Feign.Builder then its not overriding ...
Spring Cloud Openfeign BeanDefinitionOverrideException in FeignClientsRegistrar in tests with customized Spring context
2025-01-28 04:01:54
14386
I have a Spring Boot application and some "API tests" for it, where I want to reuse some Feign clients from the main app...
Spring Cloud Openfeign spring-cloud-feign : @RequestHeader with null value set templated name as value
2025-01-28 04:01:48
6157
Hi,I'm facing an issue about @RequestHeader request parameter with SpringMVCContract. Here is my feign client service : ...
Spring Cloud Openfeign Feign client doesn't serialize java.time.LocalDate's correctly
2025-01-28 04:01:43
13057
I filed this issue at Spring first and they redirected me here. But I'm expecting you guys to rebuff me as well and argu...
Spring Cloud Openfeign Breaking change between 2.2.3.RELEASE and 2.2.4.RELEASE+
2025-01-28 04:01:38
2545
Describe the bugThere seems to be a breaking change when upgrading from 2.2.3.RELEASE to the latest GA version (2.2.5.RE...
Spring Cloud Openfeign @FeignClient cannot be used as a pointcut by Spring aop
2025-01-28 04:01:31
1588
I want to create a pointcut at @FeignClient with Spring aop like @Slf4j@Aspect@Component@Order(3000)public class FeignAs...
Spring Cloud Openfeign Donot wrap custom exception to HystrixRunTimeException in Feign Client Fall back methods
2025-01-28 04:01:25
4283
Fallback service is wrapping ProductNotFoundException into HystrixRunTimeException.I want to propagate custom exception ...
Spring Cloud Openfeign Add test for @MockBean type issue
2025-01-28 04:01:16
121
See #337 for the fix and https://github.com/spring-cloud/spring-cloud-openfeign/issues/336#issue-615199547 for the sampl...
Spring Cloud Openfeign Compression as stated in your documentation doesn't work for clients where custom configuration is added
2025-01-28 04:01:10
2197
The documentation describes how to enable compression. But there is a condition on the Client that prevent auto-configur...
Spring Cloud Openfeign ribbon-starter not included in openfeign-starter
2025-01-28 04:01:05
518
the doc:https://cloud.spring.io/spring-cloud-static/spring-cloud-openfeign/2.2.2.RELEASE/reference/html/spring-cloud-sta...
Spring Cloud Openfeign @PathVariable is not getting interpolated if the variable is null
2025-01-28 04:01:00
5968
@RequestMapping(value = "/items/{id}", method = RequestMethod.PUT) ItemResponse updateItem(@PathVariable(&quo...
Spring Cloud Openfeign Do not encode path variable
2025-01-28 04:00:55
766
We have the following feign clientpublic interface MyServiceClient { @RequestMapping(method = RequestMethod.GET, valu...
Spring Cloud Openfeign Path variables in url attribute of @FeignClient, with @RequestBody in method, is not fully supported
2025-01-28 04:00:48
3373
The following client:@FeignClient( name = "tokenKeySignProxy", url = "localhost:8080/tokens...
上一页
下一页
1
…
317
318
319
320
321
…
2246
.