Spring Cloud Openfeign Feign Metrics not exposed in AOT mode via MicrometerCapability

Now, I realise that the issue isn't actually in SC open feign, and feign doesn't officially support AOT, but nevertheles...

Spring Cloud Openfeign Has the default implementation of QueryMapEncoder changed?

Describe The BugThe version I am using is Java 1.8, spring-cloud-starter-openfeign 2.2.9.When using @SpringQueryMap befo...

Spring Cloud Openfeign spring cloud 2023.0.5 dependency issue. This version bring feign-hc which has an dependency to hc-5.4.

spring cloud 2023.0.5 breaks the contract of bringing only patching versions.by bringing hc-5.4 it also bring the non fi...

Spring Cloud Openfeign Time out ,then throw Object is not an instance of declaring class

When I use OpenFegin ,this component read time out default time 。I think should throw Timeout Exception .Comment From:...

Spring Cloud Openfeign Apache commons-io version update

By using Spring boot 3.4.2 and Spring Cloud (2024.0.0) one of its dependencies is Apache Commons IO (2.11.0). Any sched...

Spring Cloud Openfeign feign.RetryableException: Invalid HTTP method: PATCH

feign.RetryableException: Invalid HTTP method: PATCH executing PATCHI'm using the following versions Spring Boot 2.2.8Sp...

Spring Cloud Openfeign OpenFeign client cannot correctly deserialize from stable page representation

Describe the bugI use new stable page representation format enabled with @EnableSpringDataWebSupport(pageSerializationMo...

Spring Cloud Openfeign IllegalArgumentException: Negated params are not supported

After updating from 4.0.x to 4.1.4 I've noticed that my services cannot startup due to:Caused by: java.lang.IllegalArgum...

Spring Cloud Openfeign Document disabling protocol upgrade in Apache Client

Describe the bugUpdating from Spring Boot 3.3.6 to Spring Boot 3.4, has lead to Feign returning 403/FORBIDDEN for every ...

Spring Cloud Openfeign Link Rendering Issues and Typographical Error in Spring Cloud OpenFeign Documentation (v4.2.0)

Describe the bugWhen viewing the documentation for Spring Cloud OpenFeign v4.2.0 on Spring Cloud OpenFeign, the followin...

Spring Cloud Openfeign The contexts in which clients are created contain no clues about the client being created

My goalI want to be able to declare a feign.Client bean (the http one) for each feign client. Furthermore, I want these ...

Spring Cloud Openfeign When I use a custom inheritance FeignBlockingLoadBalancerClient client, complains can't find the instance

Describe the bugPlease provide details of the problem, including the version of Spring Cloud that youare using. I want t...

Spring Cloud Openfeign spring-cloud-openfeign-core transitively depends on commons-io with CVE-2024-47554

Describe the bugspring-cloud-openfeign-core depends on commons-fileupload:1.5 which in turn depends on commons-io:2.11 ...

Spring Cloud Openfeign Make trailing slash removal the default

See https://github.com/spring-cloud/spring-cloud-openfeign/issues/1070Comment From: baezzysHi @OlgaMaciaszek, I'm intere...

Spring Cloud Openfeign Spring Cloud OpenFeign 4.1.4 and below is not compatible with Spring Boot 3.4.0

Describe the bugHaving the following:<parent> <groupId>org.springframework.boot</groupId> <ar...

Spring Cloud Openfeign @EnableFeignClients defaultConfiguration override @FeignClient configuration

Describe the bugSee code below@EnableFeignClients(defaultConfiguration = DefaultConfig.class)@FeignClient(url = "ht...

Spring Cloud Openfeign Dynamically set the url of FeignClient

as known if a service have some nodes, we can set the url of the FeignClient to call the certain node。now i want se...

Spring Cloud Openfeign Headers annotation not sending headers

I'm not sure what I'm doing wrong here. I've included spring cloud open feign dependency implementation 'org.springframe...

Spring Cloud Openfeign feign-form-spring relocated and released as 13.5 under io.github.openfeign

Describe the bugfeign-formspring has been relocated under io.github.openfeign as part of Feign 13.5, and is now released...

Spring Cloud Openfeign Build and test for Linux/ARM64

DescriptionFor aarch64 platform, I have built "Spring-Cloud-Openfeign" from source. StepsFollowing STEPS were used for t...

下一页
.