-
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://gi…
-
openfeign将httpclient替换为okhttp
-
Hello,
Is is possible to use ServiceExceptionErrorDecoder on every Feign client in an app, which is declared programmatically using @FeignClient annotation, like
```
@FeignClient(value = "myapp…
-
# Client Side Load Balancer with Service Discovery project proposal
## Motivation
The project should address the following use cases.
### Service discovery
#### Kubernetes Service Discovery
S…
-
``Hi,
I'm using 'org.springframework.cloud:spring-cloud-dependencies:2020.0.5' which is pulling 'org.springframework.cloud:spring-cloud-starter-openfeign:3.0.6' to consume a feign client and gettin…
-
我发现retrofit的@GET请求参数不支持传入对象,只能采用public String get(@QueryMap Map user),只能先把传入的对象转换成map,能否像openfeign那样,通过@SpringQueryMap注入对象,例子如下:
public String get(@SpringQueryMap User user)
-
**Describe the bug**
I use spring cloud openfeign with version 2.1.2RELEASE. I find in some cases httpClient config will be invalid.
**why**
I guess reason why config invalid is `FeignAutoConfigu…
-
When using Spring boot 3.0 with jersey (not mvc) with spring cloud open feign, start failed
```
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates …
-
你好,请问下如果想实现Get或者Post请求传递非Json的对象参数应该怎么做呢?我看了文档,发现@FieldMap和@QueryMap只支持Map类型,而使用对象参数只能用Json,有没有办法实现openfeign的@SpringQueryMap的效果呢
-
Spring 6 and Spring Boot 3 are GA, requiring us to do some changes in our instrumentations and create tests.
Following are major changes in those frameworks and the corresponding required changes in …