Spring Cloud Openfeign Custom feign client with proxy+auth provides no Proxy-Auth header

Bug reportNeed Feign to use proxy with credentials and defining something like this:@Bean public Client feignClient()...

Spring Cloud Openfeign Clarify docs around LoadBalancer for spring-cloud-openfeign

Describe the bugAccording to docs:https://docs.spring.io/spring-cloud-openfeign/docs/current/reference/html/spring-cloud...

Spring Cloud Openfeign 3.0.5 has parent 3.0.4

Not sure if it is intentional or typo but spring-cloud-openfeign Version 3.0.5 has as parent spring-cloud-build Version ...

Spring Cloud Openfeign Enabling specific Request Interceptors

We have multiple feign clients in one of our services which should use different request interceptors. For example we ha...

Spring Cloud Openfeign How feign retry works?

How does feign retryer works?.Comment From: OlgaMaciaszekPlease take a look at OpenFeign docs and Spring Cloud OpenFeign...

Spring Cloud Openfeign Java 16+ Records as @SpringQueryMap does not recognize any field

Is your feature request related to a problem? Please describe.If you use Records in Java 16+ (JEP 395) as @SpringQueryMa...

Spring Cloud Openfeign Openfeign passes subclass parameters, but the provider can only accept the parent class

Describe the bugconsumer:provider:Comment From: OlgaMaciaszekHello, @tinet-dengsx please provide a thorough issue descri...

Spring Cloud Openfeign Error in paginated calls in Spring Cloud Hoxton.SR11/SR12

Hello, It seems that there is a bug with Spring Cloud Hoxton.SR11 / SR12 when calling paginated end points with feign.I ...

Spring Cloud Openfeign Why there is no code tag for the 2.2.10.RELEASE version?

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

Spring Cloud Openfeign feign.RetryableException: Socket closed executing POST URI

I encountered an exception when I tried to call service B from service AService A calls service B, and service A prompts...

Spring Cloud Openfeign Switch remaining jUnit 4 tests to jUnit jupiter

Comment From: SyemonHi, I would like to work on this issue.Comment From: OlgaMaciaszekHi @Syemon - great :) . Just pleas...

Spring Cloud Openfeign Application doesn't start with the last SNAPSHOT spring-clould-loadBalancer

spring-cloud-dependencie: 2021.0.0-SNAPSHOT (includes fix Adds config per load balancer client)I have tried to test feig...

Spring Cloud Openfeign FeignClient returns empty results when azure key vault dependency include in build.gradle

Hello Everyone,I am experiencing the weird issue with Azure keyvault dependency and OpenFeign(FeignClient)I am using Fei...

Spring Cloud Openfeign feign.circuitbreaker.enabled=true , requestInterceptor not working

Describe the bugspring boot version: 2.5.5spring cloud version: 2020.0.4Configuration Info:feign: client: config: ...

Spring Cloud Openfeign Automatic add SpringQueryMap annotation from boolean spring property

I have 3 projects: - a pure API project with only models and endpoint interfaces. - a server implementing interfaces wit...

Spring Cloud Openfeign Fallback implementation not being triggered

Hi,I'm using the version 3.0.1 of this library and I'm having problems with the fallback implementation. Seems it's not ...

Spring Cloud Openfeign ClassNotFoundException when calling a FeignBlockingLoadBalancerClient in a parallel stream (multiple threads)

Describe the bugWhen calling a @FeignClient (FeignBlockingLoadBalancerClient) in a parallel stream (stream.parallel()), ...

Spring Cloud Openfeign Cache support

I wish there was out-of-the-box support for @Cacheable on feign clients.Here's how I made it work:import feign.Capabilit...

Spring Cloud Openfeign Upgrade openfeign to 11.7

https://github.com/OpenFeign/feign/releases/tag/11.7Comment From: spencergibbClosed via 1752dd9815a5efa661a38c1e24c53d6a...

Spring Cloud Openfeign Programmatic custom context inside FeignContext

I can do @FeignClient(contextId = "fooClient", name = "stores", configuration = FooConfiguration.class).But if I create ...
上一页 下一页
.