Aurora Blog
Home
Spring Cloud Openfeign @SpringQueryMap not working with Java Record
Describe the bugThe problem is with @SpringQueryMap because it uses PageableSpringQueryMapEncoder which extends BeanQuer...
2025-10-09 14:00:56
622
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...
2025-10-09 14:00:53
4104
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...
2025-09-27 14:01:02
707
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...
2025-09-16 14:02:23
1680
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
.