Spring Cloud Openfeign @RequestMapping(value = "") is not supported Nullpointer

Describe the bugMy rest interface is automatically generated with basePath "/" this results in a @RequestMapping(value =...

Spring Cloud Openfeign Import feign-bom instead of managing specific OpenFeign modules

Managing specific modules prevents safe inclusion of OpenFeign modules not used by Spring Cloud explicitly because versi...

Spring Cloud Openfeign [question] I can't get two maps in one request

Hello everyone, this is the first time that I ask a question about a community maybe also give me advice on how to impro...

Spring Cloud Openfeign ResponseEntity headers broken w/ spring-cloud 2020.0.0

I'm trying to upgrade my system from spring-cloud Hoxton.SR8 + spring-boot 2.34.-RELEASE to spring-cloud-2020.0.0 + spri...

Spring Cloud Openfeign integration test FeignEagerInstantiationApplicationTests fails with NoClassDefFoundError

https://github.com/spring-cloud/spring-cloud-core-tests/blob/master/feign-eager-instantiation/src/test/java/demo/FeignEa...

Spring Cloud Openfeign SpringEncoder sets UTF-8 charset encoding if used together with ResourceHttpMessageConverter

When using Spring together with Open-Feign to POST a binary Spring org.springframework.core.io.Resource the SpringEncode...

Spring Cloud Openfeign FeignCircuitBreaker should override target(Target)

Describe the bugIf Spring Cloud Circuitbreaker is used and feign client is created via annotation FeignCircuitBreakerTar...

Spring Cloud Openfeign Deadlock may occure when Openfeign works with deferred JPA repository

Spring Cloud version "Hoxton.SR9"Under some condition deadlock happens with Openfeign + deferred JPA repository. I can ...

Spring Cloud Openfeign QueryMap doesn't conform to the set property naming style.

I have a feign client with spring boot app, that has a method signature like below - it uses SpringQueryMap to send URL ...

Spring Cloud Openfeign FeignClient gets created too early for contract tests

A while ago I created a bug in Spring Cloud Contract (https://github.com/spring-cloud/spring-cloud-contract/issues/1303)...

Spring Cloud Openfeign FeignLoadBalancerAutoConfiguration should be after BlockingLoadBalancerClientAutoConfiguration and LoadBalancerAutoConfiguration

I update Spring cloud to 2020.0.0, then there is an error:No Feign Client for loadBalancing defined. Did you forget to i...

Spring Cloud Openfeign I think this is a useless variable

https://github.com/spring-cloud/spring-cloud-openfeign/blob/5011703eb9eefd08cc6b8e1bd9354627d6b20405/spring-cloud-openfe...

Spring Cloud Openfeign Spring could load balancer is not working with feign client

I am getting error saying when using spring cloud load balancer that it is not able to get list of servers.Used id 'org....

Spring Cloud Openfeign can't support ResponseEntity<T>

feign can't deserialize ResponseEntity from responseinterface ServiceClient{BaseResult&lt;AddressDto&gt; getAddress(int...

Spring Cloud Openfeign do not use charset for protobuf

I want to read/write POJO from/to protobuf directly to support large payload.I cannot use ProtobufHttpMessageConverter w...

Spring Cloud Openfeign RequestParam.value() was empty on parameter 0

ENV:Spring boot:2.1.4org.springframework.cloud:spring-cloud-starter-openfeign:2.1.1.RELEASEFirst,I use maven to build pr...

Spring Cloud Openfeign Feign Inheritance Support

Enhancement:I use feign in the same way as Feign Inheritance Support. There is a problem. When I introduce the interface...

Spring Cloud Openfeign Use same client for multiple names dynamically

I would like to use the same client class for multiple @FeignClient#name and the name would be calculated at runtime wit...

Spring Cloud Openfeign spring.server.compression conflict with feign.compression

We can enable GZip compression in Spring Boot byserver.compression.enabled=trueserver.compression.mime-types=text/xml,ap...

Spring Cloud Openfeign Deserializing String is failing

Hi,I am using spring cloud feign. I invoke an end point that returns String. I have configured jacksondecoder in my feig...
上一页 下一页
.