spring-cloud-openfeign icon indicating copy to clipboard operation
spring-cloud-openfeign copied to clipboard

Support for using OpenFeign in Spring Cloud apps

Results 147 spring-cloud-openfeign issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, May i enquire why @EnableFeignClients need to be explicitly added in spring boot in order to use it, since spring boot should be able to detect the presence of...

waiting-for-triage

jackson ident doesn't seem to work. This is probably an I durm situation. I have this... but the json is only output on a single line, suggestions? client is super...

waiting-for-triage

To be honest I've already forgotten a bit about this. I tried to add a request header using spring annotations to a Feign Client interface (the "class" not method). I...

waiting-for-triage

prerequisite - https://github.com/OpenFeign/feign/pull/1760 sample - https://github.com/micrometer-metrics/micrometer-samples/commit/7485ae550d197d6c205f660a57545b037b59c554

enhancement

The "Source code" link in the POM is visible in Maven Central https://search.maven.org/artifact/org.springframework.cloud/spring-cloud-starter-openfeign/3.1.4/jar This links to https://github.com/spring-cloud/spring-cloud-openfeign/spring-cloud-starter-openfeign It should be https://github.com/spring-cloud/spring-cloud-openfeign/

waiting-for-triage

**Describe the bug** If we add add a header named `abc` with value `{x:1.0,y:1.1}` to OpenFeign RestTemplate, and get it to print, the final value will be `{x:1.0,y}`. That means...

waiting-for-triage

**okhttp** I only found a item of config about okhttp feign.okhttp.enabled=true when I set up feign.okhttp.enabled=true, I don't know about how to set 'max-connections' for okhttp. ** another question **...

waiting-for-triage

Hello. I saw a lot of similar issues, but looks like the problem is not resolved. I'm using Spring Boot 2.7.3 and Spring Cloud 2021.0.4 and getting startup error `Method...

waiting-for-triage

Hi, below is my technology stack: Spring Boot: 2.7.3 spring-cloud-starter-openfeign --> 3.1.4 feign-form-spring --> 3.8.0 feign-form --> 3.8.0 feign-core --> 10.12 Here is my feign interface: ``` @PostMapping(value = "/v1/reservas-atuariais/upload")...

waiting-for-triage

`spring.cloud.loadbalancer.x-forwarded.enabled=true` to Enable X-Forwarded Headers.

waiting for feedback