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

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

Open
philipp-kaiser wants to merge 1 commit intomulesoft-labs:release/3.0.8from
philipp-kaiser:fix/421
Open

#421 Always use InputStream and StreamingOuput for type "any"#422
philipp-kaiser wants to merge 1 commit intomulesoft-labs:release/3.0.8from
philipp-kaiser:fix/421

Conversation

@philipp-kaiser
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