Nineya
Home
Blog
软著申请
Spring Cloud Openfeign @RequestMapping(value = "") is not supported Nullpointer
2025-01-28 04:10:57
1365
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
2025-01-28 04:10:52
181
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
2025-01-28 04:10:48
1936
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
2025-01-28 04:10:43
3353
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
2025-01-28 04:10:39
6461
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
2025-01-28 04:10:34
1490
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)
2025-01-28 04:10:29
966
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
2025-01-28 04:10:25
1268
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.
2025-01-28 04:10:20
1141
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
2025-01-28 04:10:15
3750
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
2025-01-28 04:10:11
1125
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
2025-01-28 04:10:05
315
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
2025-01-28 04:10:00
2350
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>
2025-01-28 04:09:55
2247
feign can't deserialize ResponseEntity from responseinterface ServiceClient{BaseResult<AddressDto> getAddress(int...
Spring Cloud Openfeign do not use charset for protobuf
2025-01-28 04:09:50
2587
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
2025-01-28 04:09:45
1998
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
2025-01-28 04:09:39
341
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
2025-01-28 04:09:34
1234
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
2025-01-28 04:09:29
1451
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
2025-01-28 04:09:23
3085
Hi,I am using spring cloud feign. I invoke an end point that returns String. I have configured jacksondecoder in my feig...
上一页
下一页
1
…
312
313
314
315
316
…
2246
.