Aurora Blog
Home
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...
2025-08-20 14:01:36
8838
Spring Cloud Openfeign feign.RetryableException: Incomplete output stream executing POST
An error occurred when I overwrote the headers using RequestInterceptor. <dependency> <groupI...
2025-07-26 14:01:05
15412
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...
2025-07-22 14:01:41
942
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 ...
2025-07-14 14:00:51
1012
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...
2025-07-03 14:01:21
3525
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...
2025-06-25 14:01:37
1461
.