Spring Cloud Openfeign org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [org.springframework.cloud.loadbalancer.annotation.LoadBalancerClientConfiguration]

Describe the bugDescribe the bugspring-boot 3.0.5spring-cloud 2022.0.0spring-cloud-alibaba 2022.0.0.0-RC1openfeign 3.8.0...

Spring Cloud Openfeign PageJacksonModule doesn't deserialize all Spring Page attributes

Describe the bugMy app is an Spring boot API using these versions :Spring-cloud-openfeign-core : 3.1.5Spring-data-common...

Spring Cloud Openfeign OpenFeign doesn't work with kotlin suspend method

I have an API interface where the methods are kotlin suspend methods:@FeignClient(path = "/api/masker", contex...

Spring Cloud Openfeign For my openFeign implementation, noticing response decoding is taking too long

In my project where I am using openFeign client for one of the big requests, noticed that it takes around 30 mins for de...

Spring Cloud Openfeign SslBundle integration with FeignClients

Recently, in spring-boot 3.1, spring team introduced the SslBundles component as a convenient way to configure SSL conn...

Spring Cloud Openfeign @Conditional is invalid on @FeignClient

I would like to request a http service interface using feign`@ConditionalOnProperty("")@FeignClient(name = "remotePhpThe...

Spring Cloud Openfeign Missing reflection metadata for feign.ResponseInterceptor$Chain

Describe the bugspring-cloud-starter-openfeign: 4.1.0Unable to run native compiled application with FeignClients.Caused ...

Spring Cloud Openfeign Multiple Feign clients with same name fails application startup when url from configuration properties

Describe the bugSpring Boot 3.2.1Spring Cloud 4.1.0The Spring Cloud OpenFeign documentation says:If we want to create mu...

Spring Cloud Openfeign @SpringQueryMap nested object support

FeignClientinterface MyFeignClient{ @GetMapping(params = {"projection=wishSummary"}) Object get( ...

Spring Cloud Openfeign spring.cloud.openfeign.lazy-attributes-resolution=false seems to mess up @ConditionalOnMissingBean

Describe the bugAccording to the documentation, in Feign 4.x, the attribute resolution mode was introduced. By default, ...

Spring Cloud Openfeign Could not autowire @FeignClient

I try to autowire feign client into the service, but the error is Could not autowire. No beans of 'OperatorClient' type ...

Spring Cloud Openfeign Pageable argument is handled in FieldQueryMapEncoder

When I define a method in my feign client with only a Pageable argument, this is handled in the FieldQueryMapEncoder.Pag...

Spring Cloud Openfeign Deadlock when using feign client during application context initialization phase outside of main thread

Describe the bugWhen using feign client during app context initialization phase it can get dead-locked if the call is ma...

Spring Cloud Openfeign FeignClient can not use Placeholder like ${}

Describe the bugIn FeignClientsRegistrar resolve, it use beanFactory.resolveEmbeddedValue to explain the value, but ther...

Spring Cloud Openfeign ErrorDecoder implementation does not tirgger in case retry support

Hidecode method does not call, if activate RetryableFeignBlockingLoadBalancerClient, in case FeignBlockingLoadBalancer...

Spring Cloud Openfeign Fallbackfactory should be called only once after retry attempts are complete

Describe the bugI am currently using SpringCloudOpenFeign with Fallback factory and Resillence4j Circuit Breaker and Re...

Spring Cloud Openfeign Unable to decode Page<T> response

Spring Boot 2.1.6Spring Cloud OpenFeign 2.1.2Java 11Hi there!Looking at the Spring Cloud OpenFeign source code looks lik...

Spring Cloud Openfeign JSON parse error: java.time.format.DateTimeParseException [Spring Boot - Feign Client]

When I make a request to a service containing java.util.Date with FeignClient, I get this error: org.springframework.htt...

Spring Cloud Openfeign MicrometerCapability bean not being created

Describe the bugFeign metrics do not appear:&quot;feign.Client&quot;,&quot;feign.Client.http_response_code&quot;,&quot;f...

Spring Cloud Openfeign Unexpected behaviour of a Feign client with Spring MVC URI parameters

Describe the bugA dynamic Feign client generated from Spring MVC annotations is not working correctly with URI request p...
上一页 下一页
.