Spring Cloud Openfeign Caused by: java.lang.IllegalStateException: No Feign Client for loadBalancing defined. Did you forget to include spring-cloud-starter-loadbalancer?

``Hi,I'm using 'org.springframework.cloud:spring-cloud-dependencies:2020.0.5' which is pulling 'org.springframework.clou...

Spring Cloud Openfeign Feign client doesn't serialize java.time.LocalDate's correctly while it present as object field

I'm using Spring boot 2.4.5, Spring Cloud 2020.0.3, Java 11.Is there a way to use a Feign client accepting a java.time.L...

Spring Cloud Openfeign Feign's connectTimeout and readTimeout deactivates ribbon retries

In 2.2.2 RELEASEWhen I configured the Feign readTimeout and connectTimeout, I found that the Ribbon retry didn't work,li...

Spring Cloud Openfeign Extra double quote added for LocaleDateTime when send request as multipart/form-data

Feign config @Autowired private ObjectFactory<HttpMessageConverters> messageConverters; @Bean public E...

Spring Cloud Openfeign about the cache Capability

Describe the bugwhen I user the annotation @Cacheable(cacheNames = "cacheNames:", key = "'User:' + #phone") like t...

Spring Cloud Openfeign Overriding Feign Defaults Problem

Describe the bugAccording to the documentation, overriding the default configuration does not take effect. Prompt me tha...

Spring Cloud Openfeign AOT failed with 'className cannot be null'

AOT failed with 'className cannot be null'- Spring Cloud version: 2022.0.0- Spring Boot version: 3.0.1- Java version: jd...

Spring Cloud Openfeign spring cloud ignore httpClient config

Describe the bugI use spring cloud openfeign with version 2.1.2RELEASE. I find in some cases httpClient config will be i...

Spring Cloud Openfeign feign.FeignException: Premature EOF

In our online environments, we use spring cloud feign to writing web service clients.recently we got this Exception.It s...

Spring Cloud Openfeign Trying to communicate between services - java.net.SocketException: Invalid argument

I'm trying to communicate between services using OpenFeign and getting this error on microservice that are receiving the...

Spring Cloud Openfeign Feign Client Integer RequestParam

processAutoComplete( @RequestParam(value="q") String query, @RequestParam(value="limit") ...

Spring Cloud Openfeign member variables starting with "is" were missing when passed to feign.

Describe the bugI recently upgraded the Spring Cloud Starter OpenFeign version from 2.2.9 to 3.0.2 in a project. Surpris...

Spring Cloud Openfeign jackson ident not working

jackson ident doesn't seem to work. This is probably an I durm situation.I have this... but the json is only output on a...

Spring Cloud Openfeign How Feign Client to request https instead of HTTP?

My service is configured to https , registered on Eureka server.when I use @FeignClient(value = "my-service-name") it i...

Spring Cloud Openfeign SpringQueryMap stopped working with @Param after the version Hoxton.SR12/2.2.9.RELEASE

FeignClient with @SpringQueryMap, but changing the parameter name using the @Param. My dependencies: <...

Spring Cloud Openfeign "Source code" link in POM 404's

The "Source code" link in the POM is visible in Maven Central https://search.maven.org/artifact/org.springframework.clou...

Spring Cloud Openfeign Changes in the latest version

Hello, when I recently looked at the latest code of this project, I did not find the integration of ribbon, but found ma...

Spring Cloud Openfeign [Documentation] Feign loadbalancer configuration

Hi! Sorry for asking that questionI went through the docs and found the following:https://docs.spring.io/spring-cloud-op...

Spring Cloud Openfeign Hystrix fallback does not work with spring-cloud load balancer

We are using hystrix fallback with a feign client for preventing errors when a service is not available.Now we upgrade s...

Spring Cloud Openfeign LocalDate serializer for @PathVariable don't serialize correctly dates.

Describe the bugThe following endpoint should resolve to the balances/AAA/2022-11-1 url @RequestMapping( m...
上一页 下一页
.