Spring Cloud Openfeign Spring Data Support (conversion?)

Is your feature request related to a problem? Please describe.So I know currently this is a Spring Cloud project, howeve...

Spring Cloud Openfeign refactor load balance client so that users can add their custom implementation

Is your feature request related to a problem? Please describe.My application needs to add a custom Client like FeignBloc...

Spring Cloud Openfeign Configuration metadata for clientRegistrationId is missing/wrong

Describe the bugclientRegistrationId config value is needed by Oauth2FeignConfiguration but spring-configuration-metadat...

Spring Cloud Openfeign spring-cloud-openfeign-dependencies 3.1.5 declares "bad" version of spring-security-oauth2-client

With version 3.1.5 of spring-cloud-openfeign that ships with Spring Cloud 2021.0.5, the spring-cloud-openfeign-dependenc...

Spring Cloud Openfeign LoadBalancerUriTools causing issues when using OpenFeign requests

Bug descriptionOpenFeign generates webservices calls urls with partially encoded query params When spring cloud rewrites...

Spring Cloud Openfeign Build a feign rpc, but find NoSuchMethod

Describe the bugI built a toc-server, request from my main-server via feign client. These methods have same definition.W...

Spring Cloud Openfeign SpringQueryMap is ignored when used with Pageable

@SpringQueryMap is ignored when method includes PageablePage<Dto> list(@SpringQueryMap Pojo pojo, Pageable pageabl...

Spring Cloud Openfeign Mocking URLs for FeignClients with Eureka disabled in integration tests

Hi,I have a FeignClient I use with Eureka Service:@FeignClient(name = "${feign.clients.hangar.name}", path = &...

Spring Cloud Openfeign Feign Form JsonFormWriter not working correctly

Hi. During implementation found out that default behaviour does not work correctlyI am trying to send dto and byte array...

Spring Cloud Openfeign RetryableFeignBlockingLoadBalancerClient loses the real root cause and presents a spurious UnknownHostException when max-retries-on-same-service-instance is > 0

Describe the bugBackgroundThe scenario is:using a Feign client that is configured by name (e.g. @FeignClient(name = "dow...

Spring Cloud Openfeign executing the original request

spring.cloud.loadbalancer.retry.maxRetriesOnSameServiceInstance=12.service instances count is 1,result: Service instance...

Spring Cloud Openfeign FeignClient not sending proper form url encoded request

We have a scenario where a POST application/form-url-encoded request is to be sent to an API endpoint. And we are using ...

Spring Cloud Openfeign How to set 'max-connections' for okhttp?

okhttpI only found a item of config about okhttp feign.okhttp.enabled=truewhen I set up feign.okhttp.enabled=true, I don...

Spring Cloud Openfeign SpringEncoder issue

Hi Team,I am facing issue with springencoder in the new version of open feing. It used work fine with earlier versions o...

Spring Cloud Openfeign Request service with x-www-form-urlencoded

Describe the bugRequest with x-www-form-urlencoded,in class FormEncoder.encode()object to map,Missing superclass attribu...

Spring Cloud Openfeign Spring Data Pageable - yet again

Hello. I saw a lot of similar issues, but looks like the problem is not resolved. I'm using Spring Boot 2.7.3 and Spring...

Spring Cloud Openfeign Why is @EnableFeignClients needed in spring boot?

Hi, May i enquire why @EnableFeignClients need to be explicitly added in spring boot in order to use it, since spring...

Spring Cloud Openfeign support http

Is your feature request related to a problem? Please describe.A clear and concise description of what the problem is. Ex...

Spring Cloud Openfeign when use jdk17,the OnPropertyCondition of @FeignClient is class not found.

Describe the bugjdk17.0.2java.lang.ClassNotFoundException: org.springframework.boot.autoconfigure.condition.OnPropertyCo...

Spring Cloud Openfeign Support Dynamic URL In Native Image

Is your feature request related to a problem? Please describe.According to the documentation:While creating Feign client...
上一页 下一页
.