Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

#421 Always use InputStream and StreamingOuput for type "any" #422

Open
wants to merge 1 commit into
base: release/3.0.8
Choose a base branch
from

Conversation

Kaiser1989
Copy link

The solution is just a one liner.

Use InputStream and StreamingOutput, where ever type "any" is used. The current solution with java.lang.Object doesn't allow a real handling of this situations.

Imagine:

body:
      application/zip: 

Even json and other types can be handled with InputStream, but not with Object.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant