-
### Description of the Problem:
spring-cloud-openfeign-core-2.2.5.RELEASE is the version we use.
`okhttp3.OkHttpClient` is used in service and injected as a bean for the rest of the http scenarios,…
-
Hello,
I had springdoc-openapi running but once I migrated to spring boot 3 and replace the openapi dependency to:
org.springdoc
springdoc-openapi-starter-webmvc-ui
2.1.0
Every time I…
-
On the back of the various "status of querydsl" issues, such as #2456 and [this SO post](https://stackoverflow.com/questions/55668960/whats-the-latest-status-of-querydsl/56029689#56029689), I've been …
-
Hi Folks,
With rest template eventually set for deprecation and Spring suggesting to use Webclient instead of rest template.
How will it affect Open Feign, will it also get deprecated?
Kindly…
-
My service is configured to https , registered on Eureka server.
when I use @FeignClient(value = "my-service-name") it is always request serves over http how to change it to Https
Sample output…
-
**Describe the bug**
jdk17.0.2
java.lang.ClassNotFoundException: org.springframework.boot.autoconfigure.condition.OnPropertyCondition
at java.base/java.lang.Class.forNameImpl(Native Method) ~[n…
-
**Is your feature request related to a problem? Please describe.**
So I know currently this is a Spring Cloud project, however I find that FeignClients look like repositories. It would be cool if I…
-
[Feign (from Spring Cloud Finchley.SR1)](https://spring.io/projects/spring-cloud-openfeign) appears to be altering the codepath a generated request takes and causes our auto-injection of DT headers to…
-
In 2.2.2 RELEASE
When I configured the Feign readTimeout and connectTimeout, I found that the Ribbon retry didn't work,like this:
```yaml
ribbon:
MaxAutoRetries: 2
MaxAutoRetriesNextServer:…
-
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
### Ⅰ. Issue Description
SpringCloud项目,入口服务是portal,里面有两个服务通过o…