Spring Cloud Openfeign Remove support for @RequestMapping over a FeignClient interface

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

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?

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

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

In Spring Cloud OpenFeign 3.0.4 was introduced DefaultCircuitBreakerNameResolver with implementation:Feign.configKey(t...

Spring Cloud Openfeign Documentation SimpleDiscoveryClient reference a broken link

Reading:https://docs.spring.io/spring-cloud-openfeign/docs/current/reference/html/SimpleDiscoveryClient link redirects t...

Spring Cloud Openfeign Feign RetryableException is not serialization

Unable to serialize the exception object RetryableException .Get below exception :"could not serialize :feign.Request"Ve...

Spring Cloud Openfeign nullpointexception

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

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

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

Annotation @EnableFeignClients not working from @Configuration classes. Works fine from Spring Boot Application class, f...

Spring Cloud Openfeign Fix possible outdated docs

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

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

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

@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

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

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

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

When I use the following configuration:feign: client: config: provider: connectTimeout: 1000 read...
上一页 下一页
.