Nineya
Home
Blog
软著申请
Spring Cloud Openfeign java.lang.IllegalArgumentException: name is required
2025-01-28 04:09:19
5143
execute AiNickNameClient#getNickNameTypeForAi(String) fail. Cause by: name is required.java.lang.IllegalArgumentExceptio...
Spring Cloud Openfeign Feign Client FastJson OOM
2025-01-28 04:09:15
2671
(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
2025-01-28 04:09:09
14300
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)
2025-01-28 04:09:05
1633
feign.FeignException$NotFound: status 404 reading ItemService#queryItemById(Long) at feign.FeignException.errorStatus...
Spring Cloud Openfeign Feign Response Not Compressed
2025-01-28 04:09:00
7114
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
2025-01-28 04:08:53
2575
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?
2025-01-28 04:08:49
298
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)
2025-01-28 04:08:44
707
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 [] ,
2025-01-28 04:08:40
1511
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
2025-01-28 04:08:35
1948
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
2025-01-28 04:08:30
203
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
2025-01-28 04:08:25
274
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
2025-01-28 04:08:20
1782
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>
2025-01-28 04:08:15
755
FeignClientBuilder.Builder<T> is generic but none of the DRY methods return the generic Builder<T> type, ins...
Spring Cloud Openfeign Regex support for EnableFeignClients basePackage attribute
2025-01-28 04:08:11
553
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
2025-01-28 04:08:06
1944
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
2025-01-28 04:08:01
604
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
2025-01-28 04:07:56
1738
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
2025-01-28 04:07:52
1367
Describe the bugProperties are not interpolated correcty, for example:@FeignClient(....., url = "${my.feign.client....
Spring Cloud Openfeign Feign client timeout configuration (As in spring documentation) does not work
2025-01-28 04:07:47
1220
I try to configure feign client timeout to 5 seconds.The application is just a simple demo app, and the configuration ta...
上一页
下一页
1
…
313
314
315
316
317
…
2246
.