mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
This commit updates the target type detection in `ResourceHttpMessageConverter` to only support target types that are relevant: `InputStreamResource` for streaming, and types assignable from `ByteArrayResource` for non-streaming cases. Closes gh-36368