OpenAPITools / openapi-diff

Utility for comparing two OpenAPI specifications.
Apache License 2.0
780 stars 153 forks source link

Produce output to outputStream instead of String #543

Closed LubomirS closed 11 months ago

LubomirS commented 11 months ago

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 https://github.com/OpenAPITools/openapi-diff/issues/501, however, the fix should apply to all possible places, that could have issue with massive Strings.