Spring Cloud Openfeign java.lang.IllegalArgumentException: name is required

execute AiNickNameClient#getNickNameTypeForAi(String) fail. Cause by: name is required.java.lang.IllegalArgumentExceptio...

Spring Cloud Openfeign Feign Client FastJson OOM

(UTF8JsonGenerator.java:122) at com.fasterxml.jackson.core.JsonFactory._createUTF8Generator(JsonFactory.java:1426) ...

Spring Cloud Openfeign java.lang.RuntimeException: com.netflix.client.ClientException during feign client usage

We are getting Client exception when we try to use feign client. We have used org.springframework.cloud:spring-cloud-sta...

Spring Cloud Openfeign feign.FeignException$NotFound: status 404 reading ItemService#queryItemById(Long)

feign.FeignException$NotFound: status 404 reading ItemService#queryItemById(Long) at feign.FeignException.errorStatus...

Spring Cloud Openfeign Feign Response Not Compressed

I have made a sample application. Even after enabling the request and response compression is not happening.I am attachi...

Spring Cloud Openfeign ribbon retry can not effect

Bug reportSpring Cloud version:Greenwich.SR2Ribbon-core version:2.3.0I want to use the retry mechanism of the ribbon, bu...

Spring Cloud Openfeign does spring cloud openfeign support Serializer Feature?

remote response :java object :public class Result { public MyEnum code;}json{ code: 200 // a value of Custom enum ...

Spring Cloud Openfeign SpringFormEncoderclass in feign-form-spring 3.8.0(When bodyType is MultipartFile[].class,files should not be override)

it happens line 67-69 in the source code of SpringFormEncoder.class, because each file has same file.getName()..**```if ...

Spring Cloud Openfeign feign request sending hex values for [] ,

Hi there I went through various stack overflow discussions on the same problem and even tried the request interceptor wa...

Spring Cloud Openfeign Merge the differences with duplicate key and remove duplicates from list

I got the below requirement . Did anybody has code snippet for this? If so, Please share here. It will be great help for...

Spring Cloud Openfeign Use FeignClientsRegistrar to scan the same package path in two different dependencies

QuestionIn use, i have two different dependencies, but they have same package path, when i use @EnableFeignClients(baseP...

Spring Cloud Openfeign Support for configuring the ExceptionPropagationPolicy

EnhancementThere is currently no way to configure a ExceptionPropagationPolicy, the current default is NONE, we would li...

Spring Cloud Openfeign Feign can not handle ; correctly

spring-cloud version: Greenwich.SR3spring-boot-version: 2.1.9.RELEASEI wrote the following feign interface:@FeignClient(...

Spring Cloud Openfeign FeignClientBuilder.Builder<T> is generic but the builder DRY methods don't return Builder<T>

FeignClientBuilder.Builder&lt;T&gt; is generic but none of the DRY methods return the generic Builder&lt;T&gt; type, ins...

Spring Cloud Openfeign Regex support for EnableFeignClients basePackage attribute

Hi all!As far as i understand currently it's not possible to use regex in basePackages attribute for EnableFeignClients ...

Spring Cloud Openfeign @ConditionalOnBean(Client.class) not being injected properly

Problem Statement: - FeignAcceptGzipEncodingAutoConfiguration and FeignContentGzipEncodingAutoConfiguration have conditi...

Spring Cloud Openfeign @FeignClient with top level @RequestMapping annotation sometimes will throw exception,but sometimes it works successfully

in this example,it will throw the error: Caused by: java.lang.IllegalStateException: Ambiguous mapping@FeignClient(name=...

Spring Cloud Openfeign Capture Feign data using Java Aspect

Hi,I'm tring to use Aspect to capture data from feign, i found a closed issue (https://github.com/spring-cloud/spring-cl...

Spring Cloud Openfeign @FeignClient properties are not interpolated correcty

Describe the bugProperties are not interpolated correcty, for example:@FeignClient(....., url = &quot;${my.feign.client....

Spring Cloud Openfeign Feign client timeout configuration (As in spring documentation) does not work

I try to configure feign client timeout to 5 seconds.The application is just a simple demo app, and the configuration ta...
上一页 下一页
.