Spring Cloud Openfeign Ability to configure client to send default headers & etc.

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

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

@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

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

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

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

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

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

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

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

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+

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

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

Fallback service is wrapping ProductNotFoundException into HystrixRunTimeException.I want to propagate custom exception ...

Spring Cloud Openfeign Add test for @MockBean type issue

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

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

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

@RequestMapping(value = "/items/{id}", method = RequestMethod.PUT) ItemResponse updateItem(@PathVariable(&quo...

Spring Cloud Openfeign Do not encode path variable

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

The following client:@FeignClient( name = "tokenKeySignProxy", url = "localhost:8080/tokens...
上一页 下一页
.