mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +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