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...

.