You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 106eb93 (https://trello.com/c/UJGIt8j2/28-remove-tika-from-dependencies) the support for external responses was removed. This is quite unfortunate, since we really want this functionality. Tapes become very hard to work with, if the body becomes larger than a certain size (>1000 chars), and in a larger integration test with ~30 interactions and a total size.
Instead of Tika we could just use the Content-Type header to determine the file extension, I even would be ok with a generic .response extension, for the time being.
Removing support for external files due to the Tika dependency and because the yaml files are going to move more towards external
What is meant by 'move more towards external'? The support was just removed.
The text was updated successfully, but these errors were encountered:
With 106eb93 (https://trello.com/c/UJGIt8j2/28-remove-tika-from-dependencies) the support for external responses was removed. This is quite unfortunate, since we really want this functionality. Tapes become very hard to work with, if the body becomes larger than a certain size (>1000 chars), and in a larger integration test with ~30 interactions and a total size.
Instead of Tika we could just use the
Content-Type
header to determine the file extension, I even would be ok with a generic.response
extension, for the time being.What is meant by 'move more towards external'? The support was just removed.
The text was updated successfully, but these errors were encountered: