Spring Cloud Openfeign Broken OpenFeign with Kotlin 2.2 and default interface method

Describe the bugWhile migrating to Kotlin 2.2, our OpenFeign calls stopped working. They were calling the default interf...

Spring Cloud Openfeign @SpringQueryMap not working with Java Record

Describe the bugThe problem is with @SpringQueryMap because it uses PageableSpringQueryMapEncoder which extends BeanQuer...

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 spring-cloud-openfeign:4.3.0 depends on archived feign-form-spring:13.6 which pulls vulnerable commons-fileupload:1.5

Problem:When using spring-cloud-starter-openfeign:4.3.0 (via spring-cloud-dependencies:2025.0.0), the dependency tree pu...

Spring Cloud Openfeign SpringDecoderIntegrationTests.testWildcardTypeDecode fails with boot 4/framework 7

feign.codec.DecodeException: Could not extract response: no suitable HttpMessageConverter found for response type [?] an...

Spring Cloud Openfeign Feign client returns empty response body, when http code is 401

FeignClient return an empty response body (response.body()) whenever the response status code is 401. I have did a direc...

Spring Cloud Openfeign feign.RetryableException: Incomplete output stream executing POST

An error occurred when I overwrote the headers using RequestInterceptor. <dependency> <groupI...

Spring Cloud Openfeign Vulnerability detected in transitive dependency commons-fileupload:commons-fileupload version 1.5 (CVE-2025-48976)

*Vulnerability* DetailsCVE ID: CVE-2025-48976Severity: High-risk (DoS vulnerability)Component: commons-fileupload:common...

Spring Cloud Openfeign Add ability to not throw exception when http status code > 399

urrently our team convention is to use response status instead of throwing exception. Say our model is like this:public ...

Spring Cloud Openfeign When using OpenFeign for remote calls, occasionally it returns the correct JSON result, but an error occurs indicating that the content type is application/octet-stream.

[RemotePayOrderService#payOrder] Content-Length: 497[RemotePayOrderService#payOrder] Content-Type: application/json[Remo...

Spring Cloud Openfeign @SpringQueryMap does not work with records under certain conditions

We ran into an issue where @SpringQueryMap was not working in one of our apps. I created a dummy app to try and diagnose...

.