OpenAPITools / openapi-diff

Utility for comparing two OpenAPI specifications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Produce output to outputStream instead of String

LubomirS opened this issue · comments

commented

For all renderers there is a problem with massive outputs, which cannot be rendered. I would like to replace the output from String to OutputStream, in order to have flexibility in the output, which is created.
This is related to issue #501, however, the fix should apply to all possible places, that could have issue with massive Strings.